diff --git a/code/C#/DBDefsTest/Program.cs b/code/C#/DBDefsTest/Program.cs index dad27db02f0..0e855f341c4 100644 --- a/code/C#/DBDefsTest/Program.cs +++ b/code/C#/DBDefsTest/Program.cs @@ -56,7 +56,7 @@ static void Main(string[] args) foreach(var build in builds) { - if (build.expansion != 8 || build.major != 1) continue; + if (build.expansion != 7 || build.major < 1) continue; Console.WriteLine("Checking " + build + ".."); if (Directory.Exists(Path.Combine(dbcDir, build.ToString(), "DBFilesClient"))) @@ -87,6 +87,13 @@ static void LoadDBC(string filename) if (!definitionCache.ContainsKey(name.ToLower())) { + Console.WriteLine("No definition found for " + name + ", skipping."); + return; + } + + if(Path.GetExtension(filename) != ".dbc" && Path.GetExtension(filename) != ".db2") + { + Console.WriteLine("Skipping " + filename + " as it is not a DBC file, skipping."); return; } @@ -166,7 +173,7 @@ static void LoadDBC(string filename) case "WDB6": var db6header = bin.Read(); fileDef.recordSize = db6header.recordSize; - fileDef.fieldCount = db6header.fieldCount; + fileDef.fieldCount = db6header.totalFieldCount; fileDef.layoutHash = db6header.layoutHash.ToString("X8"); break; case "WDC1": @@ -311,6 +318,11 @@ static void LoadDBC(string filename) Console.ResetColor(); } + if(fileDef.fields == null) + { + return; + } + // Check record sizes var dbdRecordSize = 0; var i = 0; @@ -389,7 +401,7 @@ static void LoadDBC(string filename) if (!layoutHashFound && fileDef.layoutHash != "") { foundError = true; - Console.ForegroundColor = ConsoleColor.Red; + Console.ForegroundColor = ConsoleColor.Yellow; Console.WriteLine("[" + buildDir + "][" + Path.GetFileNameWithoutExtension(filename) + "] Unable to find layouthash in definitions!"); Console.ResetColor(); } @@ -397,7 +409,7 @@ static void LoadDBC(string filename) if (!dbChecked) { foundError = true; - Console.ForegroundColor = ConsoleColor.Red; + Console.ForegroundColor = ConsoleColor.Yellow; Console.WriteLine("[" + buildDir + "][" + Path.GetFileNameWithoutExtension(filename) + "] Unable to find applicable definitions!"); Console.ResetColor(); } diff --git a/code/C#/DBDefsTest/Structs/DBC.cs b/code/C#/DBDefsTest/Structs/DBC.cs index 4f8a58790a8..6fe2afe1fff 100644 --- a/code/C#/DBDefsTest/Structs/DBC.cs +++ b/code/C#/DBDefsTest/Structs/DBC.cs @@ -81,7 +81,6 @@ public struct WDB6Header public uint stringTableSize; public uint tableHash; public uint layoutHash; - public uint timestampLastWritten; public uint minID; public uint maxID; public uint locale; diff --git a/code/C#/DBDefsValidator/Program.cs b/code/C#/DBDefsValidator/Program.cs index e1d9f0bc75c..942d372e650 100644 --- a/code/C#/DBDefsValidator/Program.cs +++ b/code/C#/DBDefsValidator/Program.cs @@ -91,6 +91,20 @@ static void Main(string[] args) Console.ResetColor(); } } + + foreach (var versionDefinition in definition.Value.versionDefinitions) + { + foreach (var column in versionDefinition.definitions) + { + if (column.isRelation && column.isNonInline && column.arrLength > 1) + { + errorEncountered.Add(definition.Key); + Console.ForegroundColor = ConsoleColor.Red; + Console.WriteLine(definition.Key + "." + column.name + " is a non-inline relation with an array length greater than 1 (" + column.arrLength + ")!"); + Console.ResetColor(); + } + } + } } Console.WriteLine("Checked " + foreignKeys + " foreign keys!"); @@ -179,6 +193,7 @@ static void Main(string[] args) Console.WriteLine("There have been errors in the following DBDs:"); foreach (var dbName in errorEncountered) Console.WriteLine(" - " + dbName); + Console.ResetColor(); Environment.Exit(1); } else diff --git a/definitions/Achievement.dbd b/definitions/Achievement.dbd index 82a5da632c6..b69ffb42554 100644 --- a/definitions/Achievement.dbd +++ b/definitions/Achievement.dbd @@ -175,8 +175,64 @@ Minimum_criteria<32> Shares_criteria<32> Criteria_tree<32> +LAYOUT 95189824 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Title_lang +Description_lang +Flags<32> +Reward_lang +Instance_ID<16> +Supercedes<16> +Category<16> +Ui_order<16> +IconID<16> +Shares_criteria<16> +Criteria_tree<16> +Faction<8> +Points<8> +Minimum_criteria<8> +$id$ID<32> + +LAYOUT 787F80B8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Title_lang +Description_lang +Flags<32> +Reward_lang +Instance_ID<16> +Supercedes<16> +Category<16> +Ui_order<16> +Shares_criteria<16> +Criteria_tree +Faction<8> +Points<8> +Minimum_criteria<8> +$id$ID<32> +IconFileID<32> + +LAYOUT 0A906D77 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Title_lang +Description_lang +Flags<32> +Reward_lang +Instance_ID<16> +Supercedes<16> +Category<16> +Ui_order<16> +Shares_criteria<16> +Criteria_tree +Faction<8> +Points<8> +Minimum_criteria<8> +$id$ID<32> +IconFileID<32> + LAYOUT A73A9D44 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 Title_lang Description_lang Flags<32> @@ -214,8 +270,8 @@ Criteria_tree LAYOUT 2C4BE18C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Title_lang Description_lang Reward_lang @@ -254,7 +310,7 @@ LAYOUT 13CB7BEE BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -357,7 +413,7 @@ LAYOUT FA2C0B62 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 Description_lang Title_lang Reward_lang diff --git a/definitions/Achievement_Category.dbd b/definitions/Achievement_Category.dbd index 96e670dd0b7..89e4eea2ca3 100644 --- a/definitions/Achievement_Category.dbd +++ b/definitions/Achievement_Category.dbd @@ -20,12 +20,35 @@ Parent<32> Name_lang Ui_order<32> +LAYOUT CDFE144A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +Parent<16> +Ui_order<8> +$id$ID<32> + +LAYOUT 462AC061 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +Parent<16> +Ui_order<8> +$id$ID<32> + +LAYOUT 1397F425 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +Parent<16> +Ui_order<8> +$id$ID<32> + LAYOUT ED226BC9, 3D6E4A81 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Parent<16> $relation$Ui_order<8> @@ -56,7 +79,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -73,7 +96,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ActionBarGroup.dbd b/definitions/ActionBarGroup.dbd index 9f2d57ace2b..2c6959c0517 100644 --- a/definitions/ActionBarGroup.dbd +++ b/definitions/ActionBarGroup.dbd @@ -9,7 +9,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/ActionBarGroupEntry.dbd b/definitions/ActionBarGroupEntry.dbd index 55b2b9bb317..d9f959154bb 100644 --- a/definitions/ActionBarGroupEntry.dbd +++ b/definitions/ActionBarGroupEntry.dbd @@ -13,7 +13,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/AdventureJournal.dbd b/definitions/AdventureJournal.dbd index 94087803ea2..4f3118dc649 100644 --- a/definitions/AdventureJournal.dbd +++ b/definitions/AdventureJournal.dbd @@ -145,9 +145,141 @@ UIMapID BonusPlayerConditionID[2] BonusValue[2] +LAYOUT D3689E19 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Description_lang +ButtonText_lang +TextureFileDataID<32> +ItemID<32> +RewardDescription_lang +ContinueDescription_lang +PlayerConditionID<16> +LfgDungeonID<16> +QuestID<16> +BonusPlayerConditionID[2] +CurrencyType<16> +WorldMapAreaID<16> +Type<8> +Flags<8> +ButtonActionType<8> +BattleMasterListID<8> +PriorityMin<8> +PriorityMax<8> +BonusValue<8>[2] +ItemQuantity<8> +CurrencyQuantity<8> + +LAYOUT C8BAC7C7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Description_lang +ButtonText_lang +TextureFileDataID<32> +ItemID<32> +RewardDescription_lang +ContinueDescription_lang +PlayerConditionID +LfgDungeonID +QuestID +BattleMasterListID +BonusPlayerConditionID[2] +CurrencyType +WorldMapAreaID +Type +Flags +ButtonActionType +PriorityMin +PriorityMax +BonusValue[2] +ItemQuantity +CurrencyQuantity + +LAYOUT 38F2D2E3 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +Name_lang +Description_lang +ButtonText_lang +TextureFileDataID<32> +ItemID<32> +RewardDescription_lang +ContinueDescription_lang +PlayerConditionID +LfgDungeonID +QuestID +BattleMasterListID +BonusPlayerConditionID[2] +CurrencyType +WorldMapAreaID +Type +Flags +ButtonActionType +PriorityMin +PriorityMax +BonusValue[2] +ItemQuantity +CurrencyQuantity + +LAYOUT 2199F2A9 +BUILD 7.2.0.23578 +$noninline,id$ID<32> +Name_lang +Description_lang +ButtonText_lang +TextureFileDataID<32> +ItemID<32> +RewardDescription_lang +ContinueDescription_lang +LfgDungeonID +QuestID +BattleMasterListID +BonusPlayerConditionID[2] +CurrencyType +WorldMapAreaID +Type +Flags +ButtonActionType +PriorityMin +PriorityMax +BonusValue[2] +ItemQuantity +CurrencyQuantity +PlayerConditionID + +LAYOUT 64712E77 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Description_lang +ButtonText_lang +TextureFileDataID<32> +ItemID<32> +RewardDescription_lang +ContinueDescription_lang +LfgDungeonID +QuestID +BattleMasterListID +BonusPlayerConditionID[2] +CurrencyType +WorldMapAreaID +Type +Flags +ButtonActionType +PriorityMin +PriorityMax +BonusValue[2] +CurrencyQuantity +PlayerConditionID +ItemQuantity + LAYOUT F07172ED BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Name_lang Description_lang @@ -174,8 +306,8 @@ ItemQuantity LAYOUT B2FFA8DD, 2C723565 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Description_lang @@ -282,7 +414,7 @@ LAYOUT 9D620FC8 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -405,7 +537,7 @@ LAYOUT C165B3AF BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AdventureMapPOI.dbd b/definitions/AdventureMapPOI.dbd index 40839f55a3c..ba7e5e0075c 100644 --- a/definitions/AdventureMapPOI.dbd +++ b/definitions/AdventureMapPOI.dbd @@ -15,9 +15,62 @@ int WorldMapAreaID float WorldPosition int MapID +LAYOUT 8DD3DD67 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +WorldPosition[2] +RewardItemID<32> +Title_lang +Description_lang +Type<8> +PlayerConditionID<32> +QuestID<32> +LfgDungeonID<32> +UiTextureAtlasMemberID<32> +UiTextureKitID<32> +WorldMapAreaID<32> +DungeonMapID<32> +AreaTableID<32> + +LAYOUT 0D2DB558 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +WorldPosition[2] +RewardItemID<32> +Title_lang +Description_lang +Type<8> +PlayerConditionID +QuestID +LfgDungeonID +UiTextureAtlasMemberID +UiTextureKitID +WorldMapAreaID +DungeonMapID +AreaTableID + +LAYOUT C7FC77F3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +WorldPosition[2] +RewardItemID<32> +Title_lang +Description_lang +Type<8> +PlayerConditionID +QuestID +LfgDungeonID +UiTextureAtlasMemberID +UiTextureKitID +WorldMapAreaID +DungeonMapID +AreaTableID + LAYOUT 3B9015FC BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> WorldPosition[2] RewardItemID<32> @@ -35,8 +88,8 @@ AreaTableID LAYOUT 0C288A82, A454AF76 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Title_lang Description_lang @@ -109,7 +162,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -135,7 +188,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AlliedRace.dbd b/definitions/AlliedRace.dbd index 00e532a8ece..8a9b8ab6c6b 100644 --- a/definitions/AlliedRace.dbd +++ b/definitions/AlliedRace.dbd @@ -42,10 +42,28 @@ MaleCreatureDisplayID<32> FemaleCreatureDisplayID<32> Ui_unlockAchievementID<32> +LAYOUT 7B3D01AF +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632 +BannerColor +$id$ID<32> +RaceID<32> +CrestTextureID<32> +ModelBackgroundTextureID<32> + +LAYOUT BB2DCD4C +BUILD 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717 +BannerColor +$id$ID<32> +RaceID<32> +CrestTextureID<32> +ModelBackgroundTextureID<32> +MaleCreatureDisplayID<32> +FemaleCreatureDisplayID<32> + LAYOUT B13ABE04, 15783ACC BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 BannerColor $id$ID<32> RaceID<32> @@ -72,7 +90,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -135,7 +153,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AlliedRaceRacialAbility.dbd b/definitions/AlliedRaceRacialAbility.dbd index fe5fded2c1d..bd044f72fba 100644 --- a/definitions/AlliedRaceRacialAbility.dbd +++ b/definitions/AlliedRaceRacialAbility.dbd @@ -35,10 +35,18 @@ IconFileDataID<32> OrderIndex $noninline,relation$AlliedRaceID<32> +LAYOUT F0EE15DB +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717 +$noninline,id$ID<32> +Name_lang +Description_lang +IconFileDataID<32> +$noninline,relation$AlliedRaceID<32> + LAYOUT 9EBF9B09, 48D27B75, 56625B35 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Description_lang @@ -63,7 +71,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/AltMinimap.dbd b/definitions/AltMinimap.dbd index 5c9ac6c7853..f96f58d1b72 100644 --- a/definitions/AltMinimap.dbd +++ b/definitions/AltMinimap.dbd @@ -18,7 +18,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/AltMinimapFiledata.dbd b/definitions/AltMinimapFiledata.dbd index d0f673f5e62..17c0be60726 100644 --- a/definitions/AltMinimapFiledata.dbd +++ b/definitions/AltMinimapFiledata.dbd @@ -12,7 +12,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/AltMinimapWMO.dbd b/definitions/AltMinimapWMO.dbd index df64f768c0f..919fdea26a9 100644 --- a/definitions/AltMinimapWMO.dbd +++ b/definitions/AltMinimapWMO.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/AnimKit.dbd b/definitions/AnimKit.dbd index dc20467f617..32a31e96c61 100644 --- a/definitions/AnimKit.dbd +++ b/definitions/AnimKit.dbd @@ -17,6 +17,29 @@ OneShotDuration<32> OneShotStopAnimKitID<32> LowDefAnimKitID<32> +LAYOUT 99250BF2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +OneShotDuration<32> +OneShotStopAnimKitID<16> +LowDefAnimKitID<16> + +LAYOUT 479C2E44 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +OneShotDuration +OneShotStopAnimKitID +LowDefAnimKitID + +LAYOUT E5B727EB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +OneShotDuration +OneShotStopAnimKitID +LowDefAnimKitID + LAYOUT 81D6D250, 0C4BCDEC, E6EFB281 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -33,9 +56,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -45,12 +68,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> OneShotDuration OneShotStopAnimKitID @@ -63,7 +86,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimKitBoneSet.dbd b/definitions/AnimKitBoneSet.dbd index b4863ca2b9b..f96d59cdfb2 100644 --- a/definitions/AnimKitBoneSet.dbd +++ b/definitions/AnimKitBoneSet.dbd @@ -72,21 +72,50 @@ ParentAnimKitBoneSetID<32> ExtraBoneCount<32> AltAnimKitBoneSetID<32> +LAYOUT A63507C5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +BoneDataID<8> +ParentAnimKitBoneSetID<8> +ExtraBoneCount<8> +AltAnimKitBoneSetID<8> + +LAYOUT 116C4EBB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +BoneDataID<8> +ParentAnimKitBoneSetID<8> +ExtraBoneCount +AltAnimKitBoneSetID<8> + +LAYOUT 196B6380 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +BoneDataID<8> +ParentAnimKitBoneSetID<8> +ExtraBoneCount +AltAnimKitBoneSetID<8> + LAYOUT FE4B9B1F, 1C432613 BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.30168, 8.2.0.30170, 8.2.0.30203, 8.2.0.30262, 8.2.0.30329, 8.2.0.30430 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name BoneDataID<8> @@ -137,7 +166,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimKitBoneSetAlias.dbd b/definitions/AnimKitBoneSetAlias.dbd index 056b86ac640..b023ed62143 100644 --- a/definitions/AnimKitBoneSetAlias.dbd +++ b/definitions/AnimKitBoneSetAlias.dbd @@ -12,6 +12,26 @@ $id$ID<32> BoneDataID<32> AnimKitBoneSetID<32> +LAYOUT FD752B70 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +BoneDataID<8> +AnimKitBoneSetID<8> + +LAYOUT 199355BC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BoneDataID<8> +AnimKitBoneSetID<8> + +LAYOUT 3D3DC96C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BoneDataID<8> +AnimKitBoneSetID<8> + LAYOUT EA8B67BC, B307E8FC, 7D887630 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -28,9 +48,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -40,12 +60,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BoneDataID AnimKitBoneSetID @@ -57,7 +77,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimKitConfig.dbd b/definitions/AnimKitConfig.dbd index e6930dfd7b2..2459e75adf0 100644 --- a/definitions/AnimKitConfig.dbd +++ b/definitions/AnimKitConfig.dbd @@ -10,6 +10,23 @@ BUILD 4.0.0.11927-4.3.4.15595 $id$ID<32> ConfigFlags<32> +LAYOUT 0B40EAF2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ConfigFlags<32> + +LAYOUT FFF669D0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ConfigFlags + +LAYOUT A2950AAF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ConfigFlags + LAYOUT 8A70ED4C, 972D46F8, 3144FD89 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,18 +55,18 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ConfigFlags LAYOUT A3858D19 BUILD 10.1.7.50442, 10.1.7.50505 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimKitConfigBoneSet.dbd b/definitions/AnimKitConfigBoneSet.dbd index 62c6b932b41..f512161a3f4 100644 --- a/definitions/AnimKitConfigBoneSet.dbd +++ b/definitions/AnimKitConfigBoneSet.dbd @@ -14,9 +14,32 @@ ParentAnimKitConfigID<32> AnimKitBoneSetID<32> AnimKitPriorityID<32> +LAYOUT 203DD58D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ParentAnimKitConfigID<16> +AnimKitPriorityID<16> +AnimKitBoneSetID<8> + +LAYOUT B3DEC477 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ParentAnimKitConfigID +AnimKitPriorityID +AnimKitBoneSetID + +LAYOUT 89A6756A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ParentAnimKitConfigID +AnimKitPriorityID +AnimKitBoneSetID + LAYOUT A86B7D13 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ParentAnimKitConfigID AnimKitPriorityID @@ -24,8 +47,8 @@ AnimKitBoneSetID LAYOUT 3D9B3BA7, 26240E43 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AnimKitPriorityID AnimKitBoneSetID @@ -45,7 +68,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -79,7 +102,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimKitPriority.dbd b/definitions/AnimKitPriority.dbd index 928f8efa145..567dbf5fe8f 100644 --- a/definitions/AnimKitPriority.dbd +++ b/definitions/AnimKitPriority.dbd @@ -10,6 +10,23 @@ BUILD 4.0.0.11927-4.3.4.15595 $id$ID<32> Priority<32> +LAYOUT 90C43431 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Priority<8> + +LAYOUT E90E4483 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Priority + +LAYOUT 466FA3A4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Priority + LAYOUT 5E93C107, 27ED596B, 8DFC060A BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Priority @@ -54,7 +71,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimKitReplacement.dbd b/definitions/AnimKitReplacement.dbd index da6033c98d2..19a99056b11 100644 --- a/definitions/AnimKitReplacement.dbd +++ b/definitions/AnimKitReplacement.dbd @@ -5,9 +5,26 @@ int ConditionalFlags // Same as AnimReplacement::ConditionalFlags. int ParentAnimReplacementSetID int SrcAnimKitID +LAYOUT 20E43EE3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +SrcAnimKitID +DstAnimKitID +ParentAnimReplacementSetID +ConditionalFlags +$id$ID<32> + +LAYOUT EEB10890 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +SrcAnimKitID +DstAnimKitID +ParentAnimReplacementSetID +ConditionalFlags +$id$ID<32> + LAYOUT A02C2B1F BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 SrcAnimKitID DstAnimKitID ParentAnimReplacementSetID @@ -16,8 +33,8 @@ $id$ID<32> LAYOUT 0735DB83, 656DE95F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 SrcAnimKitID DstAnimKitID ConditionalFlags @@ -38,7 +55,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -74,7 +91,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimKitSegment.dbd b/definitions/AnimKitSegment.dbd index 46c5cc9b26a..d7aab7a74c4 100644 --- a/definitions/AnimKitSegment.dbd +++ b/definitions/AnimKitSegment.dbd @@ -156,8 +156,70 @@ ForcedVariation<32> OverrideConfigFlags<32> LoopToSegmentIndex<32> +LAYOUT FC70F1F7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AnimStartTime<32> +EndConditionParam<32> +EndConditionDelay<32> +Speed +OverrideConfigFlags<32> +ParentAnimKitID<16> +AnimID<16> +AnimKitConfigID<16> +OrderIndex<8> +StartCondition<8> +StartConditionParam<8> +EndCondition<8> +SegmentFlags<8> +ForcedVariation<8> +LoopToSegmentIndex<8> +StartConditionDelay<32> + +LAYOUT 7651819B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AnimStartTime +EndConditionParam +EndConditionDelay +Speed +OverrideConfigFlags +ParentAnimKitID +AnimID +AnimKitConfigID +OrderIndex +StartCondition +StartConditionParam +EndCondition +SegmentFlags +ForcedVariation +LoopToSegmentIndex<8> +StartConditionDelay + +LAYOUT E66FE1D5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AnimStartTime +EndConditionParam +EndConditionDelay +Speed +OverrideConfigFlags +ParentAnimKitID +AnimID +AnimKitConfigID +OrderIndex +StartCondition +StartConditionParam +EndCondition +SegmentFlags +ForcedVariation +LoopToSegmentIndex<8> +StartConditionDelay + LAYOUT 8D5E7CB8 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24834 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24834 $noninline,id$ID<32> AnimStartTime EndConditionParam @@ -180,10 +242,10 @@ StartConditionDelay LAYOUT 08F09B89, 2C2032A1 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24829, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AnimStartTime EndConditionParam @@ -222,7 +284,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -279,7 +341,7 @@ Field_9_0_1_34278_018 LAYOUT DCD09D5C BUILD 10.1.7.50442, 10.1.7.50505 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimReplacement.dbd b/definitions/AnimReplacement.dbd index f5546098313..9e0df7cb533 100644 --- a/definitions/AnimReplacement.dbd +++ b/definitions/AnimReplacement.dbd @@ -15,9 +15,35 @@ SrcAnimID<32> DstAnimID<32> ParentAnimReplacementSetID<32> +LAYOUT C2595AFB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SrcAnimID<16> +DstAnimID<16> +ParentAnimReplacementSetID<16> +ConditionalFlags<16> + +LAYOUT 993F884D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +SrcAnimID +DstAnimID +ParentAnimReplacementSetID +ConditionalFlags +$id$ID<32> + +LAYOUT 6BC90470 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +SrcAnimID +DstAnimID +ParentAnimReplacementSetID +ConditionalFlags +$id$ID<32> + LAYOUT 5A3CE749 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 SrcAnimID DstAnimID ParentAnimReplacementSetID @@ -26,8 +52,8 @@ $id$ID<32> LAYOUT 2C8B0F35, E766EBF9 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 SrcAnimID DstAnimID ConditionalFlags @@ -48,7 +74,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -84,7 +110,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimReplacementSet.dbd b/definitions/AnimReplacementSet.dbd index 3a25ab10524..fe341cc49bc 100644 --- a/definitions/AnimReplacementSet.dbd +++ b/definitions/AnimReplacementSet.dbd @@ -10,6 +10,23 @@ BUILD 4.0.0.11927-4.3.4.15595 $id$ID<32> ExecOrder<32> +LAYOUT CCB4EEFC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ExecOrder<8> + +LAYOUT ACE6A0FE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ExecOrder + +LAYOUT D9FFC559 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ExecOrder + LAYOUT 3761247A, 15AFC3D6, 8AD1EA47 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ExecOrder @@ -54,7 +71,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimaCable.dbd b/definitions/AnimaCable.dbd index 20893c382a1..da95997dc96 100644 --- a/definitions/AnimaCable.dbd +++ b/definitions/AnimaCable.dbd @@ -214,7 +214,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimaCylinder.dbd b/definitions/AnimaCylinder.dbd index db84ecf8783..d4d8c93da24 100644 --- a/definitions/AnimaCylinder.dbd +++ b/definitions/AnimaCylinder.dbd @@ -41,7 +41,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimaMaterial.dbd b/definitions/AnimaMaterial.dbd index 5cc6b326419..62604120a94 100644 --- a/definitions/AnimaMaterial.dbd +++ b/definitions/AnimaMaterial.dbd @@ -89,7 +89,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AnimationData.dbd b/definitions/AnimationData.dbd index c21dbc23d52..bed84087c05 100644 --- a/definitions/AnimationData.dbd +++ b/definitions/AnimationData.dbd @@ -61,8 +61,46 @@ Fallback<32> BehaviorID<32> BehaviorTier<32> +LAYOUT 0C30F30A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +Flags<32> +Fallback<16> +BehaviorID<16> +BehaviorTier<8> + +LAYOUT DF0C6D50 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +Flags<32> +Fallback +BehaviorID +BehaviorTier + +LAYOUT 27A7C34D +BUILD 7.2.0.23478 +$noninline,id$ID<32> +Name +Flags<32> +Fallback +BehaviorID +BehaviorTier + +LAYOUT 13EB0DAC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +Name +Flags<32> +Fallback +BehaviorID +BehaviorTier + LAYOUT E2DBDDDA -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $id$ID<32> Name Flags<32> @@ -81,10 +119,10 @@ BehaviorTier LAYOUT 03182786 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags<32> Fallback @@ -132,7 +170,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -149,7 +187,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AoiBox.dbd b/definitions/AoiBox.dbd index 15076f452e6..da111c542e4 100644 --- a/definitions/AoiBox.dbd +++ b/definitions/AoiBox.dbd @@ -52,7 +52,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/AreaConditionalData.dbd b/definitions/AreaConditionalData.dbd index 52a7c3b48b1..49d1958783c 100644 --- a/definitions/AreaConditionalData.dbd +++ b/definitions/AreaConditionalData.dbd @@ -38,7 +38,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -56,7 +56,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AreaFarClipOverride.dbd b/definitions/AreaFarClipOverride.dbd index 211471995b7..e099fc2447c 100644 --- a/definitions/AreaFarClipOverride.dbd +++ b/definitions/AreaFarClipOverride.dbd @@ -5,12 +5,38 @@ int Flags // &1: s_globals &= ~0x2000, &2: s_globals &= ~0x182 float MinFarClip float MinHorizonStart +LAYOUT 3D8AF772 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +AreaID<32> +MinFarClip +MinHorizonStart +Flags<32> +$id$ID<32> + +LAYOUT 162047D8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +AreaID<32> +MinFarClip +MinHorizonStart +Flags<32> +$id$ID<32> + +LAYOUT F620496F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +AreaID<32> +MinFarClip +MinHorizonStart +Flags<32> +$id$ID<32> + LAYOUT EB5921CC, DA94DA20 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 AreaID<32> MinFarClip MinHorizonStart @@ -42,7 +68,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -60,7 +86,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AreaGroupMember.dbd b/definitions/AreaGroupMember.dbd index 25d14dc7aff..df3a609b43a 100644 --- a/definitions/AreaGroupMember.dbd +++ b/definitions/AreaGroupMember.dbd @@ -3,9 +3,29 @@ int ID int AreaGroupID int AreaID +LAYOUT EF8BF246 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AreaGroupID<16> +AreaID<16> + +LAYOUT A28D8412 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AreaGroupID +AreaID + +LAYOUT E3DC15B6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AreaGroupID +AreaID + LAYOUT 5090E5D2 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> AreaGroupID AreaID @@ -22,15 +42,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AreaID $noninline,relation$AreaGroupID @@ -58,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AreaPOI.dbd b/definitions/AreaPOI.dbd index 7db71188888..dc3fbb5fd3e 100644 --- a/definitions/AreaPOI.dbd +++ b/definitions/AreaPOI.dbd @@ -254,8 +254,82 @@ PlayerConditionID<32> WorldMapLink<32> PortLocID<32> +LAYOUT F472BD34 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Pos[2] +Name_lang +Description_lang +Flags<16> +ContinentID<16> +AreaID<16> +WorldStateID<16> +PlayerConditionID<16> +PortLocID<16> +PoiDataType<32> +PoiData<16> +Importance<8> +Icon<8> +UiTextureAtlasMemberID<32> + +LAYOUT 4641F62D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags +Pos[2] +Name_lang +Description_lang +PoiDataType<32> +PoiData<32> +ContinentID +AreaID<16> +WorldStateID +PlayerConditionID +PortLocID +Importance +Icon +UiTextureAtlasMemberID + +LAYOUT 5A85224E +BUILD 7.2.0.23478 +$noninline,id$ID<32> +Flags +Pos[2] +Name_lang +Description_lang +PoiDataType<32> +PoiData<32> +ContinentID +AreaID<16> +WorldStateID +PlayerConditionID +PortLocID +Importance +Icon +UiTextureAtlasMemberID + +LAYOUT 7FE46F20 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags +Pos[2] +Name_lang +Description_lang +PoiDataType<32> +PoiData<32> +ContinentID +AreaID<16> +WorldStateID +PortLocID +Importance +Icon +PlayerConditionID +UiTextureAtlasMemberID + LAYOUT 772B76A0 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715 $noninline,id$ID<32> Flags Pos[2] @@ -295,8 +369,8 @@ MapFloor<32> WMOGroupID<32> LAYOUT B161EE90 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Description_lang @@ -398,7 +472,7 @@ LAYOUT 34D56581 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -596,7 +670,7 @@ Icon LAYOUT 701F6E76 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 Name_lang diff --git a/definitions/AreaPOIState.dbd b/definitions/AreaPOIState.dbd index 01c7c553432..b2ac9ee4232 100644 --- a/definitions/AreaPOIState.dbd +++ b/definitions/AreaPOIState.dbd @@ -6,9 +6,38 @@ int IconEnumValue int UiTextureAtlasMemberID int WorldStateValue +LAYOUT 22D72122 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Description_lang +AreaPoiID<16> +WorldStateValue<8> +IconEnumValue<8> +UiTextureAtlasMemberID<32> + +LAYOUT 17D8EEE4 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Description_lang +AreaPoiID +WorldStateValue +IconEnumValue +UiTextureAtlasMemberID + +LAYOUT 26B07659 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Description_lang +AreaPoiID +WorldStateValue +IconEnumValue +UiTextureAtlasMemberID + LAYOUT 847BC2B0 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Description_lang AreaPoiID @@ -28,15 +57,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Description_lang WorldStateValue @@ -70,7 +99,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AreaTable.dbd b/definitions/AreaTable.dbd index ec5324d6caf..20c77b0039b 100644 --- a/definitions/AreaTable.dbd +++ b/definitions/AreaTable.dbd @@ -512,9 +512,92 @@ WildBattlePetLevelMin<32> WildBattlePetLevelMax<32> WindSettingsID<32> +LAYOUT 34DD9AFD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<32>[2] +ZoneName +Ambient_multiplier +AreaName_lang +ContinentID<16> +ParentAreaID<16> +AreaBit<16> +AmbienceID<16> +ZoneMusic<16> +IntroSound<16> +LiquidTypeID<16>[4] +UwZoneMusic<16> +UwAmbience<16> +PvpCombatWorldStateID<16> +SoundProviderPref<8> +SoundProviderPrefUnderwater<8> +ExplorationLevel<8> +FactionGroupMask<8> +MountFlags<8> +WildBattlePetLevelMin<8> +WildBattlePetLevelMax<8> +WindSettingsID<8> +UwIntroSound<32> + +LAYOUT 4161969F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags<32>[2] +ZoneName +Ambient_multiplier +AreaName_lang +ContinentID +ParentAreaID +AreaBit<16> +AmbienceID +ZoneMusic +IntroSound +LiquidTypeID[4] +UwZoneMusic +UwAmbience +PvpCombatWorldStateID<16> +SoundProviderPref +SoundProviderPrefUnderwater +ExplorationLevel<8> +FactionGroupMask +MountFlags +WildBattlePetLevelMin +WildBattlePetLevelMax +WindSettingsID +UwIntroSound + +LAYOUT 1A7A0860 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags<32>[2] +ZoneName +Ambient_multiplier +AreaName_lang +ContinentID +ParentAreaID +AreaBit<16> +AmbienceID +ZoneMusic +IntroSound +LiquidTypeID[4] +UwZoneMusic +UwAmbience +PvpCombatWorldStateID<16> +SoundProviderPref +SoundProviderPrefUnderwater +ExplorationLevel<8> +FactionGroupMask +MountFlags +WildBattlePetLevelMin +WildBattlePetLevelMax +WindSettingsID +UwIntroSound + LAYOUT 81DA5CCB BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Flags<32>[2] ZoneName @@ -542,8 +625,8 @@ UwIntroSound LAYOUT 0CA01129 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ZoneName AreaName_lang @@ -606,7 +689,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -736,7 +819,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> ZoneName AreaName_lang diff --git a/definitions/AreaTrigger.dbd b/definitions/AreaTrigger.dbd index 60f55b58715..d18a971afff 100644 --- a/definitions/AreaTrigger.dbd +++ b/definitions/AreaTrigger.dbd @@ -72,7 +72,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -248,12 +248,68 @@ ShapeID<32> AreaTriggerActionSetID<32> Flags<32> +LAYOUT EDF45FE2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Pos[3] +Radius +Box_length +Box_width +Box_height +Box_yaw +ContinentID<16> +PhaseID<16> +PhaseGroupID<16> +ShapeID<16> +AreaTriggerActionSetID<16> +PhaseUseFlags<8> +ShapeType<8> +Flags<8> +$id$ID<32> + +LAYOUT EEA7576C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Pos[3] +Radius +Box_length +Box_width +Box_height +Box_yaw +ContinentID<16> +PhaseID<16> +PhaseGroupID<16> +ShapeID<16> +AreaTriggerActionSetID<16> +PhaseUseFlags<8> +ShapeType<8> +Flags<8> +$id$ID<32> + +LAYOUT 1C34D111 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Pos[3] +Radius +Box_length +Box_width +Box_height +Box_yaw +ContinentID<16> +PhaseID<16> +PhaseGroupID<16> +ShapeID<16> +AreaTriggerActionSetID<16> +PhaseUseFlags<8> +ShapeType<8> +Flags<8> +$id$ID<32> + LAYOUT 378573E8, 430919B4 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Pos[3] Radius Box_length @@ -326,7 +382,7 @@ Flags<8> LAYOUT E8FBF624 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 Pos[3] diff --git a/definitions/AreaTriggerActionSet.dbd b/definitions/AreaTriggerActionSet.dbd index bed761385b3..fd0487fc002 100644 --- a/definitions/AreaTriggerActionSet.dbd +++ b/definitions/AreaTriggerActionSet.dbd @@ -29,6 +29,23 @@ BUILD 5.0.4.15890-5.4.8.18414 $id$ID<32> Flags<32> +LAYOUT 031AD377 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<16> + +LAYOUT 26FE1921 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags<16> + +LAYOUT 0043219C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags<16> + LAYOUT 5DA480BD, BE34F649, 7E8012C8 BUILD 9.0.2.35854, 9.0.2.35938, 9.0.2.35978, 9.0.2.36037, 9.0.2.36086 BUILD 9.0.1.33978, 9.0.1.34003, 9.0.1.34081, 9.0.1.34098, 9.0.1.34137, 9.0.1.34199, 9.0.1.34278, 9.0.1.34324, 9.0.1.34365, 9.0.1.34392, 9.0.1.34490, 9.0.1.34615, 9.0.1.34714, 9.0.1.34821, 9.0.1.34902, 9.0.1.34972, 9.0.1.35078, 9.0.1.35167, 9.0.1.35213, 9.0.1.35256, 9.0.1.35282, 9.0.1.35360, 9.0.1.35432, 9.0.1.35482, 9.0.1.35522, 9.0.1.35598, 9.0.1.35679, 9.0.1.35707, 9.0.1.35755, 9.0.1.35789, 9.0.1.35828, 9.0.1.35853, 9.0.1.35897, 9.0.1.35917, 9.0.1.35944, 9.0.1.35989, 9.0.1.36021, 9.0.1.36036, 9.0.1.36074, 9.0.1.36131, 9.0.1.36163, 9.0.1.36200, 9.0.1.36216, 9.0.1.36228, 9.0.1.36230, 9.0.1.36247, 9.0.1.36272, 9.0.1.36286, 9.0.1.36322, 9.0.1.36372, 9.0.1.36492, 9.0.1.36577 @@ -39,9 +56,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -51,12 +68,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags<16> @@ -78,7 +95,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AreaTriggerBoundedPlane.dbd b/definitions/AreaTriggerBoundedPlane.dbd index 37f961067b8..bef03c1472d 100644 --- a/definitions/AreaTriggerBoundedPlane.dbd +++ b/definitions/AreaTriggerBoundedPlane.dbd @@ -14,7 +14,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AreaTriggerBox.dbd b/definitions/AreaTriggerBox.dbd index 21a72231ff0..0cd07c9416f 100644 --- a/definitions/AreaTriggerBox.dbd +++ b/definitions/AreaTriggerBox.dbd @@ -7,6 +7,23 @@ BUILD 5.0.1.15640-5.4.8.18414 $id$ID<32> Extents[3] +LAYOUT B6CF49AC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Extents[3] + +LAYOUT D5B27A2A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Extents[3] + +LAYOUT 78511B09 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Extents[3] + LAYOUT 602CFDA6, 14918F12, 16CBAF21 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -23,9 +40,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -35,12 +52,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Extents[3] @@ -51,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AreaTriggerCreateProperties.dbd b/definitions/AreaTriggerCreateProperties.dbd index 9245f903b8b..f1c0599445a 100644 --- a/definitions/AreaTriggerCreateProperties.dbd +++ b/definitions/AreaTriggerCreateProperties.dbd @@ -42,7 +42,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -72,7 +72,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/AreaTriggerCylinder.dbd b/definitions/AreaTriggerCylinder.dbd index fee95521875..1bb0963631f 100644 --- a/definitions/AreaTriggerCylinder.dbd +++ b/definitions/AreaTriggerCylinder.dbd @@ -9,6 +9,29 @@ $id$ID<32> Radius Height +LAYOUT 0BF8A90F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Radius +Height +ZOffset + +LAYOUT 624B0F11 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Radius +Height +ZOffset + +LAYOUT F9DDE5CE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Radius +Height +ZOffset + LAYOUT 26D4052D, 867834A9, 7E59ED0C BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -25,9 +48,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -37,12 +60,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Radius Height @@ -55,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AreaTriggerDisk.dbd b/definitions/AreaTriggerDisk.dbd index f17ab51227d..7bb0b4b5024 100644 --- a/definitions/AreaTriggerDisk.dbd +++ b/definitions/AreaTriggerDisk.dbd @@ -22,7 +22,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AreaTriggerSphere.dbd b/definitions/AreaTriggerSphere.dbd index 7fd6d40941f..3e22e8a8c5c 100644 --- a/definitions/AreaTriggerSphere.dbd +++ b/definitions/AreaTriggerSphere.dbd @@ -8,6 +8,23 @@ BUILD 5.0.1.15650-5.4.8.18414 $id$ID<32> MaxRadius +LAYOUT 532CDBE5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MaxRadius + +LAYOUT 30B136F3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MaxRadius + +LAYOUT 188D1990 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MaxRadius + LAYOUT 9141AC7F, F1D2220B, BF0CB8AA BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -24,9 +41,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -36,12 +53,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MaxRadius @@ -52,7 +69,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArenaTrackedItem.dbd b/definitions/ArenaTrackedItem.dbd index 5a3c91af665..c224872eba4 100644 --- a/definitions/ArenaTrackedItem.dbd +++ b/definitions/ArenaTrackedItem.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/ArmorLocation.dbd b/definitions/ArmorLocation.dbd index 8ac3be40e9f..08094695f17 100644 --- a/definitions/ArmorLocation.dbd +++ b/definitions/ArmorLocation.dbd @@ -18,6 +18,35 @@ Chainmodifier Platemodifier Modifier +LAYOUT 1354FFD8 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Clothmodifier +Leathermodifier +Chainmodifier +Platemodifier +Modifier + +LAYOUT B07945DA +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Clothmodifier +Leathermodifier +Chainmodifier +Platemodifier +Modifier + +LAYOUT FD8EBF3D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Clothmodifier +Leathermodifier +Chainmodifier +Platemodifier +Modifier + LAYOUT CCFBD16E, 51C77242, 1C0BBC02, CC7C0C3B BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -34,9 +63,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -46,12 +75,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Clothmodifier Leathermodifier @@ -66,7 +95,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Artifact.dbd b/definitions/Artifact.dbd index ac65b399e55..f9d28072e53 100644 --- a/definitions/Artifact.dbd +++ b/definitions/Artifact.dbd @@ -50,12 +50,54 @@ ArtifactCategoryID UiModelSceneID SpellVisualKitID +LAYOUT 045C232B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +UiBarOverlayColor<32> +UiBarBackgroundColor<32> +UiNameColor<32> +UiTextureKitID<16> +ChrSpecializationID<16> +ArtifactCategoryID<8> +Flags<8> + +LAYOUT 5524AF28 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +UiBarOverlayColor<32> +UiBarBackgroundColor<32> +UiNameColor<32> +UiTextureKitID +ChrSpecializationID +ArtifactCategoryID +Flags +UiModelSceneID +SpellVisualKitID + +LAYOUT E59CACA4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +UiBarOverlayColor<32> +UiBarBackgroundColor<32> +UiNameColor<32> +UiTextureKitID +ChrSpecializationID +ArtifactCategoryID +Flags +UiModelSceneID +SpellVisualKitID + LAYOUT 76CF31A8 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang UiBarOverlayColor<32> @@ -117,7 +159,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -159,7 +201,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArtifactAppearance.dbd b/definitions/ArtifactAppearance.dbd index c6d4dbc10f2..6efbab9467f 100644 --- a/definitions/ArtifactAppearance.dbd +++ b/definitions/ArtifactAppearance.dbd @@ -88,12 +88,86 @@ UiAltItemAppearanceID Flags UiCameraID +LAYOUT 80AD1607 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +UiSwatchColor<32> +UiModelSaturation +UiModelOpacity +OverrideShapeshiftDisplayID<32> +ArtifactAppearanceSetID<16> +UnlockPlayerConditionID<16> +UiCameraID<16> +DisplayIndex<8> +ItemAppearanceModifierID<8> +Flags<8> +OverrideShapeshiftFormID<8> +$id$ID<32> +UiItemAppearanceID<32> +UiAltItemAppearanceID<32> + +LAYOUT D64AA09D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +UiSwatchColor<32> +UiModelSaturation +UiModelOpacity +OverrideShapeshiftDisplayID +ArtifactAppearanceSetID +UnlockPlayerConditionID +UiCameraID +DisplayIndex +ItemAppearanceModifierID +Flags +OverrideShapeshiftFormID +$id$ID<32> +UiItemAppearanceID +UiAltItemAppearanceID + +LAYOUT 10470E80 +BUILD 7.2.0.23478 +Name_lang +UiSwatchColor<32> +UiModelSaturation +UiModelOpacity +OverrideShapeshiftDisplayID +ArtifactAppearanceSetID +UnlockPlayerConditionID +UiCameraID +DisplayIndex +ItemAppearanceModifierID +Flags +OverrideShapeshiftFormID +$id$ID<32> +UiItemAppearanceID +UiAltItemAppearanceID + +LAYOUT 97AC249A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +UiSwatchColor<32> +UiModelSaturation +UiModelOpacity +OverrideShapeshiftDisplayID +ArtifactAppearanceSetID +UiCameraID +DisplayIndex +ItemAppearanceModifierID +Flags +OverrideShapeshiftFormID +$id$ID<32> +UnlockPlayerConditionID +UiItemAppearanceID +UiAltItemAppearanceID + LAYOUT AEED7395 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang UiSwatchColor<32> UiModelSaturation @@ -131,7 +205,7 @@ UiAltItemAppearanceID LAYOUT 330F75C9 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -209,7 +283,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArtifactAppearanceSet.dbd b/definitions/ArtifactAppearanceSet.dbd index ad8381b53c3..ab52b1cd810 100644 --- a/definitions/ArtifactAppearanceSet.dbd +++ b/definitions/ArtifactAppearanceSet.dbd @@ -62,9 +62,47 @@ ForgeAttachmentOverride<8> Flags $noninline,relation$ArtifactID<32> +LAYOUT C53DCC8A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +Description_lang +UiCameraID<16> +AltHandUICameraID<16> +ArtifactID<8> +DisplayIndex<8> +ForgeAttachmentOverride<8> +Flags<8> +$id$ID<32> + +LAYOUT 04E0D0CC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +Description_lang +UiCameraID +AltHandUICameraID +ArtifactID +DisplayIndex +ForgeAttachmentOverride<8> +Flags +$id$ID + +LAYOUT F10622F3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +Description_lang +UiCameraID +AltHandUICameraID +ArtifactID +DisplayIndex +ForgeAttachmentOverride<8> +Flags +$id$ID + LAYOUT F3308990 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 Name_lang Description_lang UiCameraID @@ -77,8 +115,8 @@ $id$ID LAYOUT 53DFED74, 1CB5B2EA BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Description_lang UiCameraID @@ -103,7 +141,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -152,7 +190,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArtifactCategory.dbd b/definitions/ArtifactCategory.dbd index d32f4b1037c..2127b89168c 100644 --- a/definitions/ArtifactCategory.dbd +++ b/definitions/ArtifactCategory.dbd @@ -3,6 +3,26 @@ int ID int XpMultCurrencyID int XpMultCurveID +LAYOUT 73691C0D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +XpMultCurrencyID<16> +XpMultCurveID<16> + +LAYOUT 8344E355 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +XpMultCurrencyID<16> +XpMultCurveID<16> + +LAYOUT 8B77EABF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +XpMultCurrencyID<16> +XpMultCurveID<16> + LAYOUT 21328475, 484A6D55, F5C7EE5F BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -19,9 +39,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +51,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> XpMultCurrencyID<16> XpMultCurveID<16> @@ -48,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArtifactItemToTransmog.dbd b/definitions/ArtifactItemToTransmog.dbd index dfdc83fc85a..dfb4ed2ffde 100644 --- a/definitions/ArtifactItemToTransmog.dbd +++ b/definitions/ArtifactItemToTransmog.dbd @@ -28,7 +28,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -45,7 +45,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArtifactPower.dbd b/definitions/ArtifactPower.dbd index 90c41ec1749..183cd93f0b5 100644 --- a/definitions/ArtifactPower.dbd +++ b/definitions/ArtifactPower.dbd @@ -17,12 +17,43 @@ Label<32> Flags Tier +LAYOUT B81D03F6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +DisplayPos[2] +ArtifactID<8> +Flags<8> +MaxPurchasableRank<8> +$id$ID<32> +Label<32> + +LAYOUT 88C120E4 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +DisplayPos[2] +ArtifactID +Flags +MaxPurchasableRank +Tier +$id$ID<32> +Label<32> + +LAYOUT 27D09323 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +DisplayPos[2] +ArtifactID +Flags +MaxPurchasableRank +Tier +$id$ID<32> +Label<32> + LAYOUT 45240818 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 DisplayPos[2] $relation$ArtifactID Flags @@ -66,7 +97,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -85,7 +116,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArtifactPowerLink.dbd b/definitions/ArtifactPowerLink.dbd index c4886fecee2..e8cce2c4117 100644 --- a/definitions/ArtifactPowerLink.dbd +++ b/definitions/ArtifactPowerLink.dbd @@ -3,6 +3,26 @@ int ID int PowerA int PowerB +LAYOUT 668C691C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +PowerA<16> +PowerB<16> + +LAYOUT 12459614 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +PowerA +PowerB + +LAYOUT 7E5E19B4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +PowerA +PowerB + LAYOUT E179618C, BB7E3584, 823AE244 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -19,9 +39,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +51,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> PowerA PowerB @@ -48,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArtifactPowerPicker.dbd b/definitions/ArtifactPowerPicker.dbd index e5e552304f4..216eec9c314 100644 --- a/definitions/ArtifactPowerPicker.dbd +++ b/definitions/ArtifactPowerPicker.dbd @@ -2,6 +2,17 @@ COLUMNS int ID int PlayerConditionID +LAYOUT B7E57382 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +PlayerConditionID<32> + +LAYOUT D00990E5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +PlayerConditionID + LAYOUT 2D6AF006, 253242BA, BEE6736B BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -18,9 +29,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -30,12 +41,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> PlayerConditionID @@ -46,7 +57,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArtifactPowerRank.dbd b/definitions/ArtifactPowerRank.dbd index 9aecd52863c..553d8033432 100644 --- a/definitions/ArtifactPowerRank.dbd +++ b/definitions/ArtifactPowerRank.dbd @@ -6,9 +6,38 @@ int ItemBonusListID int RankIndex int SpellID +LAYOUT C6BC97C0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +AuraPointsOverride +ArtifactPowerID<16> +ItemBonusListID<16> +RankIndex<8> + +LAYOUT 52FA0A8E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +AuraPointsOverride +ArtifactPowerID +ItemBonusListID +RankIndex + +LAYOUT B08EEA4D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +AuraPointsOverride +ArtifactPowerID +ItemBonusListID +RankIndex + LAYOUT 137FD462 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> AuraPointsOverride @@ -18,8 +47,8 @@ RankIndex LAYOUT A87EACC4, BBC276D0 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> AuraPointsOverride @@ -41,7 +70,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -79,7 +108,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArtifactQuestXP.dbd b/definitions/ArtifactQuestXP.dbd index 310f1e6c560..54a7b559e0c 100644 --- a/definitions/ArtifactQuestXP.dbd +++ b/definitions/ArtifactQuestXP.dbd @@ -2,9 +2,21 @@ COLUMNS int ID int Difficulty +LAYOUT BF20E8C0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Difficulty<32>[10] + +LAYOUT 9E5D9065 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Difficulty[10] + LAYOUT FBBEEF86 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Difficulty[10] @@ -24,7 +36,8 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 diff --git a/definitions/ArtifactTier.dbd b/definitions/ArtifactTier.dbd index 09dd48328f6..a12c53b9bc8 100644 --- a/definitions/ArtifactTier.dbd +++ b/definitions/ArtifactTier.dbd @@ -6,6 +6,30 @@ int MaxArtifactKnowledge int MaxNumTraits int MinimumEmpowerKnowledge +LAYOUT D7B71D95 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +ArtifactTier +MaxNumTraits +MaxArtifactKnowledge + +LAYOUT 5D3F394A +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ArtifactTier +MaxNumTraits +MaxArtifactKnowledge +KnowledgePlayerCondition + +LAYOUT EB558336 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +ArtifactTier +MaxNumTraits +MaxArtifactKnowledge +KnowledgePlayerCondition +MinimumEmpowerKnowledge + LAYOUT 1A5A50B9, A47F6D9D, 1C7BB640 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -22,9 +46,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -34,12 +58,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ArtifactTier MaxNumTraits @@ -54,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ArtifactUnlock.dbd b/definitions/ArtifactUnlock.dbd index f27de70324c..b7584af84a3 100644 --- a/definitions/ArtifactUnlock.dbd +++ b/definitions/ArtifactUnlock.dbd @@ -6,9 +6,47 @@ int PlayerConditionID int PowerID int PowerRank +LAYOUT D456B4E1 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemBonusListID<16> +PlayerConditionID<16> +ArtifactID<8> +PowerRank<8> +PowerID<32> + +LAYOUT 06F5415B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemBonusListID +PlayerConditionID +ArtifactID +PowerRank +PowerID + +LAYOUT DF31D3DC +BUILD 7.2.0.23478 +$noninline,id$ID<32> +ItemBonusListID +PlayerConditionID +ArtifactID +PowerRank +PowerID + +LAYOUT 2123691C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemBonusListID +ArtifactID +PowerRank +PowerID +PlayerConditionID + LAYOUT 8F325A85 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ItemBonusListID ArtifactID @@ -18,8 +56,8 @@ PlayerConditionID LAYOUT 52839A77, D5F0F083 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemBonusListID PowerRank @@ -41,7 +79,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -79,7 +117,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AuctionHouse.dbd b/definitions/AuctionHouse.dbd index 9751ef84d5d..970c3c0371c 100644 --- a/definitions/AuctionHouse.dbd +++ b/definitions/AuctionHouse.dbd @@ -20,6 +20,32 @@ DepositRate<32> ConsignmentRate<32> Name_lang +LAYOUT 575B67A7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +FactionID<16> +DepositRate<8> +ConsignmentRate<8> + +LAYOUT E5DF38BF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +FactionID +DepositRate +ConsignmentRate + +LAYOUT BB5A8B0D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +FactionID +DepositRate +ConsignmentRate + LAYOUT 51CFEEFF, 61E641BA, 05DD4C81 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -36,9 +62,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -48,12 +74,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang FactionID @@ -67,7 +93,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AuctionHouseCategory.dbd b/definitions/AuctionHouseCategory.dbd index 4736b4efe8c..c70d1b0dba7 100644 --- a/definitions/AuctionHouseCategory.dbd +++ b/definitions/AuctionHouseCategory.dbd @@ -104,7 +104,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeriteEmpoweredItem.dbd b/definitions/AzeriteEmpoweredItem.dbd index 6cf11f0ef31..a8e64cbd3b7 100644 --- a/definitions/AzeriteEmpoweredItem.dbd +++ b/definitions/AzeriteEmpoweredItem.dbd @@ -29,7 +29,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -46,7 +46,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeriteEssence.dbd b/definitions/AzeriteEssence.dbd index 6de7ee65d15..f6d4915e1a9 100644 --- a/definitions/AzeriteEssence.dbd +++ b/definitions/AzeriteEssence.dbd @@ -38,7 +38,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeriteEssencePower.dbd b/definitions/AzeriteEssencePower.dbd index 9962d0612ec..88d0c8f93c6 100644 --- a/definitions/AzeriteEssencePower.dbd +++ b/definitions/AzeriteEssencePower.dbd @@ -41,7 +41,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeriteItem.dbd b/definitions/AzeriteItem.dbd index 615f14c029b..3c105ca792c 100644 --- a/definitions/AzeriteItem.dbd +++ b/definitions/AzeriteItem.dbd @@ -27,7 +27,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -42,7 +42,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeriteItemMilestonePower.dbd b/definitions/AzeriteItemMilestonePower.dbd index 4aaf2254add..d0c7e6f05f6 100644 --- a/definitions/AzeriteItemMilestonePower.dbd +++ b/definitions/AzeriteItemMilestonePower.dbd @@ -27,7 +27,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -78,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeriteKnowledgeMultiplier.dbd b/definitions/AzeriteKnowledgeMultiplier.dbd index 581838d5fa9..43224332b9e 100644 --- a/definitions/AzeriteKnowledgeMultiplier.dbd +++ b/definitions/AzeriteKnowledgeMultiplier.dbd @@ -26,7 +26,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeriteLevelInfo.dbd b/definitions/AzeriteLevelInfo.dbd index ecde175ef39..034b42009c7 100644 --- a/definitions/AzeriteLevelInfo.dbd +++ b/definitions/AzeriteLevelInfo.dbd @@ -30,7 +30,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeritePower.dbd b/definitions/AzeritePower.dbd index 61a8d18b5c2..7c9b57ef26a 100644 --- a/definitions/AzeritePower.dbd +++ b/definitions/AzeritePower.dbd @@ -43,7 +43,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -61,7 +61,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeritePowerSetMember.dbd b/definitions/AzeritePowerSetMember.dbd index d11e43a0dc9..a8ff79e74a6 100644 --- a/definitions/AzeritePowerSetMember.dbd +++ b/definitions/AzeritePowerSetMember.dbd @@ -32,7 +32,7 @@ LAYOUT A5515E8D, DB24A281 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -100,7 +100,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeriteTierUnlock.dbd b/definitions/AzeriteTierUnlock.dbd index 05c3e7f30e7..eee3af49900 100644 --- a/definitions/AzeriteTierUnlock.dbd +++ b/definitions/AzeriteTierUnlock.dbd @@ -27,7 +27,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -69,7 +69,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeriteTierUnlockSet.dbd b/definitions/AzeriteTierUnlockSet.dbd index d418aa23658..814a6397e36 100644 --- a/definitions/AzeriteTierUnlockSet.dbd +++ b/definitions/AzeriteTierUnlockSet.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/AzeriteUnlockMapping.dbd b/definitions/AzeriteUnlockMapping.dbd index 0fa95c045fb..477e9aff17d 100644 --- a/definitions/AzeriteUnlockMapping.dbd +++ b/definitions/AzeriteUnlockMapping.dbd @@ -35,7 +35,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BankBagSlotPrices.dbd b/definitions/BankBagSlotPrices.dbd index c1aa71683f3..8fa867b2c48 100644 --- a/definitions/BankBagSlotPrices.dbd +++ b/definitions/BankBagSlotPrices.dbd @@ -15,6 +15,23 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> Cost<32> +LAYOUT B05E02B4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Cost<32> + +LAYOUT 4A9B3836 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Cost + +LAYOUT 8CA96389 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Cost + LAYOUT EA0AC2AA, 897A4D1E, 2B6DC00F BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -31,9 +48,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -43,12 +60,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Cost @@ -59,7 +76,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BannedAddons.dbd b/definitions/BannedAddons.dbd index a92993b6de1..6fe93ca1382 100644 --- a/definitions/BannedAddons.dbd +++ b/definitions/BannedAddons.dbd @@ -18,6 +18,29 @@ VersionMD5<32>[4] LastModified<32> Flags<32> +LAYOUT AE353B8F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +Version +Flags<8> + +LAYOUT FE0361E1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +Version +Flags + +LAYOUT E9283318 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +Version +Flags + LAYOUT F4525F59, F3F45B96, F779B6E5 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -30,17 +53,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name Version @@ -70,7 +93,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BarberShopStyle.dbd b/definitions/BarberShopStyle.dbd index f85563bb99d..44edf8f9d1c 100644 --- a/definitions/BarberShopStyle.dbd +++ b/definitions/BarberShopStyle.dbd @@ -56,8 +56,43 @@ Race<32> Sex<32> Data<32> +LAYOUT B5E14DAA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +DisplayName_lang +Description_lang +Cost_Modifier +Type<8> +Race<8> +Sex<8> +Data<8> +$id$ID<32> + +LAYOUT 46AD9456 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +DisplayName_lang +Description_lang +Cost_Modifier +Type +Race +Sex +Data +$id$ID<32> + +LAYOUT 8C05A540 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +DisplayName_lang +Description_lang +Cost_Modifier +Type +Race +Sex +Data +$id$ID<32> + LAYOUT 8675532E -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 DisplayName_lang Description_lang Cost_Modifier @@ -69,10 +104,10 @@ $id$ID<32> LAYOUT 670C71AE, 70A058D4 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 DisplayName_lang Description_lang Cost_Modifier @@ -103,7 +138,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -139,7 +174,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BarrageEffect.dbd b/definitions/BarrageEffect.dbd index ec94e317139..4dfce89c502 100644 --- a/definitions/BarrageEffect.dbd +++ b/definitions/BarrageEffect.dbd @@ -67,7 +67,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetAbility.dbd b/definitions/BattlePetAbility.dbd index 1fcbe8f221e..157cf0eb8fc 100644 --- a/definitions/BattlePetAbility.dbd +++ b/definitions/BattlePetAbility.dbd @@ -68,9 +68,44 @@ Flags<32> Name_lang Description_lang +LAYOUT B120A510 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +IconFileDataID<32> +Name_lang +Description_lang +BattlePetVisualID<16> +PetTypeEnum<8> +Flags<8> +Cooldown<32> + +LAYOUT BB7FD78B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +IconFileDataID<32> +Name_lang +Description_lang +BattlePetVisualID +PetTypeEnum<8> +Flags +Cooldown + +LAYOUT D9137C24 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +IconFileDataID<32> +Name_lang +Description_lang +BattlePetVisualID +PetTypeEnum<8> +Flags +Cooldown + LAYOUT 70E6EB47 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> IconFileDataID<32> Name_lang @@ -82,8 +117,8 @@ Cooldown LAYOUT 0F29944D, 0D7D71D9 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Description_lang @@ -113,7 +148,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -149,7 +184,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetAbilityEffect.dbd b/definitions/BattlePetAbilityEffect.dbd index 5ea92c1614f..a9776ece2ef 100644 --- a/definitions/BattlePetAbilityEffect.dbd +++ b/definitions/BattlePetAbilityEffect.dbd @@ -42,12 +42,44 @@ BattlePetEffectPropertiesID<32> OrderIndex<32> Param<32>[6] +LAYOUT 90F49D37 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +BattlePetAbilityTurnID<16> +BattlePetVisualID<16> +AuraBattlePetAbilityID<16> +BattlePetEffectPropertiesID<16> +Param<16>[6] +OrderIndex<8> +$id$ID<32> + +LAYOUT D9B6B021 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +BattlePetAbilityTurnID +BattlePetVisualID +AuraBattlePetAbilityID +BattlePetEffectPropertiesID +Param<16>[6] +OrderIndex +$id$ID<32> + +LAYOUT FE50DB72 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +BattlePetAbilityTurnID +BattlePetVisualID +AuraBattlePetAbilityID +BattlePetEffectPropertiesID +Param<16>[6] +OrderIndex +$id$ID<32> + LAYOUT 5D30EBC5 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $relation$BattlePetAbilityTurnID BattlePetVisualID AuraBattlePetAbilityID @@ -91,7 +123,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -111,7 +143,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetAbilityState.dbd b/definitions/BattlePetAbilityState.dbd index 1b451355392..5bd0d3c9fdb 100644 --- a/definitions/BattlePetAbilityState.dbd +++ b/definitions/BattlePetAbilityState.dbd @@ -57,9 +57,32 @@ BattlePetAbilityID<32> BattlePetStateID<32> Value<32> +LAYOUT 3819C91A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Value<32> +BattlePetAbilityID<16> +BattlePetStateID<8> + +LAYOUT 06BAD6B8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Value<32> +BattlePetAbilityID +BattlePetStateID + +LAYOUT 300E2505 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Value<32> +BattlePetAbilityID +BattlePetStateID + LAYOUT EB92CA24 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Value<32> BattlePetAbilityID @@ -67,8 +90,8 @@ BattlePetStateID LAYOUT 0E40A884, F6843F88 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Value<32> BattlePetStateID @@ -79,7 +102,7 @@ BUILD 8.1.5.28938, 8.1.5.29141 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -121,7 +144,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetAbilityTurn.dbd b/definitions/BattlePetAbilityTurn.dbd index f2c1d26a3df..bfcd481b143 100644 --- a/definitions/BattlePetAbilityTurn.dbd +++ b/definitions/BattlePetAbilityTurn.dbd @@ -46,12 +46,41 @@ OrderIndex<32> TurnTypeEnum<32> EventTypeEnum<32> +LAYOUT 9683E767 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +BattlePetAbilityID<16> +BattlePetVisualID<16> +OrderIndex<8> +TurnTypeEnum<8> +EventTypeEnum<8> +$id$ID<32> + +LAYOUT 81CF7B57 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +BattlePetAbilityID +BattlePetVisualID +OrderIndex +TurnTypeEnum +EventTypeEnum<8> +$id$ID<32> + +LAYOUT 85676425 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +BattlePetAbilityID +BattlePetVisualID +OrderIndex +TurnTypeEnum +EventTypeEnum<8> +$id$ID<32> + LAYOUT CB063F4F, 82FF4497 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $relation$BattlePetAbilityID BattlePetVisualID OrderIndex @@ -80,7 +109,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -110,7 +139,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetBreedQuality.dbd b/definitions/BattlePetBreedQuality.dbd index 8eedaf5de4b..4bf8e4a6443 100644 --- a/definitions/BattlePetBreedQuality.dbd +++ b/definitions/BattlePetBreedQuality.dbd @@ -39,6 +39,26 @@ $id$ID<32> QualityEnum<32> StateMultiplier +LAYOUT 7BA0AA85 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +StateMultiplier +QualityEnum<8> + +LAYOUT 7172D925 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +StateMultiplier +QualityEnum + +LAYOUT 2C3B279F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +StateMultiplier +QualityEnum + LAYOUT BDE74E1D, 6CD46EB5, AFB434F3 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 BUILD 9.0.2.35854, 9.0.2.35938, 9.0.2.35978, 9.0.2.36037, 9.0.2.36086, 9.0.2.36165, 9.0.2.36206, 9.0.2.36267, 9.0.2.36294, 9.0.2.36401, 9.0.2.36512, 9.0.2.36532, 9.0.2.36599, 9.0.2.36639, 9.0.2.36665, 9.0.2.36671, 9.0.2.36710, 9.0.2.36734, 9.0.2.36751, 9.0.2.36753, 9.0.2.36839, 9.0.2.36949, 9.0.2.37106, 9.0.2.37130, 9.0.2.37142, 9.0.2.37176, 9.0.2.37415, 9.0.2.37474 @@ -50,9 +70,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -62,12 +82,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> StateMultiplier QualityEnum @@ -96,7 +116,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetBreedState.dbd b/definitions/BattlePetBreedState.dbd index bf3db7bb37a..a72cf0d9455 100644 --- a/definitions/BattlePetBreedState.dbd +++ b/definitions/BattlePetBreedState.dbd @@ -50,9 +50,32 @@ BattlePetBreedID BattlePetStateID Value<32> +LAYOUT 86797087 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Value<16> +BattlePetBreedID<8> +BattlePetStateID<8> + +LAYOUT 4564EFF9 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Value +BattlePetBreedID +BattlePetStateID + +LAYOUT C24FEC66 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Value +BattlePetBreedID +BattlePetStateID + LAYOUT F83140B5 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Value BattlePetBreedID @@ -60,8 +83,8 @@ BattlePetStateID LAYOUT 68D5C999, 88944F15 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Value BattlePetStateID @@ -78,7 +101,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -115,7 +138,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetDisplayOverride.dbd b/definitions/BattlePetDisplayOverride.dbd index 68c4d39b015..fb4898733db 100644 --- a/definitions/BattlePetDisplayOverride.dbd +++ b/definitions/BattlePetDisplayOverride.dbd @@ -52,7 +52,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -62,12 +62,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BattlePetSpeciesID PlayerConditionID @@ -101,7 +101,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetEffectProperties.dbd b/definitions/BattlePetEffectProperties.dbd index 783584d9c43..b07b71aaef4 100644 --- a/definitions/BattlePetEffectProperties.dbd +++ b/definitions/BattlePetEffectProperties.dbd @@ -21,6 +21,29 @@ BattlePetVisualID<32> ParamLabel[6] ParamTypeEnum<32>[6] +LAYOUT B4163BC7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ParamLabel[6] +BattlePetVisualID<16> +ParamTypeEnum<8>[6] + +LAYOUT 2AF21A2D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ParamLabel[6] +BattlePetVisualID +ParamTypeEnum[6] + +LAYOUT 57364822 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ParamLabel[6] +BattlePetVisualID +ParamTypeEnum[6] + LAYOUT 56070751, A2D4ADF5, 5CA97862 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -33,17 +56,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ParamLabel[6] BattlePetVisualID @@ -73,7 +96,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetNPCTeamMember.dbd b/definitions/BattlePetNPCTeamMember.dbd index 335e2b723d9..b83ceba6a2f 100644 --- a/definitions/BattlePetNPCTeamMember.dbd +++ b/definitions/BattlePetNPCTeamMember.dbd @@ -7,6 +7,23 @@ BUILD 5.0.2.15827-5.4.8.18414 $id$ID<32> Name_lang +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang + +LAYOUT 0FD28B78 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang + +LAYOUT 5F081559 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang + LAYOUT 4423F004, 9F2C8370, 1AC95960 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -23,9 +40,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -35,12 +52,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang @@ -51,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetSpecies.dbd b/definitions/BattlePetSpecies.dbd index 2e6efeb2562..936883a3c48 100644 --- a/definitions/BattlePetSpecies.dbd +++ b/definitions/BattlePetSpecies.dbd @@ -114,9 +114,51 @@ Flags<32> SourceText_lang Description_lang +LAYOUT 294C6926 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +CreatureID<32> +IconFileDataID<32> +SummonSpellID<32> +SourceText_lang +Description_lang +Flags<16> +PetTypeEnum<8> +SourceTypeEnum<8> +$id$ID<32> + +LAYOUT F339257E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +CreatureID<32> +IconFileDataID<32> +SummonSpellID<32> +SourceText_lang +Description_lang +Flags +PetTypeEnum +SourceTypeEnum<8> +$id$ID<32> +CardUIModelSceneID<32> +LoadoutUIModelSceneID<32> + +LAYOUT 1CA66769 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +CreatureID<32> +IconFileDataID<32> +SummonSpellID<32> +SourceText_lang +Description_lang +Flags +PetTypeEnum +SourceTypeEnum<8> +$id$ID<32> +CardUIModelSceneID<32> +LoadoutUIModelSceneID<32> + LAYOUT 4B260652 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 CreatureID<32> IconFileDataID<32> SummonSpellID<32> @@ -131,8 +173,8 @@ LoadoutUIModelSceneID<32> LAYOUT 8A3D97A4 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 SourceText_lang Description_lang CreatureID<32> @@ -177,7 +219,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -255,7 +297,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetSpeciesState.dbd b/definitions/BattlePetSpeciesState.dbd index a0735d5c8d9..edd1aa37cb3 100644 --- a/definitions/BattlePetSpeciesState.dbd +++ b/definitions/BattlePetSpeciesState.dbd @@ -57,9 +57,32 @@ BattlePetSpeciesID BattlePetStateID Value<32> +LAYOUT AFB2B852 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Value<32> +BattlePetSpeciesID<16> +BattlePetStateID<8> + +LAYOUT 4ECE0BB0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Value<32> +BattlePetSpeciesID +BattlePetStateID + +LAYOUT 3AC86CD5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Value<32> +BattlePetSpeciesID +BattlePetStateID + LAYOUT DF3FD8BC BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Value<32> BattlePetSpeciesID @@ -67,8 +90,8 @@ BattlePetStateID LAYOUT 8F958D5C, 5A550ED0 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Value<32> BattlePetStateID @@ -78,7 +101,7 @@ LAYOUT 99EBACAA BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -121,7 +144,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetSpeciesXAbility.dbd b/definitions/BattlePetSpeciesXAbility.dbd index cd6acd11aa0..277a9c62919 100644 --- a/definitions/BattlePetSpeciesXAbility.dbd +++ b/definitions/BattlePetSpeciesXAbility.dbd @@ -41,9 +41,35 @@ BattlePetAbilityID<32> RequiredLevel<32> SlotEnum<32> +LAYOUT E5CA0BAA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +BattlePetSpeciesID<16> +BattlePetAbilityID<16> +RequiredLevel<8> +SlotEnum<8> + +LAYOUT E8181162 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BattlePetSpeciesID +BattlePetAbilityID +RequiredLevel +SlotEnum<8> + +LAYOUT 73D79694 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BattlePetSpeciesID +BattlePetAbilityID +RequiredLevel +SlotEnum<8> + LAYOUT 2A8E4E6A BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> BattlePetSpeciesID BattlePetAbilityID @@ -62,15 +88,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BattlePetAbilityID RequiredLevel @@ -103,7 +129,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetSpeciesXCovenant.dbd b/definitions/BattlePetSpeciesXCovenant.dbd index fff1a41a039..22adced1781 100644 --- a/definitions/BattlePetSpeciesXCovenant.dbd +++ b/definitions/BattlePetSpeciesXCovenant.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetState.dbd b/definitions/BattlePetState.dbd index 5205db995b4..f661f55ee07 100644 --- a/definitions/BattlePetState.dbd +++ b/definitions/BattlePetState.dbd @@ -16,6 +16,29 @@ BattlePetVisualID<32> LuaName Flags<32> +LAYOUT 13716630 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +LuaName +Flags<16> +BattlePetVisualID<8> + +LAYOUT 7F85B42E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +LuaName +BattlePetVisualID +Flags + +LAYOUT 52C83A39 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +LuaName +BattlePetVisualID +Flags + LAYOUT F9579FAC, 1797AB4A, EED9BB1F BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -28,21 +51,21 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> LuaName -Flags BattlePetVisualID +Flags LAYOUT 0A2EE604 BUILD 9.2.0.41089, 9.2.0.41257, 9.2.0.41360, 9.2.0.41462, 9.2.0.41726, 9.2.0.41827, 9.2.0.41962, 9.2.0.42069, 9.2.0.42174, 9.2.0.42257, 9.2.0.42277, 9.2.0.42354, 9.2.0.42399, 9.2.0.42423, 9.2.0.42488, 9.2.0.42521, 9.2.0.42538, 9.2.0.42560, 9.2.0.42578, 9.2.0.42614, 9.2.0.42698, 9.2.0.42825, 9.2.0.42852, 9.2.0.42937, 9.2.0.42979, 9.2.0.43114, 9.2.0.43206, 9.2.0.43340, 9.2.0.43345 @@ -74,7 +97,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlePetVisual.dbd b/definitions/BattlePetVisual.dbd index f9c17ba50fd..0cd8b7ce7ce 100644 --- a/definitions/BattlePetVisual.dbd +++ b/definitions/BattlePetVisual.dbd @@ -20,9 +20,44 @@ Flags<32> SceneScriptPackageID<32> SceneScriptFunction +LAYOUT 7857D92C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SceneScriptFunction +SpellVisualID<16> +CastMilliSeconds<16> +ImpactMilliSeconds<16> +SceneScriptPackageID<16> +RangeTypeEnum<8> +Flags<8> + +LAYOUT F850E066 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellVisualID +SceneScriptFunction +CastMilliSeconds +ImpactMilliSeconds +SceneScriptPackageID +RangeTypeEnum +Flags + +LAYOUT F0088BE3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellVisualID +SceneScriptFunction +CastMilliSeconds +ImpactMilliSeconds +SceneScriptPackageID +RangeTypeEnum +Flags + LAYOUT 5EE6A1F2 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellVisualID SceneScriptFunction @@ -34,8 +69,8 @@ Flags LAYOUT 097E0F6C, 85199E88 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SceneScriptFunction SpellVisualID @@ -59,7 +94,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -101,7 +136,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BattlemasterList.dbd b/definitions/BattlemasterList.dbd index b40dc4f3ed5..dd18dddcc5a 100644 --- a/definitions/BattlemasterList.dbd +++ b/definitions/BattlemasterList.dbd @@ -28,7 +28,7 @@ int Field_1_15_3_55112_017? LAYOUT 1DAAA212 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -323,8 +323,69 @@ Flags<32> IconFileDataID<32> GameType_lang +LAYOUT 99250B06 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +IconFileDataID<32> +GameType_lang +MapID<16>[16] +HolidayWorldState<16> +Required_Player_Condition_ID<16> +InstanceType<8> +GroupsAllowed<8> +MaxGroupSize<8> +MinLevel<8> +MaxLevel<8> +RatedPlayers<8> +MinPlayers<8> +MaxPlayers<8> +Flags<8> + +LAYOUT 2B4955FC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +IconFileDataID<32> +GameType_lang +MapID<16>[16] +HolidayWorldState<16> +Required_Player_Condition_ID<16> +InstanceType<8> +GroupsAllowed<8> +MaxGroupSize<8> +MinLevel<8> +MaxLevel<8> +RatedPlayers<8> +MinPlayers<8> +MaxPlayers<8> +Flags<8> + +LAYOUT 1D42D3EF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +IconFileDataID<32> +GameType_lang +ShortDescription_lang +LongDescription_lang +MapID<16>[16] +HolidayWorldState<16> +Required_Player_Condition_ID<16> +InstanceType<8> +GroupsAllowed<8> +MaxGroupSize<8> +MinLevel<8> +MaxLevel<8> +RatedPlayers<8> +MinPlayers<8> +MaxPlayers<8> +Flags<8> + LAYOUT DC3F5352 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Name_lang IconFileDataID<32> @@ -368,8 +429,8 @@ Flags<8> LAYOUT D8AAA088 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang GameType_lang @@ -517,7 +578,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BeamEffect.dbd b/definitions/BeamEffect.dbd index 9e43e5ae0a3..ef8fddbf008 100644 --- a/definitions/BeamEffect.dbd +++ b/definitions/BeamEffect.dbd @@ -11,12 +11,41 @@ float SourceMinDistance int SourceOffset int SourcePositionerID +LAYOUT 7029297B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BeamID<32> +SourceMinDistance +FixedLength +Flags<32> +SourceOffset<16> +DestOffset<16> +SourceAttachID<16> +DestAttachID<16> +SourcePositionerID<16> +DestPositionerID<16> + +LAYOUT DC0FF0EB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BeamID<32> +SourceMinDistance +FixedLength +Flags<32> +SourceOffset<16> +DestOffset<16> +SourceAttachID<16> +DestAttachID<16> +SourcePositionerID<16> +DestPositionerID<16> + LAYOUT 42C18603 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BeamID<32> SourceMinDistance @@ -54,7 +83,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -78,7 +107,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BeckonTrigger.dbd b/definitions/BeckonTrigger.dbd index 3fa5d8c1888..66a1094dc53 100644 --- a/definitions/BeckonTrigger.dbd +++ b/definitions/BeckonTrigger.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.48295, 10.0.7.48439, 10.0.7.48520 $noninline,id$ID<32> diff --git a/definitions/BoneWindModifierModel.dbd b/definitions/BoneWindModifierModel.dbd index e70ba9261ec..f421f083d23 100644 --- a/definitions/BoneWindModifierModel.dbd +++ b/definitions/BoneWindModifierModel.dbd @@ -3,6 +3,26 @@ int ID int BoneWindModifierID int FileDataID +LAYOUT 4A4D9772 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FileDataID<32> +BoneWindModifierID<32> + +LAYOUT FD1F382A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileDataID<32> +BoneWindModifierID<32> + +LAYOUT F1EEC916 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileDataID<32> +BoneWindModifierID<32> + LAYOUT 577A0772, 77B007CA, 7672F976 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -19,9 +39,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +51,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$FileDataID<32> BoneWindModifierID<32> @@ -48,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BoneWindModifiers.dbd b/definitions/BoneWindModifiers.dbd index 40250767cf2..6fadc1b70ad 100644 --- a/definitions/BoneWindModifiers.dbd +++ b/definitions/BoneWindModifiers.dbd @@ -3,6 +3,26 @@ int ID float Multiplier float PhaseMultiplier // <= 3500 +LAYOUT 4372F1C2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Multiplier[3] +PhaseMultiplier + +LAYOUT 08D495AE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Multiplier[3] +PhaseMultiplier + +LAYOUT 9FFF09EC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Multiplier[3] +PhaseMultiplier + LAYOUT B4E7449E, C6F446CE, A304C1DE BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -19,9 +39,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +51,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Multiplier[3] PhaseMultiplier @@ -48,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BonusRoll.dbd b/definitions/BonusRoll.dbd index 61c01ddf006..c006223adfe 100644 --- a/definitions/BonusRoll.dbd +++ b/definitions/BonusRoll.dbd @@ -30,7 +30,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -48,7 +48,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Bounty.dbd b/definitions/Bounty.dbd index ea309d66758..62d40f10137 100644 --- a/definitions/Bounty.dbd +++ b/definitions/Bounty.dbd @@ -59,8 +59,34 @@ IconFileDataID TurninPlayerConditionID $noninline,relation$BountySetID<32> +LAYOUT 55137DC9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +IconFileDataID<32> +QuestID<16> +FactionID<16> +BountySetID<8> + +LAYOUT 371442C1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +IconFileDataID +QuestID +FactionID +BountySetID + +LAYOUT A542A1C1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +IconFileDataID +QuestID +FactionID +BountySetID + LAYOUT F2EF7A61 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> IconFileDataID QuestID @@ -79,8 +105,8 @@ TurninPlayerConditionID LAYOUT E76E716C, A0B353D0 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> IconFileDataID QuestID @@ -98,7 +124,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -159,7 +185,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BountySet.dbd b/definitions/BountySet.dbd index 5d898104da3..84d547ca6f4 100644 --- a/definitions/BountySet.dbd +++ b/definitions/BountySet.dbd @@ -39,12 +39,38 @@ $noninline,id$ID<32> VisiblePlayerConditionID LockedQuestID +LAYOUT 9F2C269D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +VisiblePlayerConditionID<16> +LockedQuestID<16> + +LAYOUT 2BF55CF1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +VisiblePlayerConditionID +LockedQuestID + +LAYOUT E23F9B7F +BUILD 7.2.0.23478 +$noninline,id$ID<32> +VisiblePlayerConditionID +LockedQuestID + +LAYOUT 360F6FFD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +LockedQuestID +VisiblePlayerConditionID + LAYOUT 96B908A5, 1F3F1305 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> LockedQuestID VisiblePlayerConditionID @@ -59,7 +85,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -88,7 +114,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BroadcastText.dbd b/definitions/BroadcastText.dbd index 63d7f142250..9779d3a6b99 100644 --- a/definitions/BroadcastText.dbd +++ b/definitions/BroadcastText.dbd @@ -101,8 +101,49 @@ SoundEntriesID<32> EmotesID<32> Flags<32> +LAYOUT A5D40DCD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Text_lang +Text1_lang +EmoteID<16>[3] +EmoteDelay<16>[3] +EmotesID<16> +LanguageID<8> +Flags<8> +SoundKitID<32>[2] +ConditionID<32> + +LAYOUT DAB1349F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Text_lang +Text1_lang +EmoteID[3] +EmoteDelay[3] +EmotesID +LanguageID +Flags +SoundKitID[2] +ConditionID<32> + +LAYOUT 404B3170 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Text_lang +Text1_lang +EmoteID[3] +EmoteDelay[3] +EmotesID +LanguageID +Flags +SoundKitID[2] +ConditionID<32> + LAYOUT 963CCD1B -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Text_lang Text1_lang @@ -130,8 +171,8 @@ ConditionID<32> LAYOUT 51BF0C33 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Text_lang Text1_lang @@ -180,7 +221,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -256,7 +297,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/BroadcastTextDuration.dbd b/definitions/BroadcastTextDuration.dbd index 81a6878c324..f76d506e8c3 100644 --- a/definitions/BroadcastTextDuration.dbd +++ b/definitions/BroadcastTextDuration.dbd @@ -37,7 +37,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CameraEffect.dbd b/definitions/CameraEffect.dbd index 89d34f24e3c..ec1f84fb863 100644 --- a/definitions/CameraEffect.dbd +++ b/definitions/CameraEffect.dbd @@ -7,6 +7,23 @@ BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15 $noninline,id$ID<32> Flags +LAYOUT C78EC624 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<8> + +LAYOUT 6C30C2A6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags + +LAYOUT 9949E701 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags + LAYOUT F6AB4622, AB0FD78E, FEAD817F BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -23,9 +40,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -35,12 +52,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags @@ -50,7 +67,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CameraEffectEntry.dbd b/definitions/CameraEffectEntry.dbd index 73f6e77637b..707d5134637 100644 --- a/definitions/CameraEffectEntry.dbd +++ b/definitions/CameraEffectEntry.dbd @@ -81,9 +81,71 @@ MovementType<32> AttenuationType<8> $noninline,relation$CameraEffectID<32> +LAYOUT 5B2E6D11 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Duration +Delay +Phase +Amplitude +AmplitudeB +Frequency +RadiusMin +RadiusMax +CameraEffectID<16> +AmplitudeCurveID<16> +OrderIndex<8> +Flags<8> +EffectType<8> +DirectionType<8> +MovementType<8> +AttenuationType<8> + +LAYOUT 83C332F1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Duration +Delay +Phase +Amplitude +AmplitudeB +Frequency +RadiusMin +RadiusMax +CameraEffectID +AmplitudeCurveID +OrderIndex +Flags +EffectType +DirectionType +MovementType +AttenuationType + +LAYOUT FB84669B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Duration +Delay +Phase +Amplitude +AmplitudeB +Frequency +RadiusMin +RadiusMax +CameraEffectID +AmplitudeCurveID +OrderIndex +Flags +EffectType +DirectionType +MovementType +AttenuationType + LAYOUT 0CAA2689 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Duration Delay @@ -104,8 +166,8 @@ AttenuationType LAYOUT C5105557, 77E45BEF BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Duration Delay @@ -138,7 +200,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -227,7 +289,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/CameraMode.dbd b/definitions/CameraMode.dbd index b4f80d88a10..8e7200844e3 100644 --- a/definitions/CameraMode.dbd +++ b/definitions/CameraMode.dbd @@ -48,12 +48,59 @@ LockedPositionOffsetDirection<32> LockedTargetOffsetBase<32> LockedTargetOffsetDirection<32> +LAYOUT E917E35D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +PositionOffset[3] +TargetOffset[3] +PositionSmoothing +RotationSmoothing +FieldOfView +Flags<16> +Type<8> +LockedPositionOffsetBase<8> +LockedPositionOffsetDirection<8> +LockedTargetOffsetBase<8> +LockedTargetOffsetDirection<8> + +LAYOUT 90F3CD13 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +PositionOffset[3] +TargetOffset[3] +PositionSmoothing +RotationSmoothing +FieldOfView +Flags<16> +Type<8> +LockedPositionOffsetBase<8> +LockedPositionOffsetDirection<8> +LockedTargetOffsetBase<8> +LockedTargetOffsetDirection<8> + +LAYOUT 777D00D4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +PositionOffset[3] +TargetOffset[3] +PositionSmoothing +RotationSmoothing +FieldOfView +Flags<16> +Type<8> +LockedPositionOffsetBase<8> +LockedPositionOffsetDirection<8> +LockedTargetOffsetBase<8> +LockedTargetOffsetDirection<8> + LAYOUT CDB6BC2F, 7F86D0CB BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> PositionOffset[3] TargetOffset[3] @@ -92,7 +139,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -142,7 +189,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/Campaign.dbd b/definitions/Campaign.dbd index c3858534526..a6e9db9a85d 100644 --- a/definitions/Campaign.dbd +++ b/definitions/Campaign.dbd @@ -96,7 +96,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -298,7 +298,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> Title_lang Description_lang diff --git a/definitions/CampaignXCondition.dbd b/definitions/CampaignXCondition.dbd index b7f6cbba02f..5d3a23435b8 100644 --- a/definitions/CampaignXCondition.dbd +++ b/definitions/CampaignXCondition.dbd @@ -57,7 +57,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -101,7 +101,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CampaignXQuestLine.dbd b/definitions/CampaignXQuestLine.dbd index 1bbbf2982a8..8fda8647044 100644 --- a/definitions/CampaignXQuestLine.dbd +++ b/definitions/CampaignXQuestLine.dbd @@ -29,7 +29,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -46,7 +46,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CastableRaidBuffs.dbd b/definitions/CastableRaidBuffs.dbd index 4a0fc1cac5a..194a10a87f8 100644 --- a/definitions/CastableRaidBuffs.dbd +++ b/definitions/CastableRaidBuffs.dbd @@ -11,9 +11,29 @@ $id$ID<32> SpellID<32> CastingSpellID<32> +LAYOUT B679347C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +CastingSpellID<32> + +LAYOUT AC3E4FF8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID +CastingSpellID + +LAYOUT 508C58D8 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID +CastingSpellID + LAYOUT CA0B29B8 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID CastingSpellID @@ -34,7 +54,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -44,12 +64,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CastingSpellID $noninline,relation$SpellID<32> @@ -61,7 +81,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CelestialBody.dbd b/definitions/CelestialBody.dbd index 9ef60a0fed2..89112f45bec 100644 --- a/definitions/CelestialBody.dbd +++ b/definitions/CelestialBody.dbd @@ -62,12 +62,49 @@ GlowModifiedFileDataID<32>[2] ScrollURate[2] ScrollVRate[2] +LAYOUT 2FF59890 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +BaseFileDataID<32> +LightMaskFileDataID<32> +GlowMaskFileDataID<32>[2] +AtmosphericMaskFileDataID<32> +AtmosphericModifiedFileDataID<32> +GlowModifiedFileDataID<32>[2] +ScrollURate[2] +ScrollVRate[2] +RotateRate +GlowMaskScale[2] +AtmosphericMaskScale +Position[3] +BodyBaseScale +SkyArrayBand<16> +$id$ID<32> + +LAYOUT D3676873 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +BaseFileDataID<32> +LightMaskFileDataID<32> +GlowMaskFileDataID<32>[2] +AtmosphericMaskFileDataID<32> +AtmosphericModifiedFileDataID<32> +GlowModifiedFileDataID<32>[2] +ScrollURate[2] +ScrollVRate[2] +RotateRate +GlowMaskScale[2] +AtmosphericMaskScale +Position[3] +BodyBaseScale +SkyArrayBand<16> +$id$ID<32> + LAYOUT D09BE31C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 BaseFileDataID<32> LightMaskFileDataID<32> GlowMaskFileDataID<32>[2] @@ -123,7 +160,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -173,7 +210,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Cfg_Categories.dbd b/definitions/Cfg_Categories.dbd index e4d2918a31e..edeceabdc17 100644 --- a/definitions/Cfg_Categories.dbd +++ b/definitions/Cfg_Categories.dbd @@ -11,7 +11,7 @@ int Region_ID? LAYOUT D75C2A0B BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -50,6 +50,35 @@ Existing_charsetMask<32> Flags<32> Name_lang +LAYOUT 9D74E29F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +LocaleMask<16> +Create_charsetMask<8> +Existing_charsetMask<8> +Flags<8> + +LAYOUT D528E3AC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +LocaleMask +Create_charsetMask +Existing_charsetMask +Flags + +LAYOUT 212D0A85 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +LocaleMask +Create_charsetMask +Existing_charsetMask +Flags + LAYOUT 705B82C8, B6FEB874, 164A4926 BUILD 8.3.0.32044 BUILD 8.2.5.31337, 8.2.5.31401, 8.2.5.31521, 8.2.5.31599, 8.2.5.31812, 8.2.5.31884, 8.2.5.31919, 8.2.5.31921, 8.2.5.31958, 8.2.5.31960, 8.2.5.31961, 8.2.5.31984, 8.2.5.32028, 8.2.5.32079, 8.2.5.32144, 8.2.5.32185, 8.2.5.32265, 8.2.5.32294, 8.2.5.32305, 8.2.5.32494, 8.2.5.32580, 8.2.5.32638, 8.2.5.32722, 8.2.5.32750, 8.2.5.32978 @@ -57,11 +86,11 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang LocaleMask @@ -103,7 +132,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Cfg_Configs.dbd b/definitions/Cfg_Configs.dbd index 3533a523f5a..8e1993f00ed 100644 --- a/definitions/Cfg_Configs.dbd +++ b/definitions/Cfg_Configs.dbd @@ -53,12 +53,38 @@ Roleplaying<32> PlayerAttackSpeedBase<32> MaxDamageReductionPctPhysical +LAYOUT 614156FB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MaxDamageReductionPctPhysical +PlayerAttackSpeedBase<16> +PlayerKillingAllowed<8> +Roleplaying<8> + +LAYOUT FC017D3F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MaxDamageReductionPctPhysical +PlayerAttackSpeedBase +PlayerKillingAllowed +Roleplaying + +LAYOUT B110A69B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MaxDamageReductionPctPhysical +PlayerAttackSpeedBase +PlayerKillingAllowed +Roleplaying + LAYOUT C618392F, 63AADD5F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MaxDamageReductionPctPhysical PlayerAttackSpeedBase @@ -90,7 +116,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -108,7 +134,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Cfg_Regions.dbd b/definitions/Cfg_Regions.dbd index f8697998a77..af84beffcae 100644 --- a/definitions/Cfg_Regions.dbd +++ b/definitions/Cfg_Regions.dbd @@ -21,12 +21,47 @@ Tag Region_group_mask<32> RulesetID<32> +LAYOUT 12FE83BB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Tag +Raidorigin<32> +Region_ID<8> +Region_group_mask<8> + +LAYOUT FA5604CF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Tag +Raidorigin +Region_ID +Region_group_mask + +LAYOUT 2B7CAD67 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +Tag +Raidorigin +Region_ID +Region_group_mask + +LAYOUT BB581C66 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Tag +Raidorigin +Challenge_origin +Region_ID +Region_group_mask + LAYOUT 9F4272BF, 1B58C6A3 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Tag Raidorigin @@ -59,7 +94,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -97,7 +132,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChallengeModeItemBonusOverride.dbd b/definitions/ChallengeModeItemBonusOverride.dbd index 5c0d307b235..4c1c87c16b0 100644 --- a/definitions/ChallengeModeItemBonusOverride.dbd +++ b/definitions/ChallengeModeItemBonusOverride.dbd @@ -50,7 +50,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/CharBaseInfo.dbd b/definitions/CharBaseInfo.dbd index 98c18e685c4..0736994bac1 100644 --- a/definitions/CharBaseInfo.dbd +++ b/definitions/CharBaseInfo.dbd @@ -37,6 +37,26 @@ RaceID<8> ClassID<8> Padding_4_0_0_11792_003<8>[2] +LAYOUT 02E25610 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +RaceID<8> +ClassID<8> + +LAYOUT 40747058 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +RaceID<8> +ClassID<8> + +LAYOUT 754379C6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +RaceID<8> +ClassID<8> + LAYOUT FE79090E BUILD 9.2.7.44444, 9.2.7.44767, 9.2.7.44931, 9.2.7.44981, 9.2.7.45114, 9.2.7.45161, 9.2.7.45338, 9.2.7.45745 BUILD 9.2.5.43519, 9.2.5.43630, 9.2.5.43741, 9.2.5.43810, 9.2.5.43903, 9.2.5.43971, 9.2.5.44015, 9.2.5.44061, 9.2.5.44127, 9.2.5.44232, 9.2.5.44325, 9.2.5.44730, 9.2.5.44908 @@ -69,9 +89,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -81,12 +101,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> RaceID<8> ClassID<8> @@ -98,7 +118,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharBaseSection.dbd b/definitions/CharBaseSection.dbd index 33e85c9599d..8c2464e9d55 100644 --- a/definitions/CharBaseSection.dbd +++ b/definitions/CharBaseSection.dbd @@ -10,12 +10,35 @@ $id$ID<32> FallbackID<32> LayoutResType<32> +LAYOUT 4A6DADB1 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +VariationEnum<8> +ResolutionVariationEnum<8> +LayoutResType<8> + +LAYOUT 445F5B0F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +VariationEnum +ResolutionVariationEnum +LayoutResType + +LAYOUT 5C6FBF9A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +VariationEnum +ResolutionVariationEnum +LayoutResType + LAYOUT 4F08B5F3 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> VariationEnum ResolutionVariationEnum @@ -46,7 +69,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -63,7 +86,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharComponentTextureLayouts.dbd b/definitions/CharComponentTextureLayouts.dbd index 3976317aab5..75c277787da 100644 --- a/definitions/CharComponentTextureLayouts.dbd +++ b/definitions/CharComponentTextureLayouts.dbd @@ -19,6 +19,26 @@ $id$ID<32> Width<32> Height<32> +LAYOUT C4B70FAC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Width<16> +Height<16> + +LAYOUT 52E47DAC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Width<16> +Height<16> + +LAYOUT B966C960 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Width<16> +Height<16> + LAYOUT 0F515E34, 48D8D7BC, 98462100 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -35,9 +55,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -47,12 +67,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Width<16> Height<16> @@ -84,7 +104,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> Width<32> diff --git a/definitions/CharComponentTextureSections.dbd b/definitions/CharComponentTextureSections.dbd index 267c45bc849..08d1ea888e5 100644 --- a/definitions/CharComponentTextureSections.dbd +++ b/definitions/CharComponentTextureSections.dbd @@ -31,9 +31,44 @@ Y<32> Width<32> Height<32> +LAYOUT 38B71859 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +X<16> +Y<16> +Width<16> +Height<16> +CharComponentTextureLayoutID<8> +SectionType<8> +OverlapSectionMask<8> + +LAYOUT 9B2C0A3F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +X<16> +Y<16> +Width<16> +Height<16> +CharComponentTextureLayoutID<8> +SectionType<8> +OverlapSectionMask + +LAYOUT EC102748 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +X<16> +Y<16> +Width<16> +Height<16> +CharComponentTextureLayoutID<8> +SectionType<8> +OverlapSectionMask + LAYOUT 4E53231B BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> X<16> Y<16> @@ -45,8 +80,8 @@ OverlapSectionMask LAYOUT CE76000F, 15FC15AB BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> OverlapSectionMask X<16> @@ -74,7 +109,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -124,7 +159,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharHairGeosets.dbd b/definitions/CharHairGeosets.dbd index eff40fc4ab2..8ef529253b0 100644 --- a/definitions/CharHairGeosets.dbd +++ b/definitions/CharHairGeosets.dbd @@ -98,12 +98,56 @@ GeosetType<32> Showscalp<32> ColorIndex<32> +LAYOUT C9C48A1A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +HdCustomGeoFileDataID<32> +RaceID<8> +SexID<8> +VariationID<8> +VariationType<8> +GeosetID<8> +GeosetType<8> +Showscalp<8> +ColorIndex<8> +CustomGeoFileDataID<32> + +LAYOUT 1B05DF6A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +HdCustomGeoFileDataID<32> +RaceID +SexID +VariationID +VariationType +GeosetID +GeosetType +Showscalp +ColorIndex<8> +CustomGeoFileDataID<32> + +LAYOUT 22C73E6A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +HdCustomGeoFileDataID<32> +RaceID +SexID +VariationID +VariationType +GeosetID +GeosetType +Showscalp +ColorIndex<8> +CustomGeoFileDataID<32> + LAYOUT 33EB32D2 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> HdCustomGeoFileDataID<32> $relation$RaceID @@ -134,7 +178,7 @@ LAYOUT E3732EA9 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -199,7 +243,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharSectionCondition.dbd b/definitions/CharSectionCondition.dbd index 3ec1cd24b46..7512e02506c 100644 --- a/definitions/CharSectionCondition.dbd +++ b/definitions/CharSectionCondition.dbd @@ -54,7 +54,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharSections.dbd b/definitions/CharSections.dbd index 2f70044737e..ade89b50107 100644 --- a/definitions/CharSections.dbd +++ b/definitions/CharSections.dbd @@ -64,12 +64,47 @@ Flags<32> VariationIndex<32> ColorIndex<32> +LAYOUT 24CEF061 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MaterialResourcesID<32>[3] +Flags<16> +RaceID<8> +SexID<8> +BaseSection<8> +VariationIndex<8> +ColorIndex<8> + +LAYOUT F41C91A7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MaterialResourcesID<32>[3] +Flags<16> +RaceID<8> +SexID<8> +BaseSection<8> +VariationIndex<8> +ColorIndex<8> + +LAYOUT 534D8C12 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MaterialResourcesID<32>[3] +Flags<16> +RaceID<8> +SexID<8> +BaseSection<8> +VariationIndex<8> +ColorIndex<8> + LAYOUT E349E55B, 9C89AB0F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MaterialResourcesID<32>[3] Flags<16> @@ -91,7 +126,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/CharShipment.dbd b/definitions/CharShipment.dbd index 003a309fe85..2da8d5287d9 100644 --- a/definitions/CharShipment.dbd +++ b/definitions/CharShipment.dbd @@ -58,12 +58,51 @@ Field_6_0_1_18179_005<32> SpellID<32> DummyItemID<32> +LAYOUT 67EDB3A4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TreasureID<32> +Duration<32> +SpellID<32> +DummyItemID<32> +OnCompleteSpellID<32> +GarrFollowerID<16> +ContainerID<8> +MaxShipments<8> + +LAYOUT BDFD1DCC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +TreasureID +Duration +SpellID<32> +DummyItemID<32> +OnCompleteSpellID<32> +ContainerID +GarrFollowerID +MaxShipments + +LAYOUT E5A1F674 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +TreasureID +Duration +SpellID<32> +DummyItemID<32> +OnCompleteSpellID<32> +ContainerID +GarrFollowerID +MaxShipments +Flags + LAYOUT E6D3C7C1 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TreasureID Duration @@ -109,7 +148,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -148,7 +187,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharShipmentContainer.dbd b/definitions/CharShipmentContainer.dbd index 44164ab49c0..41787720e97 100644 --- a/definitions/CharShipmentContainer.dbd +++ b/definitions/CharShipmentContainer.dbd @@ -107,12 +107,74 @@ LargeDisplayInfoID<32> MediumThreshold<32> LargeThreshold<32> +LAYOUT A277E259 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +PendingText_lang +Description_lang +UiTextureKitID<16> +WorkingDisplayInfoID +SmallDisplayInfoID +MediumDisplayInfoID +LargeDisplayInfoID +WorkingSpellVisualID +BaseCapacity<8> +GarrBuildingType<8> +GarrTypeID<8> +MediumThreshold<8> +LargeThreshold<8> +CrossFactionID<8> +Faction<8> +CompleteSpellVisualID<32> + +LAYOUT AF7C1A5B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +PendingText_lang +Description_lang +WorkingSpellVisualID +UiTextureKitID +WorkingDisplayInfoID +SmallDisplayInfoID +MediumDisplayInfoID +LargeDisplayInfoID +CrossFactionID +BaseCapacity +GarrBuildingType +GarrTypeID +MediumThreshold +LargeThreshold +Faction<8> +CompleteSpellVisualID + +LAYOUT BC15C40D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +PendingText_lang +Description_lang +WorkingSpellVisualID +UiTextureKitID +WorkingDisplayInfoID +SmallDisplayInfoID +MediumDisplayInfoID +LargeDisplayInfoID +CrossFactionID +BaseCapacity +GarrBuildingType +GarrTypeID +MediumThreshold +LargeThreshold +Faction<8> +CompleteSpellVisualID + LAYOUT 194896E3 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> PendingText_lang Description_lang @@ -161,7 +223,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -237,7 +299,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharStartKit.dbd b/definitions/CharStartKit.dbd index 2ec9e325544..375ad4cebfa 100644 --- a/definitions/CharStartKit.dbd +++ b/definitions/CharStartKit.dbd @@ -183,7 +183,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharStartOutfit.dbd b/definitions/CharStartOutfit.dbd index 85121c3be5a..84184fcf59e 100644 --- a/definitions/CharStartOutfit.dbd +++ b/definitions/CharStartOutfit.dbd @@ -80,9 +80,54 @@ InventoryType<32>[24] PetDisplayID<32> PetFamilyID<32> +LAYOUT A01541A2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32>[24] +PetDisplayID<32> +RaceID<8> +ClassID<8> +SexID<8> +OutfitID<8> +PetFamilyID<8> + +LAYOUT FA1D7AD0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID<32>[24] +PetDisplayID +RaceID +ClassID +SexID +OutfitID +PetFamilyID + +LAYOUT 11FCA973 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID<32>[24] +PetDisplayID +RaceID +ClassID +SexID +OutfitID +PetFamilyID + +LAYOUT F1166793 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +ItemID<32>[24] +PetDisplayID +RaceID +ClassID +SexID +OutfitID +PetFamilyID + LAYOUT A154D994 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ItemID<32>[24] PetDisplayID @@ -94,8 +139,8 @@ PetFamilyID LAYOUT 0EEBEE24, 9B7E1D80 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemID<32>[24] PetDisplayID @@ -116,7 +161,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -136,7 +181,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/CharTitles.dbd b/definitions/CharTitles.dbd index 4884c50ecb2..9dc6acff644 100644 --- a/definitions/CharTitles.dbd +++ b/definitions/CharTitles.dbd @@ -37,6 +37,32 @@ Name1_lang Mask_ID<32> Flags<32> +LAYOUT D9F524BD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Name1_lang +Mask_ID<16> +Flags<8> + +LAYOUT 817DE3EF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Name1_lang +Mask_ID<16> +Flags<8> + +LAYOUT F4CFAF5F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Name1_lang +Mask_ID<16> +Flags<8> + LAYOUT 7A58AA5F, 81B69C5F, 7B6E3975 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -53,9 +79,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -65,12 +91,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Name1_lang @@ -84,7 +110,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharacterFaceBoneSet.dbd b/definitions/CharacterFaceBoneSet.dbd index 1a12d7dcb0d..1ad946dee63 100644 --- a/definitions/CharacterFaceBoneSet.dbd +++ b/definitions/CharacterFaceBoneSet.dbd @@ -7,9 +7,35 @@ int Resolution int SexID int ModelFileDataID +LAYOUT 7FF28BE6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +BoneSetFileDataID<32> +RaceID<8> +SexID<8> +FaceVariationIndex<8> + +LAYOUT B844B6FE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BoneSetFileDataID<32> +RaceID +SexID +FaceVariationIndex + +LAYOUT 08781414 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BoneSetFileDataID<32> +RaceID +SexID +FaceVariationIndex + LAYOUT 4D109D66 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> BoneSetFileDataID<32> RaceID @@ -18,8 +44,8 @@ FaceVariationIndex LAYOUT 1C634076, 6EF85FBA BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BoneSetFileDataID<32> SexID @@ -43,7 +69,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 9.0.1.33978, 9.0.1.34003 BUILD 8.3.7.34872, 8.3.7.35114, 8.3.7.35249, 8.3.7.35284, 8.3.7.35435, 8.3.7.35662 @@ -61,7 +87,7 @@ BUILD 1.15.1.53009, 1.15.1.53181, 1.15.1.53247, 1.15.1.53495, 1.15.1.53623 BUILD 1.15.0.52124, 1.15.0.52146, 1.15.0.52186, 1.15.0.52212, 1.15.0.52302, 1.15.0.52409, 1.15.0.52610 BUILD 1.14.4.50252, 1.14.4.50304, 1.14.4.50337, 1.14.4.50461, 1.14.4.50547, 1.14.4.50643, 1.14.4.50753, 1.14.4.50849, 1.14.4.50960, 1.14.4.51001, 1.14.4.51056, 1.14.4.51146, 1.14.4.51311, 1.14.4.51395, 1.14.4.51535, 1.14.4.51829 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -71,7 +97,7 @@ SexID ModelFileDataID<32> FaceVariationIndex BoneSetFileDataID<32> -$noninline,relation$RaceID<32> +$noninline,relation$RaceID LAYOUT D54E886F BUILD 11.0.0.54464, 11.0.0.54521, 11.0.0.54605 diff --git a/definitions/CharacterFacialHairStyles.dbd b/definitions/CharacterFacialHairStyles.dbd index 522cf016553..752552ba283 100644 --- a/definitions/CharacterFacialHairStyles.dbd +++ b/definitions/CharacterFacialHairStyles.dbd @@ -49,6 +49,32 @@ SexID<32> VariationID<32> Geoset<32>[5] +LAYOUT C2DF2CBC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Geoset<32>[5] +RaceID<8> +SexID<8> +VariationID<8> + +LAYOUT 97AD1E38 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Geoset<32>[5] +RaceID +SexID +VariationID + +LAYOUT 70129D6C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Geoset<32>[5] +RaceID +SexID +VariationID + LAYOUT 47D79688, AA817A08, 3B700736 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -65,9 +91,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -77,12 +103,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Geoset<32>[5] RaceID @@ -96,7 +122,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharacterLoadout.dbd b/definitions/CharacterLoadout.dbd index e2a5af74467..be69edffaf3 100644 --- a/definitions/CharacterLoadout.dbd +++ b/definitions/CharacterLoadout.dbd @@ -55,8 +55,31 @@ ChrClassID<32> Purpose<32> Racemask<32> +LAYOUT 7569FA0F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Racemask<32> +ChrClassID<8> +Purpose<8> + +LAYOUT 67EDE201 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Racemask<32> +ChrClassID<8> +Purpose<8> + +LAYOUT A77362E8 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Racemask<32> +ChrClassID<8> +Purpose<8> + LAYOUT E5172CFD -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Racemask<32> ChrClassID<8> @@ -79,14 +102,14 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Racemask<64> ChrClassID<8> @@ -144,7 +167,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharacterLoadoutItem.dbd b/definitions/CharacterLoadoutItem.dbd index 59435969526..3b4167eaec1 100644 --- a/definitions/CharacterLoadoutItem.dbd +++ b/definitions/CharacterLoadoutItem.dbd @@ -14,12 +14,32 @@ ItemID<32> ItemDisplayInfoID<32> ItemInventoryType<32> +LAYOUT AF935C05 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32> +CharacterLoadoutID<16> + +LAYOUT 885225F1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID +CharacterLoadoutID + +LAYOUT 3EE3AA59 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID +CharacterLoadoutID + LAYOUT 3C3D40B9, 5C555791 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemID $relation$CharacterLoadoutID @@ -49,7 +69,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -65,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharacterLoadoutPet.dbd b/definitions/CharacterLoadoutPet.dbd index 9b806ab5f3c..0ae48353ab5 100644 --- a/definitions/CharacterLoadoutPet.dbd +++ b/definitions/CharacterLoadoutPet.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CharacterServiceInfo.dbd b/definitions/CharacterServiceInfo.dbd index fe88fee3fda..34965119803 100644 --- a/definitions/CharacterServiceInfo.dbd +++ b/definitions/CharacterServiceInfo.dbd @@ -42,18 +42,18 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.14.1.40487, 1.14.1.40594 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FlowTitle_lang PopupTitle_lang @@ -98,7 +98,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChatChannels.dbd b/definitions/ChatChannels.dbd index 1f785cb0ff5..8ec424dc51b 100644 --- a/definitions/ChatChannels.dbd +++ b/definitions/ChatChannels.dbd @@ -58,9 +58,35 @@ FactionGroup<32> Name_lang Shortcut_lang +LAYOUT 2BA2AD26 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<32> +Name_lang +Shortcut_lang +FactionGroup<8> + +LAYOUT FCF3C6CE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags<32> +Name_lang +Shortcut_lang +FactionGroup<8> + +LAYOUT 2EF4243A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags<32> +Name_lang +Shortcut_lang +FactionGroup<8> + LAYOUT C97ED7F6 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Flags<32> Name_lang @@ -76,14 +102,14 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Shortcut_lang @@ -146,7 +172,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> Name_lang Shortcut_lang diff --git a/definitions/ChatProfanity.dbd b/definitions/ChatProfanity.dbd index fa8f10e1d38..72281ba2bba 100644 --- a/definitions/ChatProfanity.dbd +++ b/definitions/ChatProfanity.dbd @@ -20,6 +20,26 @@ $id$ID<32> Text Language<32> +LAYOUT 1ECE183A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Text +Language<8> + +LAYOUT 4DD14FF6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Text +Language<8> + +LAYOUT A105BECA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Text +Language<8> + LAYOUT 328E1FE6, AF5F92A6, A0404D22 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -32,17 +52,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Text Language<8> @@ -70,7 +90,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrClassRaceSex.dbd b/definitions/ChrClassRaceSex.dbd index 897e13a558a..b0b78fe6cf7 100644 --- a/definitions/ChrClassRaceSex.dbd +++ b/definitions/ChrClassRaceSex.dbd @@ -7,6 +7,38 @@ int Sex int SoundID int VoiceSoundFilterID +LAYOUT CBF79DCD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ClassID<8> +RaceID<8> +Sex<8> +Flags<32> +SoundID<32> +VoiceSoundFilterID<32> + +LAYOUT 97440631 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ClassID<8> +RaceID<8> +Sex<8> +Flags<32> +SoundID +VoiceSoundFilterID + +LAYOUT 053C5DBF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ClassID<8> +RaceID<8> +Sex<8> +Flags<32> +SoundID +VoiceSoundFilterID + LAYOUT 5E29DFA1, 204BD561, C05CAB5B BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180 BUILD 9.2.0.41089, 9.2.0.41257, 9.2.0.41360, 9.2.0.41462, 9.2.0.41726, 9.2.0.41827, 9.2.0.41962, 9.2.0.42069, 9.2.0.42174, 9.2.0.42257, 9.2.0.42277, 9.2.0.42354, 9.2.0.42399, 9.2.0.42423, 9.2.0.42488, 9.2.0.42521, 9.2.0.42538, 9.2.0.42560, 9.2.0.42578, 9.2.0.42614, 9.2.0.42698, 9.2.0.42825, 9.2.0.42852, 9.2.0.42937, 9.2.0.42979, 9.2.0.43114, 9.2.0.43206, 9.2.0.43340, 9.2.0.43345 @@ -22,9 +54,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -34,12 +66,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ClassID<8> RaceID<8> @@ -66,7 +98,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrClassTitle.dbd b/definitions/ChrClassTitle.dbd index 7e2e83f1b85..abf72826af1 100644 --- a/definitions/ChrClassTitle.dbd +++ b/definitions/ChrClassTitle.dbd @@ -4,6 +4,29 @@ int ChrClassID locstring Name_female_lang locstring Name_male_lang +LAYOUT 55B37180 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_male_lang +Name_female_lang +ChrClassID<8> + +LAYOUT 12716520 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_male_lang +Name_female_lang +ChrClassID + +LAYOUT 4040E131 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_male_lang +Name_female_lang +ChrClassID + LAYOUT C155DB2C, A01D47C8, 17144A39 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -20,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -32,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_male_lang Name_female_lang @@ -50,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrClassUIChrModelInfo.dbd b/definitions/ChrClassUIChrModelInfo.dbd index 8a2842bed6d..02093b10f88 100644 --- a/definitions/ChrClassUIChrModelInfo.dbd +++ b/definitions/ChrClassUIChrModelInfo.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrClassUIDisplay.dbd b/definitions/ChrClassUIDisplay.dbd index c1a66cb1f40..3b80f501bb4 100644 --- a/definitions/ChrClassUIDisplay.dbd +++ b/definitions/ChrClassUIDisplay.dbd @@ -4,6 +4,36 @@ int AdvGuidePlayerConditionID int ChrClassesID int SplashPlayerConditionID +LAYOUT 714A7125 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AdvGuidePlayerConditionID<16> +SplashPlayerConditionID<16> +ChrClassesID<8> + +LAYOUT C0D0BF1B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AdvGuidePlayerConditionID +SplashPlayerConditionID +ChrClassesID + +LAYOUT A0572162 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +AdvGuidePlayerConditionID +SplashPlayerConditionID +ChrClassesID + +LAYOUT 92F61A82 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ChrClassesID +AdvGuidePlayerConditionID +SplashPlayerConditionID + LAYOUT 59A95A73, 3D58F88F, 03C969CC BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -20,9 +50,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -32,12 +62,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ChrClassesID AdvGuidePlayerConditionID @@ -50,7 +80,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrClassVillain.dbd b/definitions/ChrClassVillain.dbd index 0ac510e4c12..1ab3f57a5d4 100644 --- a/definitions/ChrClassVillain.dbd +++ b/definitions/ChrClassVillain.dbd @@ -4,12 +4,35 @@ int ChrClassID int Gender locstring Name_lang +LAYOUT 0FF98924 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +ChrClassID<8> +Gender<8> + +LAYOUT C30840E1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +ChrClassID +Gender + +LAYOUT 7A6F0278 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +ChrClassID +Gender + LAYOUT A6AC18CD, C0ACF259 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang ChrClassID @@ -40,7 +63,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -57,7 +80,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrClasses.dbd b/definitions/ChrClasses.dbd index aa724ed2b7a..d7ddbe79412 100644 --- a/definitions/ChrClasses.dbd +++ b/definitions/ChrClasses.dbd @@ -66,7 +66,7 @@ Name_lang Filename LAYOUT 984EC914 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 PetNameToken Name_lang Name_female_lang @@ -91,7 +91,7 @@ $id$ID<32> LAYOUT 9A959A79 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -485,9 +485,99 @@ SelectScreenFileDataID<32> LowResScreenFileDataID<32> IconFileDataID<32> +LAYOUT 181ABEC8 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852 +PetNameToken +Name_lang +Name_female_lang +Name_male_lang +Filename +CreateScreenFileDataID<32> +SelectScreenFileDataID<32> +IconFileDataID<32> +Flags<16> +CinematicSequenceID<16> +DefaultSpec<16> +DisplayPower<8> +SpellClassSet<8> +AttackPowerPerStrength<8> +AttackPowerPerAgility<8> +RangedAttackPowerPerAgility<8> +LowResScreenFileDataID<8> +PrimaryStatPriority<8> +$id$ID<32> + +LAYOUT 60BF86D8 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +PetNameToken +Name_lang +Name_female_lang +Name_male_lang +Filename +CreateScreenFileDataID<32> +SelectScreenFileDataID<32> +LowResScreenFileDataID<32> +IconFileDataID<32> +Flags<16> +CinematicSequenceID<16> +DefaultSpec<16> +DisplayPower<8> +SpellClassSet<8> +AttackPowerPerStrength<8> +AttackPowerPerAgility<8> +RangedAttackPowerPerAgility<8> +PrimaryStatPriority<8> +$id$ID<32> + +LAYOUT 032F454E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +PetNameToken +Name_lang +Name_female_lang +Name_male_lang +Filename +CreateScreenFileDataID +SelectScreenFileDataID +LowResScreenFileDataID +IconFileDataID +Flags +CinematicSequenceID +DefaultSpec +DisplayPower +SpellClassSet +AttackPowerPerStrength +AttackPowerPerAgility +RangedAttackPowerPerAgility +PrimaryStatPriority +$id$ID<32> + +LAYOUT 0F6B52A9 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +PetNameToken +Name_lang +Name_female_lang +Name_male_lang +Filename +CreateScreenFileDataID +SelectScreenFileDataID +LowResScreenFileDataID +IconFileDataID +Flags +CinematicSequenceID +DefaultSpec +DisplayPower +SpellClassSet +AttackPowerPerStrength +AttackPowerPerAgility +RangedAttackPowerPerAgility +PrimaryStatPriority +$id$ID<32> + LAYOUT 8881D5B2 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 PetNameToken Name_lang Name_female_lang @@ -510,7 +600,7 @@ $id$ID<32> LAYOUT 6F7AB8E7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 PetNameToken Name_lang Name_female_lang @@ -1014,7 +1104,7 @@ ClassColorB LAYOUT CD8CBEDA BUILD 10.1.7.50442 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrClassesXPowerTypes.dbd b/definitions/ChrClassesXPowerTypes.dbd index f7dca580626..2397678472a 100644 --- a/definitions/ChrClassesXPowerTypes.dbd +++ b/definitions/ChrClassesXPowerTypes.dbd @@ -11,17 +11,37 @@ $id$ID<32> ClassID<32> PowerType<32> +LAYOUT 698836AB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ClassID<8> +PowerType<8> + +LAYOUT 76028053 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ClassID +PowerType + +LAYOUT DDA9B3B5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ClassID +PowerType + LAYOUT BBF09AA3 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ClassID PowerType LAYOUT AF977B23, EA762A53 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> PowerType $noninline,relation$ClassID @@ -40,7 +60,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -72,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCreateClassAnimTarget.dbd b/definitions/ChrCreateClassAnimTarget.dbd index e3de3e1c638..1391f491805 100644 --- a/definitions/ChrCreateClassAnimTarget.dbd +++ b/definitions/ChrCreateClassAnimTarget.dbd @@ -33,7 +33,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCreateClassAnimTargetInfo.dbd b/definitions/ChrCreateClassAnimTargetInfo.dbd index 81150dcdc95..ef458fdc68d 100644 --- a/definitions/ChrCreateClassAnimTargetInfo.dbd +++ b/definitions/ChrCreateClassAnimTargetInfo.dbd @@ -21,7 +21,7 @@ $noninline,relation$ChrClassesID<32> LAYOUT 7DF65661 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustClientChoiceConversion.dbd b/definitions/ChrCustClientChoiceConversion.dbd index acab7f76964..c43c428f646 100644 --- a/definitions/ChrCustClientChoiceConversion.dbd +++ b/definitions/ChrCustClientChoiceConversion.dbd @@ -65,7 +65,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustItemGeoModify.dbd b/definitions/ChrCustItemGeoModify.dbd index fa38175ee13..d5e62e484e4 100644 --- a/definitions/ChrCustItemGeoModify.dbd +++ b/definitions/ChrCustItemGeoModify.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomization.dbd b/definitions/ChrCustomization.dbd index a519fba2e18..c60f99bfbb5 100644 --- a/definitions/ChrCustomization.dbd +++ b/definitions/ChrCustomization.dbd @@ -10,8 +10,8 @@ int UiCustomizationType LAYOUT 71833CE5 BUILD 8.0.1.25902, 8.0.1.25976 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Sex<32> @@ -57,7 +57,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -78,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationBoneSet.dbd b/definitions/ChrCustomizationBoneSet.dbd index d538af96a42..2c44d8d4d03 100644 --- a/definitions/ChrCustomizationBoneSet.dbd +++ b/definitions/ChrCustomizationBoneSet.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationCategory.dbd b/definitions/ChrCustomizationCategory.dbd index f2ac594d0d5..f863a528efd 100644 --- a/definitions/ChrCustomizationCategory.dbd +++ b/definitions/ChrCustomizationCategory.dbd @@ -120,7 +120,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationChoice.dbd b/definitions/ChrCustomizationChoice.dbd index 5f49e1e9741..9742e886143 100644 --- a/definitions/ChrCustomizationChoice.dbd +++ b/definitions/ChrCustomizationChoice.dbd @@ -151,7 +151,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/ChrCustomizationCondModel.dbd b/definitions/ChrCustomizationCondModel.dbd index 093fdb50e28..8fd554542b4 100644 --- a/definitions/ChrCustomizationCondModel.dbd +++ b/definitions/ChrCustomizationCondModel.dbd @@ -44,7 +44,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationConversion.dbd b/definitions/ChrCustomizationConversion.dbd index 3991111c291..02cf8357c22 100644 --- a/definitions/ChrCustomizationConversion.dbd +++ b/definitions/ChrCustomizationConversion.dbd @@ -65,7 +65,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationDisplayInfo.dbd b/definitions/ChrCustomizationDisplayInfo.dbd index 47ff5fd72b3..0b71543c980 100644 --- a/definitions/ChrCustomizationDisplayInfo.dbd +++ b/definitions/ChrCustomizationDisplayInfo.dbd @@ -89,7 +89,7 @@ BarberShopHeightOffset LAYOUT 7CD43881 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationElement.dbd b/definitions/ChrCustomizationElement.dbd index d9deefa5a28..f6ded7ecbc8 100644 --- a/definitions/ChrCustomizationElement.dbd +++ b/definitions/ChrCustomizationElement.dbd @@ -211,7 +211,7 @@ ChrCustomizationVoiceID<32> LAYOUT 978B6C48 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> ChrCustomizationChoiceID<32> diff --git a/definitions/ChrCustomizationGeoset.dbd b/definitions/ChrCustomizationGeoset.dbd index 22167909ae4..567896a3ea0 100644 --- a/definitions/ChrCustomizationGeoset.dbd +++ b/definitions/ChrCustomizationGeoset.dbd @@ -33,7 +33,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationMaterial.dbd b/definitions/ChrCustomizationMaterial.dbd index 19f2a6aaa3a..7ba53248b72 100644 --- a/definitions/ChrCustomizationMaterial.dbd +++ b/definitions/ChrCustomizationMaterial.dbd @@ -66,7 +66,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationOption.dbd b/definitions/ChrCustomizationOption.dbd index e9b258c0a29..4aafa9ff05e 100644 --- a/definitions/ChrCustomizationOption.dbd +++ b/definitions/ChrCustomizationOption.dbd @@ -181,7 +181,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationReq.dbd b/definitions/ChrCustomizationReq.dbd index 9e55c750678..1861e5813d3 100644 --- a/definitions/ChrCustomizationReq.dbd +++ b/definitions/ChrCustomizationReq.dbd @@ -185,7 +185,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> Field_10_1_5_49516_000<64> ReqSource_lang diff --git a/definitions/ChrCustomizationReqChoice.dbd b/definitions/ChrCustomizationReqChoice.dbd index aaa13837b5c..87664d45350 100644 --- a/definitions/ChrCustomizationReqChoice.dbd +++ b/definitions/ChrCustomizationReqChoice.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationSkinnedModel.dbd b/definitions/ChrCustomizationSkinnedModel.dbd index 1797a330910..7c6091febb3 100644 --- a/definitions/ChrCustomizationSkinnedModel.dbd +++ b/definitions/ChrCustomizationSkinnedModel.dbd @@ -46,7 +46,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationVisReq.dbd b/definitions/ChrCustomizationVisReq.dbd index 8fa1c40c54b..3fb833918cc 100644 --- a/definitions/ChrCustomizationVisReq.dbd +++ b/definitions/ChrCustomizationVisReq.dbd @@ -16,7 +16,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrCustomizationVoice.dbd b/definitions/ChrCustomizationVoice.dbd index 59b00ea2aa5..026367fd9dd 100644 --- a/definitions/ChrCustomizationVoice.dbd +++ b/definitions/ChrCustomizationVoice.dbd @@ -9,7 +9,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrModel.dbd b/definitions/ChrModel.dbd index fab086c45cd..feebe234e53 100644 --- a/definitions/ChrModel.dbd +++ b/definitions/ChrModel.dbd @@ -199,7 +199,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrModelMaterial.dbd b/definitions/ChrModelMaterial.dbd index 0430e0201d5..0bdd8631ba3 100644 --- a/definitions/ChrModelMaterial.dbd +++ b/definitions/ChrModelMaterial.dbd @@ -47,7 +47,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrModelTextureLayer.dbd b/definitions/ChrModelTextureLayer.dbd index 31bd0e56e88..c2f32a56ef0 100644 --- a/definitions/ChrModelTextureLayer.dbd +++ b/definitions/ChrModelTextureLayer.dbd @@ -129,7 +129,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrRaceRacialAbility.dbd b/definitions/ChrRaceRacialAbility.dbd index 44f50aab8ff..724844fdd6e 100644 --- a/definitions/ChrRaceRacialAbility.dbd +++ b/definitions/ChrRaceRacialAbility.dbd @@ -40,7 +40,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrRaceXChrModel.dbd b/definitions/ChrRaceXChrModel.dbd index 7faab0eef3f..731d8d9212b 100644 --- a/definitions/ChrRaceXChrModel.dbd +++ b/definitions/ChrRaceXChrModel.dbd @@ -61,7 +61,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrRaces.dbd b/definitions/ChrRaces.dbd index c7ca13c009d..81bc58d7248 100644 --- a/definitions/ChrRaces.dbd +++ b/definitions/ChrRaces.dbd @@ -79,6 +79,29 @@ int HelmetAnimScalingRaceID? float Field_9_1_0_38312_030? float Field_9_1_0_38312_031? int Field_10_0_0_44649_045? // 1 for dragonriding races +string Field_7_1_0_22636_003? +string Field_7_1_0_22636_004? +string Field_7_1_0_22636_005? +int Field_7_1_0_22636_034? // DBAnalyser: [AlteredFormStartVisualKitID, 0,92%], [AlteredFormFinishVisualKitID, 0,92%] +locstring Field_7_2_0_23445_004_lang? // DBAnalyser: [Name_female_lang, 1%], [Name_lowercase_lang, 1%] +locstring Field_7_2_0_23445_005_lang? // DBAnalyser: [Name_female_lang, 1%], [Name_lowercase_lang, 1%] +locstring Field_7_2_0_23478_004_lang? // DBAnalyser: [Name_female_lang, 1%], [Name_lowercase_lang, 1%], [Field_7_2_0_23445_004_lang, 1%], [Field_7_2_0_23445_005_lang, 1%] +locstring Field_7_2_0_23478_005_lang? // DBAnalyser: [Name_female_lang, 1%], [Name_lowercase_lang, 1%], [Field_7_2_0_23445_004_lang, 1%], [Field_7_2_0_23445_005_lang, 1%] +locstring Field_7_3_5_25607_003_lang? // DBAnalyser: [Name_female_lang, 1%], [Name_lowercase_lang, 1%] +locstring Field_7_3_5_25607_004_lang? +locstring Field_7_3_5_25607_005_lang? // DBAnalyser: [Name_female_lang, 1%], [Name_lowercase_lang, 1%] +int Field_7_3_5_25607_006? // DBAnalyser: [Flags, 0,83%] +int Field_7_3_5_25607_010? // DBAnalyser: [SelectScreenFileDataID, 0,8%] +int Field_7_3_5_25607_014? +int Field_7_3_5_25607_015? +int Field_7_3_5_25607_022? // DBAnalyser: [Alliance, 0,82%] +int Field_7_3_5_25607_028? // DBAnalyser: [DisplayRaceID, 0,71%] +int Field_7_3_5_25607_033? +int Field_7_3_5_25607_034? +int Field_7_3_5_25607_035? +locstring Field_7_3_5_25716_003_lang? // DBAnalyser: [Name_female_lang, 1%], [Name_female_lowercase_lang, 1%] +locstring Field_7_3_5_25716_005_lang? // DBAnalyser: [Name_female_lang, 1%], [Name_female_lowercase_lang, 1%] +int Field_7_3_5_25716_033? BUILD 0.5.3.3368 BUILD 0.5.3.3368-0.6.0.3592 @@ -717,9 +740,122 @@ HighResMaleDisplayID<32> HighResFemaleDisplayID<32> CharComponentTexLayoutHiResID<32> +LAYOUT A3A7EAC0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<32> +ClientPrefix +ClientFileString +Field_7_1_0_22636_003 +Field_7_1_0_22636_004 +Field_7_1_0_22636_005 +FacialHairCustomization[2] +HairCustomization +CreateScreenFileDataID<32> +SelectScreenFileDataID<32> +MaleCustomizeOffset[3] +FemaleCustomizeOffset[3] +LowResScreenFileDataID<32> +FactionID<16> +ExplorationSoundID<16> +MaleDisplayID<16> +FemaleDisplayID<16> +ResSicknessSpellID<16> +SplashSoundID<16> +CinematicSequenceID<16> +UaMaleCreatureSoundDataID<16> +UaFemaleCreatureSoundDataID<16> +BaseLanguage<8> +CreatureType<8> +Alliance<8> +Race_related<8> +UnalteredVisualRaceID<8> +CharComponentTextureLayoutID<8> +DefaultClassID<8> +NeutralRaceID<8> +DisplayRaceID<8> +CharComponentTexLayoutHiResID<8> +HighResMaleDisplayID<32> +HighResFemaleDisplayID<32> +Field_7_1_0_22636_034<32>[3] + +LAYOUT 349A6AD3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags<32> +ClientPrefix +ClientFileString +Name_lang +Field_7_2_0_23445_004_lang +Field_7_2_0_23445_005_lang +FacialHairCustomization[2] +HairCustomization +CreateScreenFileDataID<32> +SelectScreenFileDataID<32> +MaleCustomizeOffset[3] +FemaleCustomizeOffset[3] +LowResScreenFileDataID<32> +FactionID<16> +MaleDisplayID +FemaleDisplayID +ResSicknessSpellID<16> +SplashSoundID<16> +CinematicSequenceID<16> +BaseLanguage<8> +CreatureType<8> +Alliance<8> +Race_related<8> +UnalteredVisualRaceID<8> +CharComponentTextureLayoutID<8> +DefaultClassID<8> +NeutralRaceID<8> +DisplayRaceID<8> +CharComponentTexLayoutHiResID<8> +HighResMaleDisplayID +HighResFemaleDisplayID +Field_7_1_0_22636_034[3] + +LAYOUT 7D66CD5D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags<32> +ClientPrefix +ClientFileString +Name_lang +Field_7_2_0_23478_004_lang +Field_7_2_0_23478_005_lang +FacialHairCustomization[2] +HairCustomization +CreateScreenFileDataID<32> +SelectScreenFileDataID<32> +MaleCustomizeOffset[3] +FemaleCustomizeOffset[3] +LowResScreenFileDataID<32> +FactionID<16> +MaleDisplayID +FemaleDisplayID +ResSicknessSpellID<16> +SplashSoundID<16> +CinematicSequenceID<16> +BaseLanguage<8> +CreatureType<8> +Alliance<8> +Race_related<8> +UnalteredVisualRaceID<8> +CharComponentTextureLayoutID<8> +DefaultClassID<8> +NeutralRaceID<8> +DisplayRaceID<8> +CharComponentTexLayoutHiResID<8> +HighResMaleDisplayID +HighResFemaleDisplayID +Field_7_1_0_22636_034[3] + LAYOUT 608397F0 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Flags<32> MaleDisplayID @@ -755,10 +891,93 @@ HighResFemaleDisplayID AlteredFormStartVisualKitID[3] AlteredFormFinishVisualKitID[3] +LAYOUT 398C6A3A +BUILD 7.3.5.25716 +ClientPrefix +ClientFileString +Name_lang +Field_7_3_5_25716_003_lang +Name_lowercase_lang +Field_7_3_5_25716_005_lang +Flags<32> +MaleDisplayID +FemaleDisplayID +CreateScreenFileDataID<32> +SelectScreenFileDataID<32> +MaleCustomizeOffset[3] +FemaleCustomizeOffset[3] +LowResScreenFileDataID<32> +StartingLevel<32> +UiDisplayOrder<32> +FactionID<16> +ResSicknessSpellID<16> +SplashSoundID<16> +CinematicSequenceID<16> +BaseLanguage<8> +CreatureType<8> +Alliance<8> +Race_related<8> +UnalteredVisualRaceID<8> +CharComponentTextureLayoutID<8> +DefaultClassID<8> +NeutralRaceID<8> +DisplayRaceID<8> +CharComponentTexLayoutHiResID<8> +$id$ID<32> +HighResMaleDisplayID +HighResFemaleDisplayID +Field_7_3_5_25716_033<32> +HeritageArmorAchievementID<32> +MaleSkeletonFileDataID<32> +FemaleSkeletonFileDataID<32> +AlteredFormStartVisualKitID[3] +AlteredFormFinishVisualKitID[3] + +LAYOUT F9AF65F1 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25717 +ClientPrefix +ClientFileString +Name_lang +Field_7_3_5_25607_003_lang +Field_7_3_5_25607_004_lang +Field_7_3_5_25607_005_lang +Field_7_3_5_25607_006<32> +MaleDisplayID +FemaleDisplayID +CreateScreenFileDataID<32> +Field_7_3_5_25607_010<32> +MaleCustomizeOffset[3] +FemaleCustomizeOffset[3] +LowResScreenFileDataID<32> +Field_7_3_5_25607_014<32> +Field_7_3_5_25607_015<32> +FactionID<16> +ResSicknessSpellID<16> +SplashSoundID<16> +CinematicSequenceID<16> +BaseLanguage<8> // DBAnalyser: +CreatureType<8> +Field_7_3_5_25607_022<8> +Race_related<8> +UnalteredVisualRaceID<8> +CharComponentTextureLayoutID<8> +DefaultClassID<8> +NeutralRaceID<8> +Field_7_3_5_25607_028<8> +CharComponentTexLayoutHiResID<8> +$id$ID<32> +HighResMaleDisplayID +HighResFemaleDisplayID +Field_7_3_5_25607_033<32> +Field_7_3_5_25607_034<32> +Field_7_3_5_25607_035<32> +AlteredFormStartVisualKitID[3] +AlteredFormFinishVisualKitID[3] + LAYOUT 51C511F9 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 ClientPrefix ClientFileString Name_lang @@ -1052,7 +1271,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -1763,7 +1982,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrRacesCreateScreenIcon.dbd b/definitions/ChrRacesCreateScreenIcon.dbd index 7f4c0ae9c3d..401b5cc0fca 100644 --- a/definitions/ChrRacesCreateScreenIcon.dbd +++ b/definitions/ChrRacesCreateScreenIcon.dbd @@ -21,7 +21,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $id$ID<32> $relation$ChrRacesID<32> diff --git a/definitions/ChrSelectBackgroundCDI.dbd b/definitions/ChrSelectBackgroundCDI.dbd index 7e4f3ed9641..a36d02bbde3 100644 --- a/definitions/ChrSelectBackgroundCDI.dbd +++ b/definitions/ChrSelectBackgroundCDI.dbd @@ -20,7 +20,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrSpecialization.dbd b/definitions/ChrSpecialization.dbd index a7008f399f6..6b4eb294852 100644 --- a/definitions/ChrSpecialization.dbd +++ b/definitions/ChrSpecialization.dbd @@ -88,13 +88,79 @@ Description_lang MaxBuffs<32> PrimaryStatOrder<32>[3] +LAYOUT 1A96EDE4 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +MasterySpellID<32>[2] +Name_lang +FemaleName_lang +Description_lang +BackgroundFile +SpellIconID<16> +ClassID<8> +OrderIndex<8> +PetTalentType<8> +Role<8> +PrimaryStatPriority<8> +$id$ID<32> +Flags<32> +AnimReplacements<32> + +LAYOUT 6F1BA4F3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +MasterySpellID<32>[2] +Name_lang +FemaleName_lang +Description_lang +SpellIconID<16> +ClassID<8> +OrderIndex<8> +PetTalentType<8> +Role<8> +PrimaryStatPriority<8> +$id$ID<32> +Flags<32> +AnimReplacements<32> + +LAYOUT 65A2F3C1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +MasterySpellID<32>[2] +Name_lang +FemaleName_lang +Description_lang +ClassID<8> +OrderIndex<8> +PetTalentType<8> +Role<8> +PrimaryStatPriority<8> +$id$ID<32> +SpellIconFileID<32> +Flags +AnimReplacements<32> + +LAYOUT 6B9C675E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +MasterySpellID<32>[2] +Name_lang +FemaleName_lang +Description_lang +ClassID<8> +OrderIndex<8> +PetTalentType<8> +Role<8> +PrimaryStatPriority<8> +$id$ID<32> +SpellIconFileID<32> +Flags +AnimReplacements<32> + LAYOUT 02E4C36D BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 MasterySpellID<32>[2] +Name_lang FemaleName_lang Description_lang -BackgroundFile ClassID<8> OrderIndex<8> PetTalentType<8> @@ -107,8 +173,8 @@ AnimReplacements<32> LAYOUT 3D86B8F7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang FemaleName_lang Description_lang @@ -164,7 +230,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -190,7 +256,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrUpgradeBucket.dbd b/definitions/ChrUpgradeBucket.dbd index 69e6ebd745b..bf8a58599a1 100644 --- a/definitions/ChrUpgradeBucket.dbd +++ b/definitions/ChrUpgradeBucket.dbd @@ -3,17 +3,37 @@ int ID int ChrSpecializationID int ChrUpgradeTierID +LAYOUT A1617BFA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +ChrSpecializationID<16> +ChrUpgradeTierID<8> +$id$ID<32> + +LAYOUT 30171810 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ChrSpecializationID +ChrUpgradeTierID +$id$ID<32> + +LAYOUT C6DCE691 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ChrSpecializationID +ChrUpgradeTierID +$id$ID<32> + LAYOUT FC93B024 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 ChrSpecializationID ChrUpgradeTierID $id$ID<32> LAYOUT ACF64A80, F648EBF4 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 ChrSpecializationID $id$ID<32> $noninline,relation$ChrUpgradeTierID @@ -32,7 +52,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -64,7 +84,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrUpgradeBucketSpell.dbd b/definitions/ChrUpgradeBucketSpell.dbd index 80cb6d4253e..1f769ed507a 100644 --- a/definitions/ChrUpgradeBucketSpell.dbd +++ b/definitions/ChrUpgradeBucketSpell.dbd @@ -3,6 +3,26 @@ int ID int ChrUpgradeBucketID int SpellID +LAYOUT 51190FCD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +ChrUpgradeBucketID<16> + +LAYOUT 046FD739 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +ChrUpgradeBucketID + +LAYOUT F1FEF7B7 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +ChrUpgradeBucketID + LAYOUT DF939031, C665F469, 2FC8B981 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -15,17 +35,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> $noninline,relation$ChrUpgradeBucketID @@ -53,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ChrUpgradeTier.dbd b/definitions/ChrUpgradeTier.dbd index 0ff82843350..9825ab9490c 100644 --- a/definitions/ChrUpgradeTier.dbd +++ b/definitions/ChrUpgradeTier.dbd @@ -4,12 +4,35 @@ locstring DisplayName_lang int NumTalents int OrderIndex +LAYOUT 7A954DB6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +DisplayName_lang +OrderIndex<8> +NumTalents<8> +$id$ID<32> + +LAYOUT E32E026D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +DisplayName_lang +OrderIndex +NumTalents +$id$ID<32> + +LAYOUT 4EA0BB7D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +DisplayName_lang +OrderIndex +NumTalents +$id$ID<32> + LAYOUT 2C87937D, 5234A9FD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 DisplayName_lang OrderIndex NumTalents @@ -40,7 +63,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -57,7 +80,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CinematicCamera.dbd b/definitions/CinematicCamera.dbd index b9610da86a1..e720cf892e8 100644 --- a/definitions/CinematicCamera.dbd +++ b/definitions/CinematicCamera.dbd @@ -50,12 +50,46 @@ SoundID<32> Origin[3] OriginFacing +LAYOUT A7B95349 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Model +Origin[3] +OriginFacing +SoundID<16> + +LAYOUT D1AEA01B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Model +SoundID +Origin[3] +OriginFacing + +LAYOUT 8458413B +BUILD 7.2.0.23478 +$noninline,id$ID<32> +Model +SoundID +Origin[3] +OriginFacing + +LAYOUT 85F98D68 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SoundID +Origin[3] +OriginFacing +FileDataID + LAYOUT 0062B0F4, D0AC19CC BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SoundID Origin[3] @@ -84,7 +118,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -132,7 +166,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CinematicSequences.dbd b/definitions/CinematicSequences.dbd index 46d8c8e3d4a..43598ffcb59 100644 --- a/definitions/CinematicSequences.dbd +++ b/definitions/CinematicSequences.dbd @@ -17,6 +17,26 @@ $id$ID<32> SoundID<32> Camera<32>[8] +LAYOUT EDED096E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SoundID<16> +Camera<16>[8] + +LAYOUT 69443974 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SoundID +Camera[8] + +LAYOUT E5589528 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SoundID +Camera[8] + LAYOUT 470FDA8C, 6A232AD4, C8FDAE51 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -33,9 +53,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -45,12 +65,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SoundID Camera[8] @@ -62,7 +82,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ClientSceneEffect.dbd b/definitions/ClientSceneEffect.dbd index d0900b2e494..a625aa2ba11 100644 --- a/definitions/ClientSceneEffect.dbd +++ b/definitions/ClientSceneEffect.dbd @@ -27,7 +27,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -42,7 +42,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CloakDampening.dbd b/definitions/CloakDampening.dbd index 58d71bd639e..2852a29260e 100644 --- a/definitions/CloakDampening.dbd +++ b/definitions/CloakDampening.dbd @@ -8,12 +8,47 @@ float TabardDampening float TailAngle float TailDampening +LAYOUT 12019748 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Angle[5] +Dampening[5] +TailAngle[2] +TailDampening[2] +TabardAngle +TabardDampening +ExpectedWeaponSize + +LAYOUT 2A4B5BD6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Angle[5] +Dampening[5] +TailAngle[2] +TailDampening[2] +TabardAngle +TabardDampening +ExpectedWeaponSize + +LAYOUT 4C6C0A23 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Angle[5] +Dampening[5] +TailAngle[2] +TailDampening[2] +TabardAngle +TabardDampening +ExpectedWeaponSize + LAYOUT B2DF7F2A, 900672DE BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Angle[5] Dampening[5] @@ -48,7 +83,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -69,7 +104,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CloneEffect.dbd b/definitions/CloneEffect.dbd index 95aa7f1770f..ac6b8e9d39b 100644 --- a/definitions/CloneEffect.dbd +++ b/definitions/CloneEffect.dbd @@ -34,7 +34,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -56,7 +56,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CollectableSourceEncounter.dbd b/definitions/CollectableSourceEncounter.dbd index 38d4521b2f9..06aabcdc90e 100644 --- a/definitions/CollectableSourceEncounter.dbd +++ b/definitions/CollectableSourceEncounter.dbd @@ -9,7 +9,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $id$ID<32> $noninline,relation$CollectableSourceInfoID<32> diff --git a/definitions/CollectableSourceEncounterSparse.dbd b/definitions/CollectableSourceEncounterSparse.dbd index 0b172851577..6421f669ede 100644 --- a/definitions/CollectableSourceEncounterSparse.dbd +++ b/definitions/CollectableSourceEncounterSparse.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 COMMENT table is sparse $noninline,id$ID<32> JournalEncounterID<32> diff --git a/definitions/CollectableSourceInfo.dbd b/definitions/CollectableSourceInfo.dbd index 69530f1195a..a9b2aafb2cb 100644 --- a/definitions/CollectableSourceInfo.dbd +++ b/definitions/CollectableSourceInfo.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 Description $id$ID<32> Field_10_1_5_49516_002<32> diff --git a/definitions/CollectableSourceQuest.dbd b/definitions/CollectableSourceQuest.dbd index 1a8781b8e90..202725b134b 100644 --- a/definitions/CollectableSourceQuest.dbd +++ b/definitions/CollectableSourceQuest.dbd @@ -9,7 +9,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> CollectableSourceInfoID<32> diff --git a/definitions/CollectableSourceQuestSparse.dbd b/definitions/CollectableSourceQuestSparse.dbd index eedbf7d82ec..263c6722ace 100644 --- a/definitions/CollectableSourceQuestSparse.dbd +++ b/definitions/CollectableSourceQuestSparse.dbd @@ -13,7 +13,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 COMMENT table is sparse $noninline,id$ID<32> QuestID<32> diff --git a/definitions/CollectableSourceVendor.dbd b/definitions/CollectableSourceVendor.dbd index 3ec75ce1493..345161a68a4 100644 --- a/definitions/CollectableSourceVendor.dbd +++ b/definitions/CollectableSourceVendor.dbd @@ -15,7 +15,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $id$ID<32> Field_10_1_5_49595_001<32> $noninline,relation$CollectableSourceInfoID<32> diff --git a/definitions/CollectableSourceVendorSparse.dbd b/definitions/CollectableSourceVendorSparse.dbd index e98f14ad2fd..980db8a4f23 100644 --- a/definitions/CollectableSourceVendorSparse.dbd +++ b/definitions/CollectableSourceVendorSparse.dbd @@ -25,7 +25,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 COMMENT table is sparse $noninline,id$ID<32> VendorMapID<32> diff --git a/definitions/CombatCondition.dbd b/definitions/CombatCondition.dbd index 9f9379b6d77..441867b2c9e 100644 --- a/definitions/CombatCondition.dbd +++ b/definitions/CombatCondition.dbd @@ -43,12 +43,59 @@ EnemyConditionOp<32>[2] EnemyConditionCount<32>[2] EnemyConditionLogic<32> +LAYOUT 272B0E74 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +WorldStateExpressionID<16> +SelfConditionID<16> +TargetConditionID<16> +FriendConditionID<16>[2] +EnemyConditionID<16>[2] +FriendConditionOp<8>[2] +FriendConditionCount<8>[2] +FriendConditionLogic<8> +EnemyConditionOp<8>[2] +EnemyConditionCount<8>[2] +EnemyConditionLogic<8> + +LAYOUT B96BC7C2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +WorldStateExpressionID +SelfConditionID +TargetConditionID +FriendConditionID[2] +EnemyConditionID[2] +FriendConditionOp[2] +FriendConditionCount[2] +FriendConditionLogic +EnemyConditionOp[2] +EnemyConditionCount[2] +EnemyConditionLogic + +LAYOUT 974D0A2D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +WorldStateExpressionID +SelfConditionID +TargetConditionID +FriendConditionID[2] +EnemyConditionID[2] +FriendConditionOp[2] +FriendConditionCount[2] +FriendConditionLogic +EnemyConditionOp[2] +EnemyConditionCount[2] +EnemyConditionLogic + LAYOUT 28D253C6, 81607E0A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> WorldStateExpressionID SelfConditionID @@ -87,7 +134,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -111,7 +158,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CommentatorIndirectSpell.dbd b/definitions/CommentatorIndirectSpell.dbd index 9bdac4668fb..16de1ca6270 100644 --- a/definitions/CommentatorIndirectSpell.dbd +++ b/definitions/CommentatorIndirectSpell.dbd @@ -79,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CommentatorStartLocation.dbd b/definitions/CommentatorStartLocation.dbd index 5d2c8df8f3e..6c5098dd5aa 100644 --- a/definitions/CommentatorStartLocation.dbd +++ b/definitions/CommentatorStartLocation.dbd @@ -3,6 +3,12 @@ int ID int MapID float Pos +LAYOUT C04769B3 +BUILD 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +Pos[3] +MapID<32> + LAYOUT EFD540EF, F552D58F, 360082E7 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -19,9 +25,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +37,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Pos[3] MapID<32> @@ -48,7 +54,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CommentatorTrackedCooldown.dbd b/definitions/CommentatorTrackedCooldown.dbd index 9c6681905f1..07703f5d6cf 100644 --- a/definitions/CommentatorTrackedCooldown.dbd +++ b/definitions/CommentatorTrackedCooldown.dbd @@ -56,9 +56,25 @@ Priority Flags<8> $noninline,relation$ChrSpecID<32> +LAYOUT 35078D8E +BUILD 7.2.5.23993 +COMMENT Special case: SpellID is the primary key here with allowed duplicate values. +$id$SpellID<32> +Flags<32> +ChrSpecID +Priority + +LAYOUT 8252AE1E +BUILD 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +ChrSpecID +Priority +Flags<8> +SpellID<32> + LAYOUT EE950B2C BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ChrSpecID Priority @@ -67,8 +83,8 @@ SpellID<32> LAYOUT 84985168, 55153A40 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Priority Flags<8> @@ -89,7 +105,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -130,7 +146,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CommunityIcon.dbd b/definitions/CommunityIcon.dbd index 8e946cba353..7acb8327cdd 100644 --- a/definitions/CommunityIcon.dbd +++ b/definitions/CommunityIcon.dbd @@ -53,7 +53,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -79,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ComponentModelFileData.dbd b/definitions/ComponentModelFileData.dbd index f060b014a71..e9684174f8c 100644 --- a/definitions/ComponentModelFileData.dbd +++ b/definitions/ComponentModelFileData.dbd @@ -5,6 +5,32 @@ int GenderIndex int PositionIndex int RaceID +LAYOUT CB3BCC73 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GenderIndex<8> +ClassID<8> +RaceID<8> +PositionIndex<8> + +LAYOUT 2CAE2B6F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GenderIndex +ClassID +RaceID +PositionIndex<8> + +LAYOUT BE8BC3B9 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GenderIndex +ClassID +RaceID +PositionIndex<8> + LAYOUT 25BB55A7, 0F90AFAF, DDEC6F9F BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -21,9 +47,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -33,12 +59,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GenderIndex ClassID @@ -52,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ComponentTextureFileData.dbd b/definitions/ComponentTextureFileData.dbd index 8b8675cfad2..3b165dd17f3 100644 --- a/definitions/ComponentTextureFileData.dbd +++ b/definitions/ComponentTextureFileData.dbd @@ -4,6 +4,29 @@ int ClassID int GenderIndex int RaceID +LAYOUT EFF4D5A1 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GenderIndex<8> +ClassID<8> +RaceID<8> + +LAYOUT C7A99D2B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GenderIndex +ClassID +RaceID + +LAYOUT 1E7268B6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GenderIndex +ClassID +RaceID + LAYOUT 50C58D4F, 263AACE3, E8232574 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -20,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -32,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GenderIndex ClassID @@ -50,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ConditionalChrModel.dbd b/definitions/ConditionalChrModel.dbd index 998bf1f8bfc..66ab0542050 100644 --- a/definitions/ConditionalChrModel.dbd +++ b/definitions/ConditionalChrModel.dbd @@ -9,7 +9,7 @@ int ChrCustomizationCategoryID? LAYOUT 4467B29C BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.0.52124, 1.15.0.52146, 1.15.0.52186, 1.15.0.52212, 1.15.0.52302, 1.15.0.52409, 1.15.0.52610 BUILD 1.14.4.50252, 1.14.4.50304, 1.14.4.50337, 1.14.4.50461, 1.14.4.50547, 1.14.4.50643, 1.14.4.50753, 1.14.4.50849, 1.14.4.50960, 1.14.4.51001, 1.14.4.51056, 1.14.4.51146, 1.14.4.51311, 1.14.4.51395, 1.14.4.51535, 1.14.4.51829 diff --git a/definitions/ConditionalContentTuning.dbd b/definitions/ConditionalContentTuning.dbd index 32e421c98e0..7a2a0c3203a 100644 --- a/definitions/ConditionalContentTuning.dbd +++ b/definitions/ConditionalContentTuning.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ConfigurationWarning.dbd b/definitions/ConfigurationWarning.dbd index 0397cc45056..ba03676c2e2 100644 --- a/definitions/ConfigurationWarning.dbd +++ b/definitions/ConfigurationWarning.dbd @@ -19,9 +19,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +31,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Warning_lang Type @@ -48,7 +48,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ContentRestrictionRule.dbd b/definitions/ContentRestrictionRule.dbd index 1de31a36634..3adef7c3233 100644 --- a/definitions/ContentRestrictionRule.dbd +++ b/definitions/ContentRestrictionRule.dbd @@ -36,7 +36,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ContentRestrictionRuleSet.dbd b/definitions/ContentRestrictionRuleSet.dbd index b28ea2c1e9a..f53907aa82e 100644 --- a/definitions/ContentRestrictionRuleSet.dbd +++ b/definitions/ContentRestrictionRuleSet.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ContentTuning.dbd b/definitions/ContentTuning.dbd index 3220ac73687..8b52a6d6b96 100644 --- a/definitions/ContentTuning.dbd +++ b/definitions/ContentTuning.dbd @@ -93,7 +93,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -243,7 +243,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> Flags<32> diff --git a/definitions/ContentTuningXExpected.dbd b/definitions/ContentTuningXExpected.dbd index cfe03743a1a..fe358885144 100644 --- a/definitions/ContentTuningXExpected.dbd +++ b/definitions/ContentTuningXExpected.dbd @@ -45,7 +45,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ContentTuningXLabel.dbd b/definitions/ContentTuningXLabel.dbd index c94d27630a6..ee62a8e3db0 100644 --- a/definitions/ContentTuningXLabel.dbd +++ b/definitions/ContentTuningXLabel.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Contribution.dbd b/definitions/Contribution.dbd index d4e4d1a17ee..db955f027c0 100644 --- a/definitions/Contribution.dbd +++ b/definitions/Contribution.dbd @@ -38,9 +38,28 @@ OrderIndex<32> ContributionStyleContainer<32> UiTextureAtlasMemberID<32>[4] +LAYOUT 762A8864 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +ManagedWorldStateInputID<32> +Description_lang +Name_lang +UiTextureAtlasMemberID<32>[4] +OrderIndex<32> + +LAYOUT BB79E214 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +ManagedWorldStateInputID<32> +Description_lang +Name_lang +UiTextureAtlasMemberID<32>[4] +OrderIndex<32> + LAYOUT E3E9AE34 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> ManagedWorldStateInputID<32> Description_lang @@ -50,8 +69,8 @@ OrderIndex<32> LAYOUT 8EDF6090, AE5BA348 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Description_lang Name_lang $id$ID<32> @@ -90,7 +109,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -124,7 +143,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ContributionStyle.dbd b/definitions/ContributionStyle.dbd index 2c42bed0579..56e6dd1735c 100644 --- a/definitions/ContributionStyle.dbd +++ b/definitions/ContributionStyle.dbd @@ -33,7 +33,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -54,7 +54,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ContributionStyleContainer.dbd b/definitions/ContributionStyleContainer.dbd index d8d1c139d54..450c79ccf6b 100644 --- a/definitions/ContributionStyleContainer.dbd +++ b/definitions/ContributionStyleContainer.dbd @@ -27,7 +27,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -42,7 +42,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ConversationLine.dbd b/definitions/ConversationLine.dbd index be20c59ef8a..f32c543abc2 100644 --- a/definitions/ConversationLine.dbd +++ b/definitions/ConversationLine.dbd @@ -26,6 +26,47 @@ SpeechType StartAnimation EndAnimation +LAYOUT 9630B1BB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +COMMENT table is sparse +$noninline,id$ID<32> +BroadcastTextID<32> +SpellVisualKitID<32> +AdditionalDuration<32> +NextConversationLineID<16> +AnimKitID<16> +SpeechType<8> +StartAnimation<8> +EndAnimation<8> + +LAYOUT C30B97F3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +COMMENT table is sparse +$noninline,id$ID<32> +BroadcastTextID +SpellVisualKitID +AdditionalDuration<32> +NextConversationLineID +AnimKitID +SpeechType +StartAnimation +EndAnimation + +LAYOUT 6D04DE51 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +COMMENT table is sparse +$noninline,id$ID<32> +BroadcastTextID +SpellVisualKitID +AdditionalDuration<32> +NextConversationLineID +AnimKitID +SpeechType +StartAnimation +EndAnimation + LAYOUT 032B137B, 227B5003, 6A344A3F BUILD 9.2.0.41089, 9.2.0.41257, 9.2.0.41360, 9.2.0.41462, 9.2.0.41726, 9.2.0.41827, 9.2.0.41962, 9.2.0.42069, 9.2.0.42174, 9.2.0.42257, 9.2.0.42277, 9.2.0.42354, 9.2.0.42399, 9.2.0.42423, 9.2.0.42488, 9.2.0.42521, 9.2.0.42538, 9.2.0.42560, 9.2.0.42578, 9.2.0.42614, 9.2.0.42698, 9.2.0.42825, 9.2.0.42852, 9.2.0.42937, 9.2.0.42979, 9.2.0.43114, 9.2.0.43206, 9.2.0.43340, 9.2.0.43345 BUILD 9.1.5.39977, 9.1.5.40071, 9.1.5.40078, 9.1.5.40196, 9.1.5.40290, 9.1.5.40383, 9.1.5.40496, 9.1.5.40622, 9.1.5.40696, 9.1.5.40738, 9.1.5.40772, 9.1.5.40843, 9.1.5.40871, 9.1.5.40906, 9.1.5.40944, 9.1.5.40966, 9.1.5.41031, 9.1.5.41079, 9.1.5.41288, 9.1.5.41323, 9.1.5.41359, 9.1.5.41488, 9.1.5.41793, 9.1.5.42010 @@ -40,9 +81,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 @@ -50,12 +91,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 COMMENT table is sparse $noninline,id$ID<32> BroadcastTextID @@ -85,7 +126,7 @@ EndAnimation LAYOUT 9EE67C1B BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CorruptionEffects.dbd b/definitions/CorruptionEffects.dbd index 5a6ef51462b..72b291c8b0f 100644 --- a/definitions/CorruptionEffects.dbd +++ b/definitions/CorruptionEffects.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Covenant.dbd b/definitions/Covenant.dbd index 949e79bc91e..819bafe227a 100644 --- a/definitions/Covenant.dbd +++ b/definitions/Covenant.dbd @@ -118,7 +118,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/CraftingData.dbd b/definitions/CraftingData.dbd index e18548239fa..972036c0a39 100644 --- a/definitions/CraftingData.dbd +++ b/definitions/CraftingData.dbd @@ -83,7 +83,7 @@ LAYOUT AC3DA43D BUILD 10.2.5.52206, 10.2.5.52330 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CraftingDataEnchantQuality.dbd b/definitions/CraftingDataEnchantQuality.dbd index 2541dcbd994..6a0f6bd0fb1 100644 --- a/definitions/CraftingDataEnchantQuality.dbd +++ b/definitions/CraftingDataEnchantQuality.dbd @@ -12,7 +12,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CraftingDataItemQuality.dbd b/definitions/CraftingDataItemQuality.dbd index 084747df913..282f2cd979a 100644 --- a/definitions/CraftingDataItemQuality.dbd +++ b/definitions/CraftingDataItemQuality.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CraftingDifficulty.dbd b/definitions/CraftingDifficulty.dbd index 7f03e28d7f2..05cc2144a73 100644 --- a/definitions/CraftingDifficulty.dbd +++ b/definitions/CraftingDifficulty.dbd @@ -23,7 +23,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CraftingDifficultyQuality.dbd b/definitions/CraftingDifficultyQuality.dbd index 9ad245b6355..3439d1b902a 100644 --- a/definitions/CraftingDifficultyQuality.dbd +++ b/definitions/CraftingDifficultyQuality.dbd @@ -37,7 +37,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CraftingOrder.dbd b/definitions/CraftingOrder.dbd index 2149e81226f..9d93ba6e72f 100644 --- a/definitions/CraftingOrder.dbd +++ b/definitions/CraftingOrder.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CraftingOrderHouse.dbd b/definitions/CraftingOrderHouse.dbd index 16c712c0cc7..ade449df3fb 100644 --- a/definitions/CraftingOrderHouse.dbd +++ b/definitions/CraftingOrderHouse.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CraftingQuality.dbd b/definitions/CraftingQuality.dbd index af491b78fa3..a6591b6a845 100644 --- a/definitions/CraftingQuality.dbd +++ b/definitions/CraftingQuality.dbd @@ -14,7 +14,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CraftingReagentEffect.dbd b/definitions/CraftingReagentEffect.dbd index d19de2bf632..783dcefd265 100644 --- a/definitions/CraftingReagentEffect.dbd +++ b/definitions/CraftingReagentEffect.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CraftingReagentQuality.dbd b/definitions/CraftingReagentQuality.dbd index c60cf6e66a3..8ac5effbcff 100644 --- a/definitions/CraftingReagentQuality.dbd +++ b/definitions/CraftingReagentQuality.dbd @@ -21,7 +21,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CraftingReagentRequirement.dbd b/definitions/CraftingReagentRequirement.dbd index c9bfbf5b5b4..e1cbc7b0a3b 100644 --- a/definitions/CraftingReagentRequirement.dbd +++ b/definitions/CraftingReagentRequirement.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> RequiredModifiedCraftingCategoryID<32> diff --git a/definitions/Creature.dbd b/definitions/Creature.dbd index f96afab4d59..f81ae213596 100644 --- a/definitions/Creature.dbd +++ b/definitions/Creature.dbd @@ -1,5 +1,5 @@ COLUMNS -string Field_6_0_1_18179_008? +string TitleAlt_lang? int ID int AlwaysItem int Classification @@ -12,7 +12,6 @@ locstring Name_lang locstring NameAlt_lang int StartAnimState locstring Title_lang -locstring TitleAlt_lang int Field_5_0_1_15464_001? int Field_5_0_1_15464_002? int Field_5_0_1_15464_004? @@ -84,13 +83,63 @@ DisplayID<32>[4] DisplayProbability[4] Name_lang Title_lang -Field_6_0_1_18179_008 +TitleAlt_lang Classification<32> StartAnimState<32> +LAYOUT E4FD6645 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AlwaysItem<32>[3] +MountCreatureID<32> +DisplayID<32>[4] +DisplayProbability[4] +Name_lang +NameAlt_lang +Title_lang +TitleAlt_lang +CreatureType<8> +CreatureFamily<8> +Classification<8> +StartAnimState<8> + +LAYOUT CBD43469 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AlwaysItem<32>[3] +MountCreatureID<32> +DisplayID<32>[4] +DisplayProbability[4] +Name_lang +NameAlt_lang +Title_lang +TitleAlt_lang +CreatureType +CreatureFamily +Classification +StartAnimState + +LAYOUT 9044D70F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AlwaysItem<32>[3] +MountCreatureID<32> +DisplayID<32>[4] +DisplayProbability[4] +Name_lang +NameAlt_lang +Title_lang +TitleAlt_lang +CreatureType +CreatureFamily +Classification +StartAnimState + LAYOUT A13B6B19 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> AlwaysItem<32>[3] MountCreatureID<32> @@ -107,8 +156,8 @@ StartAnimState LAYOUT CFB508A9 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang NameAlt_lang @@ -180,7 +229,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -205,7 +254,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureDifficulty.dbd b/definitions/CreatureDifficulty.dbd index 6b8e6d3a062..b67ffaf60d2 100644 --- a/definitions/CreatureDifficulty.dbd +++ b/definitions/CreatureDifficulty.dbd @@ -90,9 +90,41 @@ MinLevel<32> MaxLevel<32> Flags<32>[5] +LAYOUT 32877374 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +CreatureID<32> +Flags<32>[7] +FactionTemplateID<16> +ExpansionID<8> +MinLevel<8> +MaxLevel<8> + +LAYOUT 4F6AFB78 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +CreatureID<32> +Flags<32>[7] +FactionTemplateID +ExpansionID<8> +MinLevel<8> +MaxLevel<8> + +LAYOUT 93E33102 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +CreatureID<32> +Flags<32>[7] +FactionTemplateID +ExpansionID<8> +MinLevel<8> +MaxLevel<8> + LAYOUT B8481E58 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> CreatureID<32> Flags<32>[7] @@ -103,8 +135,8 @@ MaxLevel<8> LAYOUT 4291EEC6 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags<32>[7] FactionTemplateID @@ -133,7 +165,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -231,7 +263,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/CreatureDifficultyTreasure.dbd b/definitions/CreatureDifficultyTreasure.dbd index 5a4eb21c2e9..68b04d5b931 100644 --- a/definitions/CreatureDifficultyTreasure.dbd +++ b/definitions/CreatureDifficultyTreasure.dbd @@ -6,7 +6,7 @@ int CreatureDifficultyID? LAYOUT 248ECDA6 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureDispXUiCamera.dbd b/definitions/CreatureDispXUiCamera.dbd index 458dc51b642..73add69d587 100644 --- a/definitions/CreatureDispXUiCamera.dbd +++ b/definitions/CreatureDispXUiCamera.dbd @@ -3,6 +3,26 @@ int ID int CreatureDisplayInfoID int UiCameraID +LAYOUT B29B32B1 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +CreatureDisplayInfoID<32> +UiCameraID<16> + +LAYOUT E187778D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +CreatureDisplayInfoID +UiCameraID + +LAYOUT BB53C829 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +CreatureDisplayInfoID +UiCameraID + LAYOUT 6E0E7C15, D3D075FD, B46136C5 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -19,9 +39,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +51,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CreatureDisplayInfoID UiCameraID @@ -48,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureDisplayInfo.dbd b/definitions/CreatureDisplayInfo.dbd index 672129de03f..41f002489b6 100644 --- a/definitions/CreatureDisplayInfo.dbd +++ b/definitions/CreatureDisplayInfo.dbd @@ -41,6 +41,39 @@ int ConditionalCreatureModelID? float MountMaxBankingAngle? int Field_11_0_0_54210_026? int Field_1_15_4_56400_024? +int Field_7_2_0_23445_000? +int Field_7_2_0_23445_001? +float Field_7_2_0_23445_002? +int Field_7_2_0_23445_003? +string Field_7_2_0_23445_004? +int Field_7_2_0_23445_005? +int Field_7_2_0_23445_006? +int Field_7_2_0_23445_007? +int Field_7_2_0_23445_008? +int Field_7_2_0_23445_009? +int Field_7_2_0_23445_010? +int Field_7_2_0_23478_000? +int Field_7_2_0_23478_001? +float Field_7_2_0_23478_002? +int Field_7_2_0_23478_003? +string Field_7_2_0_23478_004? +int Field_7_2_0_23478_005? +int Field_7_2_0_23478_006? +int Field_7_2_0_23478_007? +int Field_7_2_0_23478_008? +int Field_7_2_0_23478_009? +int Field_7_2_0_23478_010? +int Field_7_2_0_23708_000? +float Field_7_2_0_23708_001? +int Field_7_2_0_23708_002? +int Field_7_2_0_23708_003? +int Field_7_2_0_23708_004? +int Field_7_2_0_23708_005? +int Field_7_2_0_23708_006? +int Field_7_2_0_23708_007? +int Field_7_2_0_23708_008? +int Field_7_2_0_23708_009? +int Field_7_2_0_23708_010? BUILD 0.5.3.3368 BUILD 0.5.3.3368-0.5.5.3494 @@ -365,9 +398,78 @@ Flags<32> Gender<32> StateSpellVisualKitID<32> +LAYOUT ABD08A04 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ExtendedDisplayInfoID<32> +CreatureModelScale +PlayerOverrideScale +TextureVariationFileDataID<32>[3] +PortraitTextureName +PortraitCreatureDisplayInfoID<32> +CreatureGeosetData<32> +StateSpellVisualKitID<32> +PetInstanceScale +ModelID<16> +SoundID<16> +NPCSoundID<16> +ParticleColorID<16> +ObjectEffectPackageID<16> +AnimReplacementSetID<16> +CreatureModelAlpha<8> +SizeClass<8> +BloodID<8> +Flags<8> +Gender<8> +UnarmedWeaponType<8> + +LAYOUT 8CC0D867 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$Field_7_2_0_23445_000<32> +Field_7_2_0_23445_001<32> +Field_7_2_0_23445_002 +Field_7_2_0_23445_003<32>[3] +Field_7_2_0_23445_004 +Field_7_2_0_23445_005 +Field_7_2_0_23445_006 +Field_7_2_0_23445_007<8> +Field_7_2_0_23445_008 +Field_7_2_0_23445_009<8> +$noninline,relation$Field_7_2_0_23445_010[35] + +LAYOUT 4B3F6812 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706 +$id$Field_7_2_0_23478_000<32> +Field_7_2_0_23478_001<32> +Field_7_2_0_23478_002 +Field_7_2_0_23478_003<32>[3] +Field_7_2_0_23478_004 +Field_7_2_0_23478_005 +Field_7_2_0_23478_006 +Field_7_2_0_23478_007<8> +Field_7_2_0_23478_008 +Field_7_2_0_23478_009<8> +$noninline,relation$Field_7_2_0_23478_010[35] + +LAYOUT 3CC55E5A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$Field_7_2_0_23708_000<32> +Field_7_2_0_23708_001 +Field_7_2_0_23708_002 +Field_7_2_0_23708_003 +Field_7_2_0_23708_004<8> +Field_7_2_0_23708_005 +Field_7_2_0_23708_006<8> +Field_7_2_0_23708_007<32> +Field_7_2_0_23708_008<32>[3] +Field_7_2_0_23708_009<32> +$noninline,relation$Field_7_2_0_23708_010[35] + LAYOUT CFD2D5EF BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> CreatureModelScale ModelID @@ -378,11 +480,11 @@ Gender<8> ExtendedDisplayInfoID<32> TextureVariationFileDataID<32>[3] PortraitTextureFileDataID<32> -$noninline,relation$Field_7_3_2_25549_010<8> +$noninline,relation$Field_7_3_2_25549_010 LAYOUT 406268DF -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> CreatureModelScale ModelID @@ -508,7 +610,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -633,7 +735,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureDisplayInfoCond.dbd b/definitions/CreatureDisplayInfoCond.dbd index 75e6b573dff..fdce0435fac 100644 --- a/definitions/CreatureDisplayInfoCond.dbd +++ b/definitions/CreatureDisplayInfoCond.dbd @@ -15,9 +15,115 @@ int OrderIndex int RaceMask int SkinColorMask int TextureVariationFileDataID +int Field_7_1_0_22636_002? // DBAnalyser: [CustomOption1_Mask, 0,95%], [FacialHairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [HairStyleMask, 0,95%], [SkinColorMask, 0,95%], [ClassMask, 0,95%], [CustomOption2_Mask, 0,95%] +int Field_7_1_0_22636_003? // DBAnalyser: [CustomOption1_Mask, 0,95%], [FacialHairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [HairStyleMask, 0,95%], [SkinColorMask, 0,95%], [ClassMask, 0,95%], [CustomOption2_Mask, 0,95%] +int Field_7_1_0_22636_007? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%] +int Field_7_1_0_22636_008? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%] +int Field_7_1_0_22636_010? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%] +int Field_7_1_0_22636_011? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%] +int Field_7_1_0_22636_012? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%] +int Field_7_2_0_23445_002? // DBAnalyser: [CustomOption1_Mask, 0,95%], [FacialHairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [HairStyleMask, 0,95%], [SkinColorMask, 0,95%], [ClassMask, 0,95%], [CustomOption2_Mask, 0,95%], [Field_7_1_0_22636_002, 0,95%], [Field_7_1_0_22636_012, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_010, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_007, 0,95%], [Field_7_1_0_22636_003, 0,95%] +int Field_7_2_0_23445_003? // DBAnalyser: [CustomOption1_Mask, 0,95%], [FacialHairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [HairStyleMask, 0,95%], [SkinColorMask, 0,95%], [ClassMask, 0,95%], [CustomOption2_Mask, 0,95%], [Field_7_1_0_22636_002, 0,95%], [Field_7_1_0_22636_012, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_010, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_007, 0,95%], [Field_7_1_0_22636_003, 0,95%] +int Field_7_2_0_23445_007? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_1_0_22636_002, 0,95%], [Field_7_1_0_22636_003, 0,95%], [Field_7_1_0_22636_007, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_010, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_012, 0,95%] +int Field_7_2_0_23445_008? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_1_0_22636_002, 0,95%], [Field_7_1_0_22636_003, 0,95%], [Field_7_1_0_22636_007, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_010, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_012, 0,95%] +int Field_7_2_0_23445_010? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_1_0_22636_002, 0,95%], [Field_7_1_0_22636_003, 0,95%], [Field_7_1_0_22636_007, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_010, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_012, 0,95%] +int Field_7_2_0_23445_011? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_1_0_22636_002, 0,95%], [Field_7_1_0_22636_003, 0,95%], [Field_7_1_0_22636_007, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_010, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_012, 0,95%] +int Field_7_2_0_23445_012? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_1_0_22636_002, 0,95%], [Field_7_1_0_22636_003, 0,95%], [Field_7_1_0_22636_007, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_010, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_012, 0,95%] +int Field_7_2_0_23478_002? // DBAnalyser: [CustomOption1_Mask, 0,95%], [FacialHairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [HairStyleMask, 0,95%], [SkinColorMask, 0,95%], [ClassMask, 0,95%], [CustomOption2_Mask, 0,95%], [Field_7_2_0_23445_002, 0,95%], [Field_7_2_0_23445_012, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_007, 0,95%], [Field_7_2_0_23445_003, 0,95%] +int Field_7_2_0_23478_003? // DBAnalyser: [CustomOption1_Mask, 0,95%], [FacialHairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [HairStyleMask, 0,95%], [SkinColorMask, 0,95%], [ClassMask, 0,95%], [CustomOption2_Mask, 0,95%], [Field_7_2_0_23445_002, 0,95%], [Field_7_2_0_23445_012, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_007, 0,95%], [Field_7_2_0_23445_003, 0,95%] +int Field_7_2_0_23478_007? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_2_0_23445_002, 0,95%], [Field_7_2_0_23445_003, 0,95%], [Field_7_2_0_23445_007, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_012, 0,95%] +int Field_7_2_0_23478_008? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_2_0_23445_002, 0,95%], [Field_7_2_0_23445_003, 0,95%], [Field_7_2_0_23445_007, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_012, 0,95%] +int Field_7_2_0_23478_010? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_2_0_23445_002, 0,95%], [Field_7_2_0_23445_003, 0,95%], [Field_7_2_0_23445_007, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_012, 0,95%] +int Field_7_2_0_23478_011? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_2_0_23445_002, 0,95%], [Field_7_2_0_23445_003, 0,95%], [Field_7_2_0_23445_007, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_012, 0,95%] +int Field_7_2_0_23478_012? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_2_0_23445_002, 0,95%], [Field_7_2_0_23445_003, 0,95%], [Field_7_2_0_23445_007, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_012, 0,95%] +int Field_7_2_5_24026_003? // DBAnalyser: [CustomOption1_Mask, 0,95%], [FacialHairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [HairStyleMask, 0,95%], [SkinColorMask, 0,95%], [ClassMask, 0,95%], [CustomOption2_Mask, 0,95%], [Field_7_2_0_23478_002, 0,95%], [Field_7_2_0_23478_012, 0,95%], [Field_7_2_0_23478_011, 0,95%], [Field_7_2_0_23478_010, 0,95%], [Field_7_2_0_23478_008, 0,95%], [Field_7_2_0_23478_007, 0,95%], [Field_7_2_0_23478_003, 0,95%] +int Field_7_2_5_24026_004? // DBAnalyser: [CustomOption1_Mask, 0,95%], [FacialHairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [HairStyleMask, 0,95%], [SkinColorMask, 0,95%], [ClassMask, 0,95%], [CustomOption2_Mask, 0,95%], [Field_7_2_0_23478_002, 0,95%], [Field_7_2_0_23478_012, 0,95%], [Field_7_2_0_23478_011, 0,95%], [Field_7_2_0_23478_010, 0,95%], [Field_7_2_0_23478_008, 0,95%], [Field_7_2_0_23478_007, 0,95%], [Field_7_2_0_23478_003, 0,95%] +int Field_7_2_5_24026_007? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_2_0_23478_002, 0,95%], [Field_7_2_0_23478_003, 0,95%], [Field_7_2_0_23478_007, 0,95%], [Field_7_2_0_23478_008, 0,95%], [Field_7_2_0_23478_010, 0,95%], [Field_7_2_0_23478_011, 0,95%], [Field_7_2_0_23478_012, 0,95%] +int Field_7_2_5_24026_008? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_2_0_23478_002, 0,95%], [Field_7_2_0_23478_003, 0,95%], [Field_7_2_0_23478_007, 0,95%], [Field_7_2_0_23478_008, 0,95%], [Field_7_2_0_23478_010, 0,95%], [Field_7_2_0_23478_011, 0,95%], [Field_7_2_0_23478_012, 0,95%] +int Field_7_2_5_24026_010? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_2_0_23478_002, 0,95%], [Field_7_2_0_23478_003, 0,95%], [Field_7_2_0_23478_007, 0,95%], [Field_7_2_0_23478_008, 0,95%], [Field_7_2_0_23478_010, 0,95%], [Field_7_2_0_23478_011, 0,95%], [Field_7_2_0_23478_012, 0,95%] +int Field_7_2_5_24026_011? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_2_0_23478_002, 0,95%], [Field_7_2_0_23478_003, 0,95%], [Field_7_2_0_23478_007, 0,95%], [Field_7_2_0_23478_008, 0,95%], [Field_7_2_0_23478_010, 0,95%], [Field_7_2_0_23478_011, 0,95%], [Field_7_2_0_23478_012, 0,95%] +int Field_7_2_5_24026_012? // DBAnalyser: [CustomOption1_Mask, 0,95%], [CustomOption2_Mask, 0,95%], [ClassMask, 0,95%], [SkinColorMask, 0,95%], [HairStyleMask, 0,95%], [FaceStyleMask, 0,95%], [FacialHairStyleMask, 0,95%], [Field_7_2_0_23478_002, 0,95%], [Field_7_2_0_23478_003, 0,95%], [Field_7_2_0_23478_007, 0,95%], [Field_7_2_0_23478_008, 0,95%], [Field_7_2_0_23478_010, 0,95%], [Field_7_2_0_23478_011, 0,95%], [Field_7_2_0_23478_012, 0,95%] + +LAYOUT 0D0A694C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +CreatureDisplayInfoID<32> +CustomOption0_Mask<32>[2] +Field_7_1_0_22636_002<32>[2] +Field_7_1_0_22636_003<32>[2] +OrderIndex<8> +Gender<8> +RaceMask<32> +Field_7_1_0_22636_007<32> +Field_7_1_0_22636_008<32> +HairColorMask<32> +Field_7_1_0_22636_010<32> +Field_7_1_0_22636_011<32> +Field_7_1_0_22636_012<32> +CreatureModelDataID<32> +TextureVariationFileDataID<32>[3] + +LAYOUT 76C96A56 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +CreatureDisplayInfoID<32> +CustomOption0_Mask<32>[2] +Field_7_2_0_23445_002<32>[2] +Field_7_2_0_23445_003<32>[2] +OrderIndex<8> +Gender<8> +RaceMask +Field_7_2_0_23445_007 +Field_7_2_0_23445_008 +HairColorMask +Field_7_2_0_23445_010 +Field_7_2_0_23445_011 +Field_7_2_0_23445_012 +CreatureModelDataID<32> +TextureVariationFileDataID<32>[3] + +LAYOUT 9E3B4111 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +CreatureDisplayInfoID<32> +CustomOption0_Mask<32>[2] +Field_7_2_0_23478_002<32>[2] +Field_7_2_0_23478_003<32>[2] +OrderIndex<8> +Gender<8> +RaceMask +Field_7_2_0_23478_007 +Field_7_2_0_23478_008 +HairColorMask +Field_7_2_0_23478_010 +Field_7_2_0_23478_011 +Field_7_2_0_23478_012 +CreatureModelDataID<32> +TextureVariationFileDataID<32>[3] + +LAYOUT D59D16F9 +BUILD 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +CreatureDisplayInfoID<32> +RaceMask +CustomOption0_Mask<32>[2] +Field_7_2_5_24026_003<32>[2] +Field_7_2_5_24026_004<32>[2] +OrderIndex<8> +Gender<8> +Field_7_2_5_24026_007 +Field_7_2_5_24026_008 +HairColorMask +Field_7_2_5_24026_010 +Field_7_2_5_24026_011 +Field_7_2_5_24026_012 +CreatureModelDataID<32> +TextureVariationFileDataID<32>[3] LAYOUT 3A7D6AEA -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715 $noninline,id$ID<32> CreatureDisplayInfoID<32> RaceMask @@ -57,8 +163,8 @@ TextureVariationFileDataID<32>[3] LAYOUT 26CD44AB, A9983E2F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> RaceMask<64> CustomOption0_Mask<32>[2] @@ -86,7 +192,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -175,7 +281,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureDisplayInfoCondXChoice.dbd b/definitions/CreatureDisplayInfoCondXChoice.dbd index 05c423b624b..daf70e3def7 100644 --- a/definitions/CreatureDisplayInfoCondXChoice.dbd +++ b/definitions/CreatureDisplayInfoCondXChoice.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureDisplayInfoEvt.dbd b/definitions/CreatureDisplayInfoEvt.dbd index ff8e5a2df80..6d3d1c2e9c1 100644 --- a/definitions/CreatureDisplayInfoEvt.dbd +++ b/definitions/CreatureDisplayInfoEvt.dbd @@ -5,9 +5,24 @@ int Flags int Fourcc int SpellVisualKitID +LAYOUT 6242F7B1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +CreatureDisplayInfoID<32> +Fourcc<32> +SpellVisualKitID<32> + +LAYOUT 40F6DAE0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +CreatureDisplayInfoID<32> +Fourcc<32> +SpellVisualKitID<32> + LAYOUT 72705163 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> CreatureDisplayInfoID<32> Fourcc<32> @@ -26,15 +41,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Fourcc<32> SpellVisualKitID<32> @@ -66,7 +81,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureDisplayInfoExtra.dbd b/definitions/CreatureDisplayInfoExtra.dbd index 87779c5255f..eb0b7bad196 100644 --- a/definitions/CreatureDisplayInfoExtra.dbd +++ b/definitions/CreatureDisplayInfoExtra.dbd @@ -129,12 +129,62 @@ Flags<32> FileDataID<32> HdFileDataID<32> +LAYOUT E5D838DA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +BakeMaterialResourcesID<32> +HDBakeMaterialResourcesID<32> +DisplayRaceID<8> +DisplaySexID<8> +DisplayClassID<8> +SkinID<8> +FaceID<8> +HairStyleID<8> +HairColorID<8> +FacialHairID<8> +CustomDisplayOption<8>[3] +Flags<8> + +LAYOUT 1A94B51E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BakeMaterialResourcesID<32> +HDBakeMaterialResourcesID<32> +DisplayRaceID<8> +DisplaySexID<8> +DisplayClassID<8> +SkinID<8> +FaceID<8> +HairStyleID<8> +HairColorID<8> +FacialHairID<8> +CustomDisplayOption[3] +Flags<8> + +LAYOUT BC7BC222 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BakeMaterialResourcesID<32> +HDBakeMaterialResourcesID<32> +DisplayRaceID<8> +DisplaySexID<8> +DisplayClassID<8> +SkinID<8> +FaceID<8> +HairStyleID<8> +HairColorID<8> +FacialHairID<8> +CustomDisplayOption[3] +Flags<8> + LAYOUT 6DF98EF6, 48377C9E BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BakeMaterialResourcesID<32> HDBakeMaterialResourcesID<32> @@ -159,7 +209,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -202,7 +252,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureDisplayInfoGeosetData.dbd b/definitions/CreatureDisplayInfoGeosetData.dbd index 9c0580d046b..916b95598d7 100644 --- a/definitions/CreatureDisplayInfoGeosetData.dbd +++ b/definitions/CreatureDisplayInfoGeosetData.dbd @@ -18,7 +18,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -52,7 +52,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureDisplayInfoOption.dbd b/definitions/CreatureDisplayInfoOption.dbd index 9a35a784bc0..c537f9a6a03 100644 --- a/definitions/CreatureDisplayInfoOption.dbd +++ b/definitions/CreatureDisplayInfoOption.dbd @@ -33,7 +33,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureDisplayInfoTrn.dbd b/definitions/CreatureDisplayInfoTrn.dbd index b6c6e197f60..b04239a2db0 100644 --- a/definitions/CreatureDisplayInfoTrn.dbd +++ b/definitions/CreatureDisplayInfoTrn.dbd @@ -6,10 +6,38 @@ int FinishVisualKitID float MaxTime int SrcCreatureDisplayInfoID int StartVisualKitID +int Field_7_1_0_22636_003? +int Field_7_2_0_23445_002? + +LAYOUT DEBF0D7C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SrcCreatureDisplayInfoID<32> +DstCreatureDisplayInfoID<32> +MaxTime +Field_7_1_0_22636_003<16> + +LAYOUT 999BDB72 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SrcCreatureDisplayInfoID<32> +DstCreatureDisplayInfoID<32> +Field_7_2_0_23445_002 +MaxTime + +LAYOUT 41D09CD0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SrcCreatureDisplayInfoID<32> +DstCreatureDisplayInfoID<32> +Field_7_2_0_23445_002 +MaxTime LAYOUT 04148090 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SrcCreatureDisplayInfoID<32> DstCreatureDisplayInfoID<32> @@ -19,14 +47,14 @@ FinishVisualKitID LAYOUT 8E687740, F384A100, 2DF308A0 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DstCreatureDisplayInfoID<32> MaxTime -DissolveEffectID +DissolveEffectID<32> StartVisualKitID -FinishVisualKitID<32> +FinishVisualKitID $noninline,relation$SrcCreatureDisplayInfoID<32> LAYOUT C3E28858, 9E3B367A @@ -43,7 +71,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -83,7 +111,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureFamily.dbd b/definitions/CreatureFamily.dbd index 1f292912e0f..a958f558133 100644 --- a/definitions/CreatureFamily.dbd +++ b/definitions/CreatureFamily.dbd @@ -95,9 +95,50 @@ CategoryEnumID<32> Name_lang IconFile +LAYOUT DF8261E1 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MinScale +MaxScale +Name_lang +IconFile +SkillLine<16>[2] +PetFoodMask<16> +MinScaleLevel<8> +MaxScaleLevel<8> +PetTalentType<8> + +LAYOUT 4399DFB2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MinScale +MaxScale +Name_lang +IconFileID<32> +SkillLine<16>[2] +PetFoodMask<16> +MinScaleLevel<8> +MaxScaleLevel<8> +PetTalentType<8> + +LAYOUT 10CEE40B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MinScale +MaxScale +Name_lang +IconFileID<32> +SkillLine<16>[2] +PetFoodMask<16> +MinScaleLevel<8> +MaxScaleLevel<8> +PetTalentType<8> + LAYOUT 216FF23E BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> MinScale MaxScale @@ -111,8 +152,8 @@ PetTalentType<8> LAYOUT E2DC5126, E5F24AFA BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang MinScale @@ -149,7 +190,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -172,7 +213,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureImmunities.dbd b/definitions/CreatureImmunities.dbd index 8ffb6b85a68..70088b7b0da 100644 --- a/definitions/CreatureImmunities.dbd +++ b/definitions/CreatureImmunities.dbd @@ -9,6 +9,21 @@ int Effect int StatesAllowed int State int Flags +int Field_7_1_0_22636_001? // DBAnalyser: [School, 0,95%], [EffectsAllowed, 0,95%], [DispelType, 0,95%] +int Field_7_1_0_22636_002? // DBAnalyser: [MechanicsAllowed, 1%], [StatesAllowed, 1%] +int Field_7_1_0_22636_003? // DBAnalyser: [School, 0,95%], [EffectsAllowed, 0,95%], [DispelType, 0,95%] +int Field_7_1_0_22636_004? // DBAnalyser: [MechanicsAllowed, 1%], [StatesAllowed, 1%] +int Field_7_1_0_22636_006? // DBAnalyser: [School, 0,95%], [EffectsAllowed, 0,95%], [DispelType, 0,95%] +int Field_7_2_0_23445_001? // DBAnalyser: [School, 0,95%], [EffectsAllowed, 0,95%], [DispelType, 0,95%], [Field_7_1_0_22636_001, 0,95%], [Field_7_1_0_22636_003, 0,95%], [Field_7_1_0_22636_006, 0,95%] +int Field_7_2_0_23445_002? // DBAnalyser: [MechanicsAllowed, 1%], [StatesAllowed, 1%], [Field_7_1_0_22636_002, 1%], [Field_7_1_0_22636_004, 1%] +int Field_7_2_0_23445_003? // DBAnalyser: [School, 0,95%], [EffectsAllowed, 0,95%], [DispelType, 0,95%], [Field_7_1_0_22636_001, 0,95%], [Field_7_1_0_22636_003, 0,95%], [Field_7_1_0_22636_006, 0,95%] +int Field_7_2_0_23445_004? // DBAnalyser: [MechanicsAllowed, 1%], [StatesAllowed, 1%], [Field_7_1_0_22636_002, 1%], [Field_7_1_0_22636_004, 1%] +int Field_7_2_0_23445_006? // DBAnalyser: [School, 0,95%], [EffectsAllowed, 0,95%], [DispelType, 0,95%], [Field_7_1_0_22636_001, 0,95%], [Field_7_1_0_22636_003, 0,95%], [Field_7_1_0_22636_006, 0,95%] +int Field_7_2_0_23478_001? // DBAnalyser: [School, 0,95%], [EffectsAllowed, 0,95%], [DispelType, 0,95%], [Field_7_2_0_23445_001, 0,95%], [Field_7_2_0_23445_003, 0,95%], [Field_7_2_0_23445_006, 0,95%] +int Field_7_2_0_23478_002? // DBAnalyser: [MechanicsAllowed, 1%], [StatesAllowed, 1%], [Field_7_2_0_23445_002, 1%], [Field_7_2_0_23445_004, 1%] +int Field_7_2_0_23478_003? // DBAnalyser: [School, 0,95%], [EffectsAllowed, 0,95%], [DispelType, 0,95%], [Field_7_2_0_23445_001, 0,95%], [Field_7_2_0_23445_003, 0,95%], [Field_7_2_0_23445_006, 0,95%] +int Field_7_2_0_23478_004? // DBAnalyser: [MechanicsAllowed, 1%], [StatesAllowed, 1%], [Field_7_2_0_23445_002, 1%], [Field_7_2_0_23445_004, 1%] +int Field_7_2_0_23478_006? // DBAnalyser: [School, 0,95%], [EffectsAllowed, 0,95%], [DispelType, 0,95%], [Field_7_2_0_23445_001, 0,95%], [Field_7_2_0_23445_003, 0,95%], [Field_7_2_0_23445_006, 0,95%] BUILD 4.1.0.13914-4.3.4.15595 $id$ID<32> @@ -70,9 +85,50 @@ StatesAllowed<32> State<32>[15] Flags<32> +LAYOUT B19897AD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Mechanic<32>[2] +Field_7_1_0_22636_001<8> +Field_7_1_0_22636_002<8> +Field_7_1_0_22636_003<8> +Field_7_1_0_22636_004<8> +Flags<8> +Field_7_1_0_22636_006<32> +Effect<32>[8] +State<32>[16] + +LAYOUT 8B99157F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Mechanic<32>[2] +Field_7_2_0_23445_001 +Field_7_2_0_23445_002 +Field_7_2_0_23445_003 +Field_7_2_0_23445_004 +Flags +Field_7_2_0_23445_006 +Effect[8] +State[16] + +LAYOUT 73483860 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Mechanic<32>[2] +Field_7_2_0_23478_001 +Field_7_2_0_23478_002 +Field_7_2_0_23478_003 +Field_7_2_0_23478_004 +Flags +Field_7_2_0_23478_006 +Effect[8] +State[16] + LAYOUT 1987DDC3 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Mechanic<32>[2] School @@ -86,8 +142,8 @@ State[16] LAYOUT 2D20050B, EA16314F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Mechanic<32>[2] School @@ -118,7 +174,7 @@ BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.381 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -171,7 +227,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureLabel.dbd b/definitions/CreatureLabel.dbd index 0e212dabed2..bcb360835f1 100644 --- a/definitions/CreatureLabel.dbd +++ b/definitions/CreatureLabel.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureModelData.dbd b/definitions/CreatureModelData.dbd index da26a6ef013..5dbcb933c53 100644 --- a/definitions/CreatureModelData.dbd +++ b/definitions/CreatureModelData.dbd @@ -519,12 +519,110 @@ TamedPetBaseScale CreatureGeosetDataID<32> HoverHeight +LAYOUT E9433C0E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ModelScale +FootprintTextureLength +FootprintTextureWidth +FootprintParticleScale +CollisionWidth +CollisionHeight +MountHeight +GeoBox[6] +WorldEffectScale +AttachedEffectScale +MissileCollisionRadius +MissileCollisionPush +MissileCollisionRaise +OverrideLootEffectScale +OverrideNameScale +OverrideSelectionRadius +TamedPetBaseScale +HoverHeight +Flags<32> +FileDataID<32> +SizeClass<32> +BloodID<32> +FootprintTextureID<32> +FoleyMaterialID<32> +FootstepCameraEffectID<32> +DeathThudCameraEffectID<32> +SoundID<32> +CreatureGeosetDataID<32> + +LAYOUT 7034B72A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ModelScale +FootprintTextureLength +FootprintTextureWidth +FootprintParticleScale +CollisionWidth +CollisionHeight +MountHeight +GeoBox[6] +WorldEffectScale +AttachedEffectScale +MissileCollisionRadius +MissileCollisionPush +MissileCollisionRaise +OverrideLootEffectScale +OverrideNameScale +OverrideSelectionRadius +TamedPetBaseScale +HoverHeight +Flags +FileDataID +SizeClass +BloodID +FootprintTextureID +FoleyMaterialID +FootstepCameraEffectID +DeathThudCameraEffectID +SoundID +CreatureGeosetDataID + +LAYOUT 3F37C132 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ModelScale +FootprintTextureLength +FootprintTextureWidth +FootprintParticleScale +CollisionWidth +CollisionHeight +MountHeight +GeoBox[6] +WorldEffectScale +AttachedEffectScale +MissileCollisionRadius +MissileCollisionPush +MissileCollisionRaise +OverrideLootEffectScale +OverrideNameScale +OverrideSelectionRadius +TamedPetBaseScale +HoverHeight +Flags +FileDataID +SizeClass +BloodID +FootprintTextureID +FoleyMaterialID +FootstepCameraEffectID +DeathThudCameraEffectID +SoundID +CreatureGeosetDataID + LAYOUT 983BD312 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ModelScale FootprintTextureLength @@ -600,7 +698,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -682,7 +780,7 @@ MountScaleSelf MountScaleOther[2] LAYOUT EDDF3253 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureMovementInfo.dbd b/definitions/CreatureMovementInfo.dbd index 7040b4f94e7..5028494a7c1 100644 --- a/definitions/CreatureMovementInfo.dbd +++ b/definitions/CreatureMovementInfo.dbd @@ -11,6 +11,23 @@ BUILD 3.1.0.9767-3.3.5.12340 $id$ID<32> SmoothFacingChaseRate +LAYOUT 5510F319 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SmoothFacingChaseRate + +LAYOUT 9A87866F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SmoothFacingChaseRate + +LAYOUT 8263690C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SmoothFacingChaseRate + LAYOUT 39F710E3, 31BE6397, 25EE86F6 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -27,9 +44,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -39,12 +56,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SmoothFacingChaseRate @@ -55,7 +72,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureSoundData.dbd b/definitions/CreatureSoundData.dbd index 204119a5ade..50f495792da 100644 --- a/definitions/CreatureSoundData.dbd +++ b/definitions/CreatureSoundData.dbd @@ -40,6 +40,15 @@ int TauntSoundID int WindupCriticalSoundID int WindupSoundID int Field_10_1_5_50006_036? +int Field_7_1_0_22636_002? // DBAnalyser: [SoundInjuryCrushingBlowID, 0,95%], [ChargeCriticalSoundID, 0,95%], [NPCSoundID, 0,95%] +int Field_7_1_0_22636_008? // DBAnalyser: [SoundInjuryCrushingBlowID, 0,95%], [ChargeCriticalSoundID, 0,95%], [NPCSoundID, 0,95%] +int Field_7_1_0_22636_033? // DBAnalyser: [SoundInjuryCrushingBlowID, 0,95%], [ChargeCriticalSoundID, 0,95%], [NPCSoundID, 0,95%] +int Field_7_2_0_23445_007? // DBAnalyser: [SoundInjuryCrushingBlowID, 0,95%], [ChargeCriticalSoundID, 0,95%], [NPCSoundID, 0,95%], [Field_7_1_0_22636_002, 0,95%], [Field_7_1_0_22636_033, 0,95%], [Field_7_1_0_22636_008, 0,95%] +int Field_7_2_0_23445_018? // DBAnalyser: [SoundInjuryCrushingBlowID, 0,95%], [ChargeCriticalSoundID, 0,95%], [NPCSoundID, 0,95%], [Field_7_1_0_22636_002, 0,95%], [Field_7_1_0_22636_033, 0,95%], [Field_7_1_0_22636_008, 0,95%] +int Field_7_2_0_23445_033? // DBAnalyser: [SoundInjuryCrushingBlowID, 0,95%], [ChargeCriticalSoundID, 0,95%], [NPCSoundID, 0,95%], [Field_7_1_0_22636_002, 0,95%], [Field_7_1_0_22636_033, 0,95%], [Field_7_1_0_22636_008, 0,95%] +int Field_7_2_0_23478_007? // DBAnalyser: [SoundInjuryCrushingBlowID, 0,95%], [ChargeCriticalSoundID, 0,95%], [NPCSoundID, 0,95%], [Field_7_2_0_23445_007, 0,95%], [Field_7_2_0_23445_033, 0,95%], [Field_7_2_0_23445_018, 0,95%] +int Field_7_2_0_23478_018? // DBAnalyser: [SoundInjuryCrushingBlowID, 0,95%], [ChargeCriticalSoundID, 0,95%], [NPCSoundID, 0,95%], [Field_7_2_0_23445_007, 0,95%], [Field_7_2_0_23445_033, 0,95%], [Field_7_2_0_23445_018, 0,95%] +int Field_7_2_0_23478_033? // DBAnalyser: [SoundInjuryCrushingBlowID, 0,95%], [ChargeCriticalSoundID, 0,95%], [NPCSoundID, 0,95%], [Field_7_2_0_23445_007, 0,95%], [Field_7_2_0_23445_033, 0,95%], [Field_7_2_0_23445_018, 0,95%] BUILD 2.0.0.5991 BUILD 0.5.3.3368 @@ -230,9 +239,134 @@ CreatureSoundDataIDPet<32> TransformSoundID<32> TransformAnimatedSoundID<32> +LAYOUT 902B75D5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FidgetDelaySecondsMin +FidgetDelaySecondsMax +Field_7_1_0_22636_002<8> +CreatureImpactType<8> +SoundExertionID<32> +SoundExertionCriticalID<32> +SoundInjuryID<32> +SoundInjuryCriticalID<32> +Field_7_1_0_22636_008<32> +SoundDeathID<32> +SoundStunID<32> +SoundStandID<32> +SoundFootstepID<32> +SoundAggroID<32> +SoundWingFlapID<32> +SoundWingGlideID<32> +SoundAlertID<32> +SoundFidget<32>[5] +CustomAttack<32>[4] +LoopSoundID<32> +SoundJumpStartID<32> +SoundJumpEndID<32> +SoundPetAttackID<32> +SoundPetOrderID<32> +SoundPetDismissID<32> +BirthSoundID<32> +SpellCastDirectedSoundID<32> +SubmergeSoundID<32> +SubmergedSoundID<32> +CreatureSoundDataIDPet<32> +WindupSoundID<32> +WindupCriticalSoundID<32> +ChargeSoundID<32> +Field_7_1_0_22636_033<32> +BattleShoutSoundID<32> +BattleShoutCriticalSoundID<32> +TauntSoundID<32> + +LAYOUT 374B6A55 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FidgetDelaySecondsMin +FidgetDelaySecondsMax +CreatureImpactType +SoundExertionID +SoundExertionCriticalID +SoundInjuryID +SoundInjuryCriticalID +Field_7_2_0_23445_007 +SoundDeathID +SoundStunID +SoundStandID +SoundFootstepID +SoundAggroID +SoundWingFlapID +SoundWingGlideID +SoundAlertID +SoundFidget[5] +CustomAttack[4] +Field_7_2_0_23445_018 +LoopSoundID +SoundJumpStartID +SoundJumpEndID +SoundPetAttackID +SoundPetOrderID +SoundPetDismissID +BirthSoundID +SpellCastDirectedSoundID +SubmergeSoundID +SubmergedSoundID +CreatureSoundDataIDPet +WindupSoundID +WindupCriticalSoundID +ChargeSoundID +Field_7_2_0_23445_033 +BattleShoutSoundID +BattleShoutCriticalSoundID +TauntSoundID + +LAYOUT BD1B302E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FidgetDelaySecondsMin +FidgetDelaySecondsMax +CreatureImpactType +SoundExertionID +SoundExertionCriticalID +SoundInjuryID +SoundInjuryCriticalID +Field_7_2_0_23478_007 +SoundDeathID +SoundStunID +SoundStandID +SoundFootstepID +SoundAggroID +SoundWingFlapID +SoundWingGlideID +SoundAlertID +SoundFidget[5] +CustomAttack[4] +Field_7_2_0_23478_018 +LoopSoundID +SoundJumpStartID +SoundJumpEndID +SoundPetAttackID +SoundPetOrderID +SoundPetDismissID +BirthSoundID +SpellCastDirectedSoundID +SubmergeSoundID +SubmergedSoundID +CreatureSoundDataIDPet +WindupSoundID +WindupCriticalSoundID +ChargeSoundID +Field_7_2_0_23478_033 +BattleShoutSoundID +BattleShoutCriticalSoundID +TauntSoundID + LAYOUT DC142D11 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> FidgetDelaySecondsMin FidgetDelaySecondsMax @@ -274,8 +408,8 @@ TauntSoundID LAYOUT 7C3C39B9 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FidgetDelaySecondsMin FidgetDelaySecondsMax @@ -370,7 +504,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -523,7 +657,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/CreatureSoundFidget.dbd b/definitions/CreatureSoundFidget.dbd index 7d56c712f8b..b82daba72ad 100644 --- a/definitions/CreatureSoundFidget.dbd +++ b/definitions/CreatureSoundFidget.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureSpellData.dbd b/definitions/CreatureSpellData.dbd index 08f42750dc1..d81405e63b4 100644 --- a/definitions/CreatureSpellData.dbd +++ b/definitions/CreatureSpellData.dbd @@ -13,7 +13,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/CreatureType.dbd b/definitions/CreatureType.dbd index 98be44934f4..8185ada3bb6 100644 --- a/definitions/CreatureType.dbd +++ b/definitions/CreatureType.dbd @@ -20,6 +20,26 @@ $id$ID<32> Name_lang Flags<32> +LAYOUT C284FF64 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Flags<8> + +LAYOUT D243B580 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Flags + +LAYOUT D2D5A474 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Flags + LAYOUT 7BA9D2F8, 218D575A, D40201AB BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -36,9 +56,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -48,12 +68,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Flags @@ -65,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureXContribution.dbd b/definitions/CreatureXContribution.dbd index 5ff06a1fdca..07fd656dac5 100644 --- a/definitions/CreatureXContribution.dbd +++ b/definitions/CreatureXContribution.dbd @@ -38,9 +38,22 @@ $id$ID<32> ContributionID<32> $noninline,relation$CreatureID<32> +LAYOUT 9D2275C4 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +CreatureID<32> +ContributionID<32> + +LAYOUT CE01E8F1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +CreatureID<32> +ContributionID<32> + LAYOUT FB1F88E8 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> CreatureID<32> ContributionID<32> @@ -57,15 +70,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> ContributionID<32> $noninline,relation$CreatureID<32> @@ -87,7 +100,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureXDisplayInfo.dbd b/definitions/CreatureXDisplayInfo.dbd index 727b79ce4f8..45cace23297 100644 --- a/definitions/CreatureXDisplayInfo.dbd +++ b/definitions/CreatureXDisplayInfo.dbd @@ -38,7 +38,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -75,7 +75,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CreatureXUiWidgetSet.dbd b/definitions/CreatureXUiWidgetSet.dbd index 2dab6fe1ca1..c3c42d9b36c 100644 --- a/definitions/CreatureXUiWidgetSet.dbd +++ b/definitions/CreatureXUiWidgetSet.dbd @@ -25,7 +25,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Criteria.dbd b/definitions/Criteria.dbd index ac2f0cde894..dfeb0189dc2 100644 --- a/definitions/Criteria.dbd +++ b/definitions/Criteria.dbd @@ -28,12 +28,59 @@ Flags<32> Eligibility_world_state_ID<32> Eligibility_world_state_value<32> +LAYOUT 82A6B9CD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Asset<32> +Start_asset<32> +Fail_asset<32> +Start_timer<16> +Modifier_tree_ID<16> +Eligibility_world_state_ID<16> +Type<8> +Start_event<8> +Fail_event<8> +Flags<8> +Eligibility_world_state_value<8> + +LAYOUT D031221B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Asset<32> +Start_asset<32> +Fail_asset<32> +Start_timer +Modifier_tree_ID +Eligibility_world_state_ID<16> +Type +Start_event +Fail_event +Flags +Eligibility_world_state_value<8> + +LAYOUT A31558B6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Asset<32> +Start_asset<32> +Fail_asset<32> +Start_timer +Modifier_tree_ID +Eligibility_world_state_ID<16> +Type +Start_event +Fail_event +Flags +Eligibility_world_state_value<8> + LAYOUT A87A5BB9 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Asset<32> Start_asset<32> @@ -87,7 +134,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -136,7 +183,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/CriteriaTree.dbd b/definitions/CriteriaTree.dbd index 70a6b85e990..66b5f82ce9a 100644 --- a/definitions/CriteriaTree.dbd +++ b/definitions/CriteriaTree.dbd @@ -44,8 +44,43 @@ Description_lang OrderIndex<32> Padding_6_0_1_18179_008<8>[4] +LAYOUT 896CF168 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +CriteriaID<32> +Amount<32> +Description_lang +Parent<16> +Flags<16> +Operator<8> +OrderIndex<32> + +LAYOUT 8F786A6E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Amount<32> +Description_lang +Parent +Flags<16> +Operator<8> +CriteriaID +OrderIndex<32> + +LAYOUT 92A517B7 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Amount<32> +Description_lang +Parent +Flags<16> +Operator<8> +CriteriaID +OrderIndex<32> + LAYOUT 5C2CFF84 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Amount<32> Description_lang @@ -69,8 +104,8 @@ OrderIndex<32> LAYOUT 0A1B99C2 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Description_lang Amount<32> @@ -107,7 +142,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -165,7 +200,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/CriteriaTreeXEffect.dbd b/definitions/CriteriaTreeXEffect.dbd index a8a0f2d2b88..4476415cf27 100644 --- a/definitions/CriteriaTreeXEffect.dbd +++ b/definitions/CriteriaTreeXEffect.dbd @@ -10,6 +10,26 @@ $id$ID<32> CriteriaTreeID<32> WorldEffectID<32> +LAYOUT 4EB7207E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +CriteriaTreeID<16> +WorldEffectID<16> + +LAYOUT BC88BBBE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +CriteriaTreeID +WorldEffectID<16> + +LAYOUT C6898472 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +CriteriaTreeID +WorldEffectID<16> + LAYOUT 929D9B0C, 2365A1D4, 80C700F5, 5DFE4399 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +46,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +58,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> WorldEffectID<16> $noninline,relation$CriteriaTreeID<32> @@ -55,7 +75,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CurrencyCategory.dbd b/definitions/CurrencyCategory.dbd index fab0fa6966d..4b450cae82a 100644 --- a/definitions/CurrencyCategory.dbd +++ b/definitions/CurrencyCategory.dbd @@ -24,8 +24,31 @@ $id$ID<32> Flags<32> Name_lang +LAYOUT D77A397C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Flags<8> +ExpansionID<8> + +LAYOUT 8963EFDA +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Flags +ExpansionID + +LAYOUT 58DDFDA9 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Flags +ExpansionID + LAYOUT 9433B396 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Name_lang Flags @@ -43,18 +66,18 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Flags @@ -82,7 +105,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CurrencyContainer.dbd b/definitions/CurrencyContainer.dbd index 527d430a03e..65731a6e9cb 100644 --- a/definitions/CurrencyContainer.dbd +++ b/definitions/CurrencyContainer.dbd @@ -60,7 +60,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -107,7 +107,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/CurrencyTypes.dbd b/definitions/CurrencyTypes.dbd index 75d27e12335..374b01392ff 100644 --- a/definitions/CurrencyTypes.dbd +++ b/definitions/CurrencyTypes.dbd @@ -226,9 +226,66 @@ Flags<32> Quality<32> Description_lang +LAYOUT 9404737C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +InventoryIcon[2] +MaxQty<32> +MaxEarnablePerWeek<32> +Flags<32> +Description_lang +CategoryID<8> +SpellCategory<8> +Quality<8> +SpellWeight<32> + +LAYOUT 8A22CD48 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +InventoryIcon[2] +MaxQty +MaxEarnablePerWeek +Flags +Description_lang +CategoryID +SpellCategory +Quality +SpellWeight + +LAYOUT 6F93491A +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +InventoryIcon[2] +MaxQty +MaxEarnablePerWeek +Flags +Description_lang +CategoryID +SpellCategory +Quality +SpellWeight + +LAYOUT 312E3E69 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +Name_lang +MaxQty +MaxEarnablePerWeek +Flags +Description_lang +CategoryID +SpellCategory +Quality +InventoryIconFileID<32> +SpellWeight + LAYOUT 3683A671 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Name_lang MaxQty @@ -243,8 +300,8 @@ SpellWeight LAYOUT 6CC25CBF, 261E0A50 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Description_lang @@ -276,7 +333,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -441,7 +498,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Curve.dbd b/definitions/Curve.dbd index 592017a7d7b..5cc7095fca2 100644 --- a/definitions/Curve.dbd +++ b/definitions/Curve.dbd @@ -10,6 +10,26 @@ $id$ID<32> Type<32> Flags<32> +LAYOUT B2E1D774 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Type<8> +Flags<8> + +LAYOUT 0E94D974 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Type +Flags + +LAYOUT CC46081E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Type +Flags + LAYOUT 17EA5154, 4E6F1184, FF5FBC8A BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +46,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +58,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Type Flags @@ -64,7 +84,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/CurvePoint.dbd b/definitions/CurvePoint.dbd index 38ad017d9a4..1633ae1c183 100644 --- a/definitions/CurvePoint.dbd +++ b/definitions/CurvePoint.dbd @@ -20,6 +20,29 @@ CurveID<32> OrderIndex<32> Pos[2] +LAYOUT 9A0F148D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Pos[2] +CurveID<16> +OrderIndex<8> + +LAYOUT 483454DF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Pos[2] +CurveID +OrderIndex + +LAYOUT 44A183DE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Pos[2] +CurveID +OrderIndex + LAYOUT F36752EB, FA003217, 2C43C039 BUILD 8.3.7.34872, 8.3.7.35114, 8.3.7.35249, 8.3.7.35284, 8.3.7.35435, 8.3.7.35662 BUILD 8.3.0.32044, 8.3.0.32151, 8.3.0.32203, 8.3.0.32218, 8.3.0.32272, 8.3.0.32414, 8.3.0.32489, 8.3.0.32593, 8.3.0.32712, 8.3.0.32805, 8.3.0.32846, 8.3.0.32861, 8.3.0.32976, 8.3.0.33010, 8.3.0.33051, 8.3.0.33062, 8.3.0.33073, 8.3.0.33084, 8.3.0.33095, 8.3.0.33115, 8.3.0.33169, 8.3.0.33183, 8.3.0.33237, 8.3.0.33369, 8.3.0.33528, 8.3.0.33724, 8.3.0.33775, 8.3.0.33941, 8.3.0.34220, 8.3.0.34601, 8.3.0.34769, 8.3.0.34963 @@ -28,9 +51,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -40,12 +63,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Pos[2] CurveID @@ -91,7 +114,7 @@ OrderIndex LAYOUT 32694505 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 3.4.2.49311, 3.4.2.49442, 3.4.2.49563, 3.4.2.49584, 3.4.2.49658, 3.4.2.49684, 3.4.2.49705, 3.4.2.49752, 3.4.2.49794, 3.4.2.49871, 3.4.2.49979, 3.4.2.50058, 3.4.2.50063, 3.4.2.50129, 3.4.2.50172, 3.4.2.50250, 3.4.2.50375, 3.4.2.50664 diff --git a/definitions/DeathThudLookups.dbd b/definitions/DeathThudLookups.dbd index 451b2b223d3..fdc6a53574a 100644 --- a/definitions/DeathThudLookups.dbd +++ b/definitions/DeathThudLookups.dbd @@ -21,6 +21,32 @@ TerrainTypeSoundID<32> SoundEntryID<32> SoundEntryIDWater<32> +LAYOUT 047DB23C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SizeClass<8> +TerrainTypeSoundID<8> +SoundEntryID<32> +SoundEntryIDWater<32> + +LAYOUT 8D22749C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SizeClass +TerrainTypeSoundID +SoundEntryID +SoundEntryIDWater + +LAYOUT 027CD35A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SizeClass +TerrainTypeSoundID +SoundEntryID +SoundEntryIDWater + LAYOUT D469085C, 3BF7542C, A8BEE9BE BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -37,9 +63,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -49,12 +75,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SizeClass TerrainTypeSoundID @@ -68,7 +94,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/DecalProperties.dbd b/definitions/DecalProperties.dbd index 1a7eda8d53b..c5b7de06ceb 100644 --- a/definitions/DecalProperties.dbd +++ b/definitions/DecalProperties.dbd @@ -25,6 +25,9 @@ float Field_10_0_0_45141_008? int Field_10_0_0_45232_020? float Field_10_0_0_45232_021? float Field_10_0_0_45232_024? +int Field_7_1_0_22636_010? // DBAnalyser: [GameFlags, 0,96%], [CasterDecalPropertiesID, 0,96%] +int Field_7_2_0_23578_015? // DBAnalyser: [GameFlags, 0,95%], [CasterDecalPropertiesID, 0,95%] +int Field_7_2_0_23578_016? // DBAnalyser: [GameFlags, 0,95%], [CasterDecalPropertiesID, 0,95%] LAYOUT DE20B910 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 @@ -79,9 +82,85 @@ GameFlags<32> CasterDecalPropertiesID<32> ArbitraryBoxHeight +LAYOUT 11C0EE5C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FileDataID<32> +InnerRadius +OuterRadius +Rim +Gain +ModX +Scale +FadeIn +FadeOut +Priority<8> +Field_7_1_0_22636_010<8> +TopTextureBlendSetID<32> +BotTextureBlendSetID<32> +Flags<32> + +LAYOUT C5F05CB8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileDataID<32> +InnerRadius +OuterRadius +Rim +Gain +ModX +Scale +FadeIn +FadeOut +Priority +Field_7_1_0_22636_010 +TopTextureBlendSetID<32> +BotTextureBlendSetID<32> +Flags<32> + +LAYOUT F2416A7E +BUILD 7.2.0.23478 +$noninline,id$ID<32> +FileDataID<32> +InnerRadius +OuterRadius +Rim +Gain +ModX +Scale +FadeIn +FadeOut +Priority +BlendMode +TopTextureBlendSetID<32> +BotTextureBlendSetID<32> +Flags<32> + +LAYOUT 59887EDD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +FileDataID<32> +InnerRadius +OuterRadius +Rim +Gain // DBAnalyser: +ModX +Scale +FadeIn +FadeOut +Priority +BlendMode +TopTextureBlendSetID<32> +BotTextureBlendSetID<32> +Flags<32> +Field_7_2_0_23578_015<32> +Field_7_2_0_23578_016<32> + LAYOUT 963A1286 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> FileDataID<32> InnerRadius @@ -102,8 +181,8 @@ CasterDecalPropertiesID<32> LAYOUT DD48C72A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> FileDataID<32> InnerRadius @@ -180,7 +259,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -321,7 +400,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/DeclinedWord.dbd b/definitions/DeclinedWord.dbd index 373d513b708..c52eaafa110 100644 --- a/definitions/DeclinedWord.dbd +++ b/definitions/DeclinedWord.dbd @@ -11,6 +11,23 @@ BUILD 2.4.0.8089-2.4.3.8606 $id$ID<32> Word +LAYOUT 0ADEF922 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Word +$id$ID<32> + +LAYOUT EC8CF686 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Word +$id$ID<32> + +LAYOUT AC6534F6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Word +$id$ID<32> + LAYOUT 3FF5EC3E, 10D7C6A6, 34A8CBDE BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -23,17 +40,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 Word $id$ID<32> @@ -59,7 +76,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/DeclinedWordCases.dbd b/definitions/DeclinedWordCases.dbd index 4646f177a2d..5495ff8383d 100644 --- a/definitions/DeclinedWordCases.dbd +++ b/definitions/DeclinedWordCases.dbd @@ -16,6 +16,29 @@ DeclinedWordID<32> CaseIndex<32> DeclinedWord +LAYOUT 69C1484B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +DeclinedWord +CaseIndex<8> +DeclinedWordID<32> + +LAYOUT ED62A5BD +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +DeclinedWord +CaseIndex<8> +DeclinedWordID<32> + +LAYOUT D119CEC6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +DeclinedWord +CaseIndex<8> +DeclinedWordID<32> + LAYOUT 821A20A9, 3E19B9C5, FD4E7262 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -28,17 +51,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DeclinedWord CaseIndex<8> @@ -68,7 +91,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/DestructibleModelData.dbd b/definitions/DestructibleModelData.dbd index 21dc15ac431..ef0257b4cd4 100644 --- a/definitions/DestructibleModelData.dbd +++ b/definitions/DestructibleModelData.dbd @@ -23,6 +23,18 @@ int RepairGroundFx int DoNotHighlight int HealEffect int HealEffectSpeed +int Field_7_1_0_22636_006? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%] +int Field_7_1_0_22636_011? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%] +int Field_7_1_0_22636_015? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%] +int Field_7_1_0_22636_018? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%] +int Field_7_2_0_23445_006? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%], [Field_7_1_0_22636_006, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_015, 0,95%], [Field_7_1_0_22636_018, 0,95%] +int Field_7_2_0_23445_011? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%], [Field_7_1_0_22636_006, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_015, 0,95%], [Field_7_1_0_22636_018, 0,95%] +int Field_7_2_0_23445_015? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%], [Field_7_1_0_22636_006, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_015, 0,95%], [Field_7_1_0_22636_018, 0,95%] +int Field_7_2_0_23445_018? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%], [Field_7_1_0_22636_006, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_015, 0,95%], [Field_7_1_0_22636_018, 0,95%] +int Field_7_2_0_23478_006? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%], [Field_7_2_0_23445_006, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_015, 0,95%], [Field_7_2_0_23445_018, 0,95%] +int Field_7_2_0_23478_011? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%], [Field_7_2_0_23445_006, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_015, 0,95%], [Field_7_2_0_23445_018, 0,95%] +int Field_7_2_0_23478_015? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%], [Field_7_2_0_23445_006, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_015, 0,95%], [Field_7_2_0_23445_018, 0,95%] +int Field_7_2_0_23478_018? // DBAnalyser: [State0AmbientDoodadSet, 0,95%], [State1NameSet, 0,95%], [State2NameSet, 0,95%], [State3NameSet, 0,95%], [Field_7_2_0_23445_006, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_015, 0,95%], [Field_7_2_0_23445_018, 0,95%] LAYOUT 29E344D1 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -212,12 +224,92 @@ DoNotHighlight<32> HealEffect<32> HealEffectSpeed<32> +LAYOUT 51E17C9F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +State0WMO<16> +State1WMO<16> +State2WMO<16> +State3WMO<16> +HealEffectSpeed<16> +State0ImpactEffectDoodadSet<8> +Field_7_1_0_22636_006<8> +State0NameSet<8> +State1DestructionDoodadSet<8> +State1ImpactEffectDoodadSet<8> +State1AmbientDoodadSet<8> +Field_7_1_0_22636_011<8> +State2DestructionDoodadSet<8> +State2ImpactEffectDoodadSet<8> +State2AmbientDoodadSet<8> +Field_7_1_0_22636_015<8> +State3InitDoodadSet<8> +State3AmbientDoodadSet<8> +Field_7_1_0_22636_018<8> +EjectDirection<8> +DoNotHighlight<8> +HealEffect<8> + +LAYOUT 851A6F5F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +State0WMO +State1WMO +State2WMO +State3WMO +HealEffectSpeed +State0ImpactEffectDoodadSet<8> +Field_7_2_0_23445_006 +State0NameSet<8> +State1DestructionDoodadSet<8> +State1ImpactEffectDoodadSet<8> +State1AmbientDoodadSet +Field_7_2_0_23445_011<8> +State2DestructionDoodadSet<8> +State2ImpactEffectDoodadSet<8> +State2AmbientDoodadSet +Field_7_2_0_23445_015<8> +State3InitDoodadSet +State3AmbientDoodadSet +Field_7_2_0_23445_018<8> +EjectDirection +DoNotHighlight +HealEffect + +LAYOUT F08A92F1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +State0WMO +State1WMO +State2WMO +State3WMO +HealEffectSpeed +State0ImpactEffectDoodadSet<8> +Field_7_2_0_23478_006 +State0NameSet<8> +State1DestructionDoodadSet<8> +State1ImpactEffectDoodadSet<8> +State1AmbientDoodadSet +Field_7_2_0_23478_011<8> +State2DestructionDoodadSet<8> +State2ImpactEffectDoodadSet<8> +State2AmbientDoodadSet +Field_7_2_0_23478_015<8> +State3InitDoodadSet +State3AmbientDoodadSet +Field_7_2_0_23478_018<8> +EjectDirection +DoNotHighlight +HealEffect + LAYOUT 1092C9AF BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> State0WMO State1WMO @@ -279,7 +371,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -347,7 +439,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/DeviceBlacklist.dbd b/definitions/DeviceBlacklist.dbd index eb4d22633a8..ecf81b66916 100644 --- a/definitions/DeviceBlacklist.dbd +++ b/definitions/DeviceBlacklist.dbd @@ -10,6 +10,26 @@ $id$ID<32> VendorID<32> DeviceID<32> +LAYOUT 8D8F5139 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +VendorID<16> +DeviceID<16> + +LAYOUT 4FB38095 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +VendorID +DeviceID + +LAYOUT A68DD8FD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +VendorID +DeviceID + LAYOUT D956413D, 2A350905, ABA94CC1 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +46,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +58,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> VendorID DeviceID @@ -55,7 +75,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/DeviceDefaultSettings.dbd b/definitions/DeviceDefaultSettings.dbd index 57a11bf6de2..983e33b1859 100644 --- a/definitions/DeviceDefaultSettings.dbd +++ b/definitions/DeviceDefaultSettings.dbd @@ -10,12 +10,35 @@ VendorID<32> DeviceID<32> DefaultSetting<32> +LAYOUT 1D359D4E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +VendorID<16> +DeviceID<16> +DefaultSetting<8> + +LAYOUT FD16C5A0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +VendorID +DeviceID +DefaultSetting + +LAYOUT FFAED9AF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +VendorID +DeviceID +DefaultSetting + LAYOUT 90CFEC8C, 8B491918 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> VendorID DeviceID @@ -35,7 +58,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/Difficulty.dbd b/definitions/Difficulty.dbd index 0fc36df7fa0..ffc005d1d16 100644 --- a/definitions/Difficulty.dbd +++ b/definitions/Difficulty.dbd @@ -15,6 +15,16 @@ int ItemContext int OrderIndex int Field_1_15_4_56400_013? int Field_11_0_5_56487_013? +string Field_7_1_0_22636_000? +int Field_7_1_0_22636_008? // DBAnalyser: [GroupSizeHealthCurveID, 0,95%], [GroupSizeDmgCurveID, 0,95%], [GroupSizeSpellPointsCurveID, 0,95%] +int Field_7_1_0_22636_009? // DBAnalyser: [GroupSizeHealthCurveID, 0,95%], [GroupSizeDmgCurveID, 0,95%], [GroupSizeSpellPointsCurveID, 0,95%] +int Field_7_1_0_22636_010? // DBAnalyser: [GroupSizeHealthCurveID, 0,95%], [GroupSizeDmgCurveID, 0,95%], [GroupSizeSpellPointsCurveID, 0,95%] +int Field_7_2_0_23445_001? // DBAnalyser: [GroupSizeHealthCurveID, 0,95%], [GroupSizeDmgCurveID, 0,95%], [GroupSizeSpellPointsCurveID, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_009, 0,95%], [Field_7_1_0_22636_010, 0,95%] +int Field_7_2_0_23445_002? // DBAnalyser: [GroupSizeHealthCurveID, 0,95%], [GroupSizeDmgCurveID, 0,95%], [GroupSizeSpellPointsCurveID, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_009, 0,95%], [Field_7_1_0_22636_010, 0,95%] +int Field_7_2_0_23445_003? // DBAnalyser: [GroupSizeHealthCurveID, 0,95%], [GroupSizeDmgCurveID, 0,95%], [GroupSizeSpellPointsCurveID, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_009, 0,95%], [Field_7_1_0_22636_010, 0,95%] +int Field_7_2_0_23478_001? // DBAnalyser: [GroupSizeHealthCurveID, 0,95%], [GroupSizeDmgCurveID, 0,95%], [GroupSizeSpellPointsCurveID, 0,95%], [Field_7_2_0_23445_001, 0,95%], [Field_7_2_0_23445_002, 0,95%], [Field_7_2_0_23445_003, 0,95%] +int Field_7_2_0_23478_002? // DBAnalyser: [GroupSizeHealthCurveID, 0,95%], [GroupSizeDmgCurveID, 0,95%], [GroupSizeSpellPointsCurveID, 0,95%], [Field_7_2_0_23445_001, 0,95%], [Field_7_2_0_23445_002, 0,95%], [Field_7_2_0_23445_003, 0,95%] +int Field_7_2_0_23478_003? // DBAnalyser: [GroupSizeHealthCurveID, 0,95%], [GroupSizeDmgCurveID, 0,95%], [GroupSizeSpellPointsCurveID, 0,95%], [Field_7_2_0_23445_001, 0,95%], [Field_7_2_0_23445_002, 0,95%], [Field_7_2_0_23445_003, 0,95%] LAYOUT A7D2908E BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15.3.55563, 1.15.3.55646, 1.15.3.55917, 1.15.3.56488, 1.15.3.56626 @@ -137,12 +147,65 @@ GroupSizeDmgCurveID<32> GroupSizeSpellPointsCurveID<32> Name_lang +LAYOUT A4863806 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Field_7_1_0_22636_000 +FallbackDifficultyID<8> +InstanceType<8> +MinPlayers<8> +MaxPlayers<8> +OldEnumValue<8> +Flags<8> +ToggleDifficultyID<8> +Field_7_1_0_22636_008<8> +Field_7_1_0_22636_009<8> +Field_7_1_0_22636_010<8> +ItemContext<8> +OrderIndex<8> + +LAYOUT 7AD4B724 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Field_7_2_0_23445_001 +Field_7_2_0_23445_002 +Field_7_2_0_23445_003 +FallbackDifficultyID +InstanceType +MinPlayers +MaxPlayers +OldEnumValue<8> +Flags +ToggleDifficultyID +ItemContext +OrderIndex + +LAYOUT 198427A9 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Field_7_2_0_23478_001 +Field_7_2_0_23478_002 +Field_7_2_0_23478_003 +FallbackDifficultyID +InstanceType +MinPlayers +MaxPlayers +OldEnumValue<8> +Flags +ToggleDifficultyID +ItemContext +OrderIndex + LAYOUT 92302BB8 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang GroupSizeHealthCurveID @@ -179,7 +242,7 @@ LAYOUT 29FC158C BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -256,7 +319,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/DisplaySeason.dbd b/definitions/DisplaySeason.dbd index a5d24328bfa..cc84eb73c35 100644 --- a/definitions/DisplaySeason.dbd +++ b/definitions/DisplaySeason.dbd @@ -61,7 +61,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/DissolveEffect.dbd b/definitions/DissolveEffect.dbd index 2ac6eb3572a..5faba673e6c 100644 --- a/definitions/DissolveEffect.dbd +++ b/definitions/DissolveEffect.dbd @@ -22,12 +22,59 @@ float Field_9_1_5_40496_018? int Field_10_0_0_44649_019? int Field_10_0_0_44649_020? +LAYOUT F2FF2CDE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Ramp +StartValue +EndValue +FadeInTime +FadeOutTime +Duration +Scale +AttachID<8> +ProjectionType<8> +TextureBlendSetID<32> +Flags<32> + +LAYOUT 72D3CFD4 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Ramp +StartValue +EndValue +FadeInTime +FadeOutTime +Duration +Scale +AttachID<8> +ProjectionType<8> +TextureBlendSetID<32> +Flags<32> + +LAYOUT 9E215A41 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Ramp +StartValue +EndValue +FadeInTime +FadeOutTime +Duration +Scale +AttachID<8> +ProjectionType<8> +TextureBlendSetID<32> +Flags<32> + LAYOUT 566413E7, C561A747 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Ramp StartValue @@ -62,7 +109,7 @@ BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.381 BUILD 1.14.1.40487 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -146,7 +193,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/DriverBlacklist.dbd b/definitions/DriverBlacklist.dbd index b2351480860..26a18eecc7e 100644 --- a/definitions/DriverBlacklist.dbd +++ b/definitions/DriverBlacklist.dbd @@ -20,12 +20,47 @@ OsVersion<32> OsBits<32> Flags<32> +LAYOUT 5B13B6CF +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +DriverVersionHi<32> +DriverVersionLow<32> +VendorID<16> +DeviceID<8> +OsVersion<8> +OsBits<8> +Flags<8> + +LAYOUT D48966D9 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +DriverVersionHi +DriverVersionLow +VendorID +DeviceID +OsVersion +OsBits +Flags + +LAYOUT BED272B2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +DriverVersionHi +DriverVersionLow +VendorID +DeviceID +OsVersion +OsBits +Flags + LAYOUT 1466ACAD, E0880371 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DriverVersionHi DriverVersionLow @@ -60,7 +95,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -81,7 +116,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/DungeonEncounter.dbd b/definitions/DungeonEncounter.dbd index 5d55f76d266..e96248b1b6b 100644 --- a/definitions/DungeonEncounter.dbd +++ b/definitions/DungeonEncounter.dbd @@ -135,12 +135,84 @@ CreatureDisplayID<32> SpellIconID<32> Flags<32> +LAYOUT 438BA3A3 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731 +$noninline,id$ID<32> +Name_lang +CreatureDisplayID<32> +MapID<16> +SpellIconFileID<16> +DifficultyID<8> +Bit<8> +Flags<8> +OrderIndex<32> + +LAYOUT 8E0853BB +BUILD 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$id$ID<32> +Name_lang +CreatureDisplayID<32> +MapID<16> +SpellIconFileID<16> +DifficultyID<8> +Bit<8> +Flags<8> +OrderIndex<32> + +LAYOUT 164CF266 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +$id$ID<32> +Name_lang +CreatureDisplayID<32> +MapID<16> +SpellIconFileID<16> +DifficultyID<8> +Bit<8> +Flags<8> +OrderIndex<32> + +LAYOUT 34E3310A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +CreatureDisplayID<32> +MapID<16> +DifficultyID<8> +Bit<8> +Flags +$id$ID<32> +OrderIndex<32> +SpellIconFileID<32> + +LAYOUT 12E68741 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +CreatureDisplayID<32> +MapID<16> +DifficultyID<8> +Bit<8> +Flags +$id$ID<32> +OrderIndex<32> +SpellIconFileID<32> + +LAYOUT 710B4A11 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +Name_lang +CreatureDisplayID<32> +MapID<16> +DifficultyID<8> +Bit<8> +Flags +$id$ID<32> +OrderIndex<32> +SpellIconFileID<32> + LAYOUT B04A2596, 78241872 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang CreatureDisplayID<32> $relation$MapID<16> @@ -155,7 +227,7 @@ LAYOUT 6E5C2332 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -271,7 +343,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/DungeonMap.dbd b/definitions/DungeonMap.dbd index 01ea0f2a8a8..3b3fb3ab526 100644 --- a/definitions/DungeonMap.dbd +++ b/definitions/DungeonMap.dbd @@ -42,12 +42,47 @@ Max[2] ParentWorldMapID<32> Flags<32> +LAYOUT 778A28E4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Min[2] +Max[2] +MapID<16> +ParentWorldMapID<16> +FloorIndex<8> +RelativeHeightIndex<8> +Flags<8> +$id$ID<32> + +LAYOUT C3A7F7EC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Min[2] +Max[2] +MapID<16> +ParentWorldMapID<16> +FloorIndex<8> +RelativeHeightIndex<8> +Flags<8> +$id$ID<32> + +LAYOUT A0B38918 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Min[2] +Max[2] +MapID<16> +ParentWorldMapID<16> +FloorIndex<8> +RelativeHeightIndex<8> +Flags<8> +$id$ID<32> + LAYOUT B5A245F4, 65C8690C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26321 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Min[2] Max[2] $relation$MapID<16> diff --git a/definitions/DungeonMapChunk.dbd b/definitions/DungeonMapChunk.dbd index 25eeacbd5aa..ca36fec4a49 100644 --- a/definitions/DungeonMapChunk.dbd +++ b/definitions/DungeonMapChunk.dbd @@ -11,7 +11,7 @@ int Field_1_13_0_28211_003? int Field_1_13_0_28211_004? LAYOUT F1BD499A -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Field_1_13_0_28211_000<32> MinZ @@ -37,11 +37,40 @@ DungeonMapID<32> MinZ DoodadPlacementID<32> +LAYOUT 3D797109 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MinZ +DoodadPlacementID<32> +MapID<16> +WMOGroupID<16> +DungeonMapID<16> + +LAYOUT F13A07EB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MinZ +DoodadPlacementID +MapID +WMOGroupID +DungeonMapID + +LAYOUT A2D6F6E2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MinZ +DoodadPlacementID +MapID +WMOGroupID +DungeonMapID + LAYOUT 7927A3A7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> MinZ DoodadPlacementID diff --git a/definitions/DurabilityCosts.dbd b/definitions/DurabilityCosts.dbd index f3384c3f9be..ac1a0b34172 100644 --- a/definitions/DurabilityCosts.dbd +++ b/definitions/DurabilityCosts.dbd @@ -15,6 +15,26 @@ $id$ID<32> WeaponSubClassCost<32>[21] ArmorSubClassCost<32>[8] +LAYOUT C0CAAB42 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +WeaponSubClassCost<16>[21] +ArmorSubClassCost<16>[8] + +LAYOUT 22BE7182 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +WeaponSubClassCost[21] +ArmorSubClassCost[8] + +LAYOUT 0B2FD6C0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +WeaponSubClassCost[21] +ArmorSubClassCost[8] + LAYOUT 8447966A, BB493F52, C447B1B1 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -31,9 +51,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -43,12 +63,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> WeaponSubClassCost[21] ArmorSubClassCost[8] @@ -60,7 +80,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/DurabilityQuality.dbd b/definitions/DurabilityQuality.dbd index 9fafc638233..a1fe5ed3ba7 100644 --- a/definitions/DurabilityQuality.dbd +++ b/definitions/DurabilityQuality.dbd @@ -14,6 +14,23 @@ BUILD 1.0.0.3980-1.12.3.6141 $id$ID<32> Data +LAYOUT C7583507 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Data + +LAYOUT 0ED403B1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Data + +LAYOUT 6C3562D2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Data + LAYOUT 6F64793D, CFF4EEC9, A0671348 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -30,9 +47,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -42,12 +59,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Data @@ -58,7 +75,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/EdgeGlowEffect.dbd b/definitions/EdgeGlowEffect.dbd index 0bffaa78623..18f2f958a27 100644 --- a/definitions/EdgeGlowEffect.dbd +++ b/definitions/EdgeGlowEffect.dbd @@ -14,12 +14,58 @@ float GlowRed float InitialDelay int Priority +LAYOUT 5F18B5D8 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Duration +FadeIn +FadeOut +FresnelCoefficient +GlowRed +GlowGreen +GlowBlue +GlowAlpha +GlowMultiplier +Flags<8> + +LAYOUT 63BC96A1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Duration +FadeIn +FadeOut +FresnelCoefficient +GlowRed +GlowGreen +GlowBlue +GlowAlpha +GlowMultiplier +InitialDelay +Flags<8> + +LAYOUT C51928D0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Duration +FadeIn +FadeOut +FresnelCoefficient +GlowRed +GlowGreen +GlowBlue +GlowAlpha +GlowMultiplier +InitialDelay +Flags<8> + LAYOUT 083BF2C4, 9A63D908 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Duration FadeIn @@ -60,7 +106,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -87,7 +133,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Emotes.dbd b/definitions/Emotes.dbd index 359e2697ba0..33ff09e9acb 100644 --- a/definitions/Emotes.dbd +++ b/definitions/Emotes.dbd @@ -10,6 +10,12 @@ int SpellVisualKitID int ClassMask int RaceMask int EmoteAnimID +int Field_7_1_0_22636_007? // DBAnalyser: [ClassMask, 1%] +int Field_7_1_0_22636_008? // DBAnalyser: [ClassMask, 1%] +int Field_7_2_0_23445_007? // DBAnalyser: [ClassMask, 1%], [Field_7_1_0_22636_007, 1%], [Field_7_1_0_22636_008, 1%] +int Field_7_2_0_23445_008? // DBAnalyser: [ClassMask, 1%], [Field_7_1_0_22636_007, 1%], [Field_7_1_0_22636_008, 1%] +int Field_7_2_0_23478_007? // DBAnalyser: [ClassMask, 1%], [Field_7_2_0_23445_007, 1%], [Field_7_2_0_23445_008, 1%] +int Field_7_2_5_24026_008? // DBAnalyser: [ClassMask, 1%], [Field_7_2_0_23478_007, 1%] BUILD 0.5.3.3368 BUILD 0.5.3.3368-0.9.1.3810 @@ -67,9 +73,63 @@ EmoteSpecProcParam<32> EventSoundID<32> SpellVisualKitID<32> +LAYOUT B540EE47 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +EmoteSlashCommand +EmoteFlags<32> +SpellVisualKitID<32> +AnimID<16> +EmoteSpecProc<8> +EmoteSpecProcParam<32> +EventSoundID<32> +Field_7_1_0_22636_007<32> +Field_7_1_0_22636_008<32> + +LAYOUT 76E0ED89 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +EmoteSlashCommand +EmoteFlags +SpellVisualKitID +AnimID<16> +EmoteSpecProc +EmoteSpecProcParam +EventSoundID +Field_7_2_0_23445_007<32> +Field_7_2_0_23445_008<32> + +LAYOUT B331D120 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +EmoteSlashCommand +EmoteFlags +SpellVisualKitID +AnimID<16> +EmoteSpecProc +EmoteSpecProcParam +EventSoundID +Field_7_2_0_23478_007<32> +RaceMask<32> + +LAYOUT CE25ADEC +BUILD 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +EmoteSlashCommand +EmoteFlags +SpellVisualKitID +RaceMask<32> +AnimID<16> +EmoteSpecProc +EmoteSpecProcParam +EventSoundID +Field_7_2_5_24026_008<32> + LAYOUT C33F08F9 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> EmoteSlashCommand EmoteFlags @@ -83,8 +143,8 @@ ClassMask<32> LAYOUT 14467F27 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> RaceMask<64> EmoteSlashCommand @@ -123,7 +183,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -168,7 +228,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/EmotesText.dbd b/definitions/EmotesText.dbd index a5cc43e5c21..e94c8fc7110 100644 --- a/definitions/EmotesText.dbd +++ b/definitions/EmotesText.dbd @@ -19,6 +19,26 @@ Name EmoteID<32> EmoteText<32>[16] +LAYOUT B9A8E504 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +EmoteID<16> + +LAYOUT 89E60210 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +EmoteID + +LAYOUT FD161EDC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +EmoteID + LAYOUT E85AFA10, E255C6B0, 6C600BD2 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -31,17 +51,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name EmoteID @@ -69,7 +89,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/EmotesTextData.dbd b/definitions/EmotesTextData.dbd index 24e164637c4..5b912cda5dc 100644 --- a/definitions/EmotesTextData.dbd +++ b/definitions/EmotesTextData.dbd @@ -16,9 +16,32 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> Text_lang +LAYOUT D3577B09 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Text_lang +EmotesTextID<16> +RelationshipFlags<8> + +LAYOUT DA5CA697 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Text_lang +EmotesTextID +RelationshipFlags + +LAYOUT 2D5D6EAE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Text_lang +EmotesTextID +RelationshipFlags + LAYOUT 2682E49B BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Text_lang EmotesTextID @@ -36,15 +59,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Text_lang RelationshipFlags @@ -74,7 +97,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/EmotesTextSound.dbd b/definitions/EmotesTextSound.dbd index 0aa952bf0f4..995a9b4f0d9 100644 --- a/definitions/EmotesTextSound.dbd +++ b/definitions/EmotesTextSound.dbd @@ -20,9 +20,38 @@ RaceID<32> SexID<32> SoundID<32> +LAYOUT 3F7731F0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +EmotesTextID<16> +RaceID<8> +SexID<8> +ClassID<8> +SoundID<32> + +LAYOUT 0D5BC272 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +EmotesTextID +RaceID +SexID +ClassID +SoundID + +LAYOUT 6C500E43 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +EmotesTextID +RaceID +SexID +ClassID +SoundID + LAYOUT C036C616 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> EmotesTextID RaceID @@ -32,8 +61,8 @@ SoundID LAYOUT 6DFAF9BC BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> RaceID SexID @@ -55,7 +84,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -93,7 +122,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/EnvironmentalDamage.dbd b/definitions/EnvironmentalDamage.dbd index 89a244485c8..716492c4633 100644 --- a/definitions/EnvironmentalDamage.dbd +++ b/definitions/EnvironmentalDamage.dbd @@ -16,18 +16,38 @@ $id$ID<32> EnumID<32> VisualkitID<32> +LAYOUT D6505814 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +VisualkitID<16> +EnumID<8> + +LAYOUT CB17416C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +VisualkitID +EnumID + +LAYOUT 51DD4764 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +VisualkitID +EnumID + LAYOUT 45848AB4 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> VisualkitID EnumID LAYOUT C4552C14, BFAFF92C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> VisualkitID EnumID @@ -41,7 +61,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -78,7 +98,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Exhaustion.dbd b/definitions/Exhaustion.dbd index ea6f49e89b8..d0c1b50164d 100644 --- a/definitions/Exhaustion.dbd +++ b/definitions/Exhaustion.dbd @@ -91,9 +91,44 @@ Name_lang Threshold CombatLogText +LAYOUT 5868E9E5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Xp<32> +Factor +OutdoorHours +InnHours +Name_lang +Threshold +CombatLogText +$id$ID<32> + +LAYOUT 655FE545 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Xp<32> +Factor +OutdoorHours +InnHours +Name_lang +Threshold +CombatLogText +$id$ID<32> + +LAYOUT 8AD076B3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Xp<32> +Factor +OutdoorHours +InnHours +Name_lang +Threshold +CombatLogText +$id$ID<32> + LAYOUT 6A883A15 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 Xp<32> Factor OutdoorHours @@ -105,8 +140,8 @@ $id$ID<32> LAYOUT E6E16045, 4B95C455 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang CombatLogText Xp<32> @@ -130,7 +165,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -176,7 +211,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ExpectedStat.dbd b/definitions/ExpectedStat.dbd index 0b48adecaf4..d9781ec38c8 100644 --- a/definitions/ExpectedStat.dbd +++ b/definitions/ExpectedStat.dbd @@ -40,7 +40,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -90,7 +90,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ExpectedStatMod.dbd b/definitions/ExpectedStatMod.dbd index ee35cadf776..038bc2b9876 100644 --- a/definitions/ExpectedStatMod.dbd +++ b/definitions/ExpectedStatMod.dbd @@ -35,7 +35,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -58,7 +58,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ExtraAbilityInfo.dbd b/definitions/ExtraAbilityInfo.dbd index a823bb54d4f..cf02d7ad3cb 100644 --- a/definitions/ExtraAbilityInfo.dbd +++ b/definitions/ExtraAbilityInfo.dbd @@ -41,7 +41,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Faction.dbd b/definitions/Faction.dbd index 63204792ed7..c3222b7515e 100644 --- a/definitions/Faction.dbd +++ b/definitions/Faction.dbd @@ -225,8 +225,66 @@ Expansion<32> Flags<32> FriendshipRepID<32> +LAYOUT 3C7163E7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ReputationRaceMask<32>[4] +ReputationBase<32>[4] +ParentFactionMod[2] +Name_lang +Description_lang +ReputationMax<32>[4] +ReputationIndex<16> +ReputationClassMask<16>[4] +ReputationFlags<16>[4] +ParentFactionID<16> +ParentFactionCap<8>[2] +Expansion<8> +FriendshipRepID<8> +ParagonFactionID<8> + +LAYOUT 01051CF6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +ReputationRaceMask[4] +ReputationBase<32>[4] +ParentFactionMod[2] +Name_lang +Description_lang +ReputationMax<32>[4] +ParagonFactionID +ReputationIndex<16> +ReputationClassMask[4] +ReputationFlags[4] +ParentFactionID +ParentFactionCap[2] +Expansion +FriendshipRepID +Flags + +LAYOUT DAD6D4BA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +ReputationRaceMask[4] +ReputationBase<32>[4] +ParentFactionMod[2] +Name_lang +Description_lang +ReputationMax<32>[4] +ReputationIndex<16> +ReputationClassMask[4] +ReputationFlags[4] +ParentFactionID +ParagonFactionID +ParentFactionCap[2] +Expansion +FriendshipRepID +Flags + LAYOUT B9B47D44 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715 $id$ID<32> ReputationRaceMask[4] ReputationBase<32>[4] @@ -266,8 +324,8 @@ Flags LAYOUT 6BFE8737 BUILD 8.0.1.25902 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 ReputationRaceMask<64>[4] Name_lang Description_lang @@ -326,7 +384,7 @@ Flags LAYOUT 86FE2D69 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -448,7 +506,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/FactionGroup.dbd b/definitions/FactionGroup.dbd index d82692383c3..31cd7c83ead 100644 --- a/definitions/FactionGroup.dbd +++ b/definitions/FactionGroup.dbd @@ -65,9 +65,40 @@ MaskID<32> InternalName Name_lang +LAYOUT F72219DD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +InternalName +Name_lang +MaskID<8> + +LAYOUT 26AED20F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +InternalName +Name_lang +MaskID + +LAYOUT A6EAE900 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +InternalName +Name_lang +MaskID + +LAYOUT AA5D6DA4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +InternalName +Name_lang +MaskID +HonorCurrencyTextureFileID<32> +ConquestCurrencyTextureFileID<32> + LAYOUT 66A05B13 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> InternalName Name_lang @@ -87,15 +118,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 InternalName Name_lang $id$ID<32> @@ -131,7 +162,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/FactionTemplate.dbd b/definitions/FactionTemplate.dbd index b07fed6a927..6921f1436a3 100644 --- a/definitions/FactionTemplate.dbd +++ b/definitions/FactionTemplate.dbd @@ -50,12 +50,47 @@ EnemyGroup<32> Enemies<32>[4] Friend<32>[4] +LAYOUT 81451073 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Faction<16> +Flags<16> +Enemies<16>[4] +Friend<16>[4] +FactionGroup<8> +FriendGroup<8> +EnemyGroup<8> + +LAYOUT C4BA97C1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Faction +Flags +Enemies[4] +Friend[4] +FactionGroup +FriendGroup +EnemyGroup + +LAYOUT 05AF4856 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Faction +Flags +Enemies[4] +Friend[4] +FactionGroup +FriendGroup +EnemyGroup + LAYOUT 6F1D2135, AE060039 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Faction Flags @@ -90,7 +125,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -124,7 +159,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/FlightCapability.dbd b/definitions/FlightCapability.dbd index 321301a74cf..7014461e80e 100644 --- a/definitions/FlightCapability.dbd +++ b/definitions/FlightCapability.dbd @@ -208,7 +208,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> AirFriction MaxVel diff --git a/definitions/FlightCapabilityXGlideEvent.dbd b/definitions/FlightCapabilityXGlideEvent.dbd index d6000e98698..c1b59e2662e 100644 --- a/definitions/FlightCapabilityXGlideEvent.dbd +++ b/definitions/FlightCapabilityXGlideEvent.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/FootprintTextures.dbd b/definitions/FootprintTextures.dbd index f7b29274e1d..461b747661f 100644 --- a/definitions/FootprintTextures.dbd +++ b/definitions/FootprintTextures.dbd @@ -18,12 +18,36 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> FootstepFilename +LAYOUT 93F7CD69 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +FootstepFilename +$id$ID<32> + +LAYOUT 77B58935 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +FootstepFilename +$id$ID<32> + +LAYOUT B4FDEF0D +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706 +FootstepFilename +$id$ID<32> + +LAYOUT 5784B862 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +TextureBlendsetID<32> +Flags<32> +FileDataID<32> + LAYOUT FD6FF285 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TextureBlendsetID<32> Flags<32> @@ -54,7 +78,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -71,7 +95,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/FootstepTerrainLookup.dbd b/definitions/FootstepTerrainLookup.dbd index fb6cb6998b8..183650d7878 100644 --- a/definitions/FootstepTerrainLookup.dbd +++ b/definitions/FootstepTerrainLookup.dbd @@ -21,6 +21,32 @@ TerrainSoundID<32> SoundID<32> SoundIDSplash<32> +LAYOUT 22C3D6AE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +CreatureFootstepID<16> +TerrainSoundID<8> +SoundID<32> +SoundIDSplash<32> + +LAYOUT 17378296 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +CreatureFootstepID +TerrainSoundID<8> +SoundID +SoundIDSplash + +LAYOUT 100A7912 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +CreatureFootstepID +TerrainSoundID<8> +SoundID +SoundIDSplash + LAYOUT 454895AE, C70AACC6, 3A1114BC BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -37,9 +63,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -49,12 +75,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CreatureFootstepID TerrainSoundID<8> @@ -68,7 +94,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/FriendshipRepReaction.dbd b/definitions/FriendshipRepReaction.dbd index 6646c7d39c1..291ea455a27 100644 --- a/definitions/FriendshipRepReaction.dbd +++ b/definitions/FriendshipRepReaction.dbd @@ -38,12 +38,35 @@ FriendshipRepID<32> ReactionThreshold<32> Reaction_lang +LAYOUT 41F0EB0D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Reaction_lang +ReactionThreshold<16> +FriendshipRepID<8> + +LAYOUT EB2C947F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Reaction_lang +ReactionThreshold +FriendshipRepID + +LAYOUT 46A22CAC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Reaction_lang +ReactionThreshold +FriendshipRepID + LAYOUT 9C412E5B, 313BA983 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Reaction_lang ReactionThreshold @@ -60,7 +83,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -110,7 +133,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/FriendshipReputation.dbd b/definitions/FriendshipReputation.dbd index 7b3e04b50e9..e7d034cb6a6 100644 --- a/definitions/FriendshipReputation.dbd +++ b/definitions/FriendshipReputation.dbd @@ -48,9 +48,32 @@ FactionID<32> TextureFileID<32> Description_lang +LAYOUT D0CC64D3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +TextureFileID<32> +Description_lang +FactionID<16> +$id$ID<32> + +LAYOUT D3D59A5F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +TextureFileID<32> +Description_lang +FactionID +$id$ID + +LAYOUT CF470D75 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +TextureFileID<32> +Description_lang +FactionID +$id$ID + LAYOUT 9F78AAE7 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 TextureFileID<32> Description_lang FactionID @@ -58,8 +81,8 @@ $id$ID LAYOUT 406EE0AB, BDC354E0 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Description_lang TextureFileID<32> FactionID @@ -79,7 +102,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -135,7 +158,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/FullScreenEffect.dbd b/definitions/FullScreenEffect.dbd index 558bfe18553..437949856ec 100644 --- a/definitions/FullScreenEffect.dbd +++ b/definitions/FullScreenEffect.dbd @@ -28,13 +28,158 @@ float MaskSizeMultiplier float Saturation int TextureBlendSetID int OverlayTextureFileDataID +float Field_7_1_0_22636_012? // DBAnalyser: [Saturation, 1%], [GammaRed, 1%], [GammaGreen, 1%], [GammaBlue, 1%], [MaskSizeMultiplier, 1%], [MaskPower, 1%], [ColorMultiplyBlue, 1%], [ColorMultiplyMultiplier, 1%], [ColorMultiplyPower, 1%], [ColorAdditionMultiplier, 1%], [ColorAdditionPower, 1%], [BlurPower, 1%] +int Field_7_1_0_22636_019? +int Field_7_1_0_22636_020? +float Field_7_1_0_22636_021? +float Field_7_1_0_22636_022? +float Field_7_1_0_22636_023? +float Field_7_1_0_22636_024? +float Field_7_1_0_22636_025? +float Field_7_1_0_22636_026? +float Field_7_1_0_22636_027? +float Field_7_1_0_22636_028? +float Field_7_1_0_22636_029? +float Field_7_1_0_22636_030? +int Field_7_1_0_22636_035? + +LAYOUT 5477D956 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Saturation +GammaRed +GammaGreen +GammaBlue +MaskOffsetY +MaskSizeMultiplier +MaskPower +ColorMultiplyRed +ColorMultiplyGreen +ColorMultiplyOffsetY +ColorMultiplyMultiplier +ColorMultiplyPower +Field_7_1_0_22636_012 +ColorAdditionRed +ColorAdditionGreen +ColorAdditionBlue +ColorAdditionOffsetY +ColorAdditionMultiplier +ColorAdditionPower +Field_7_1_0_22636_019<32> +Field_7_1_0_22636_020<32> +Field_7_1_0_22636_021 +Field_7_1_0_22636_022 +Field_7_1_0_22636_023 +Field_7_1_0_22636_024 +Field_7_1_0_22636_025 +Field_7_1_0_22636_026 +Field_7_1_0_22636_027 +Field_7_1_0_22636_028 +Field_7_1_0_22636_029 +Field_7_1_0_22636_030 +BlurIntensity +BlurOffsetY +BlurMultiplier +BlurPower +Field_7_1_0_22636_035<8> +Flags<32> +EffectFadeInMs +EffectFadeOutMs + +LAYOUT AC2C4848 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Saturation +GammaRed +GammaGreen +GammaBlue +MaskOffsetY +MaskSizeMultiplier +MaskPower +ColorMultiplyRed +ColorMultiplyGreen +ColorMultiplyOffsetY +ColorMultiplyMultiplier +ColorMultiplyPower +Field_7_1_0_22636_012 +ColorAdditionRed +ColorAdditionGreen +ColorAdditionBlue +ColorAdditionOffsetY +ColorAdditionMultiplier +ColorAdditionPower +Field_7_1_0_22636_019 +Field_7_1_0_22636_020 +Field_7_1_0_22636_021 +Field_7_1_0_22636_022 +Field_7_1_0_22636_023 +Field_7_1_0_22636_024 +Field_7_1_0_22636_025 +Field_7_1_0_22636_026 +Field_7_1_0_22636_027 +Field_7_1_0_22636_028 +Field_7_1_0_22636_029 +Field_7_1_0_22636_030 +BlurIntensity +BlurOffsetY +BlurMultiplier +BlurPower +Field_7_1_0_22636_035 +Flags +EffectFadeInMs +EffectFadeOutMs + +LAYOUT 16E44121 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Saturation +GammaRed +GammaGreen +GammaBlue +MaskOffsetY +MaskSizeMultiplier +MaskPower +ColorMultiplyRed +ColorMultiplyGreen +ColorMultiplyOffsetY +ColorMultiplyMultiplier +ColorMultiplyPower +Field_7_1_0_22636_012 +ColorAdditionRed +ColorAdditionGreen +ColorAdditionBlue +ColorAdditionOffsetY +ColorAdditionMultiplier +ColorAdditionPower +Field_7_1_0_22636_019 +Field_7_1_0_22636_020 +Field_7_1_0_22636_021 +Field_7_1_0_22636_022 +Field_7_1_0_22636_023 +Field_7_1_0_22636_024 +Field_7_1_0_22636_025 +Field_7_1_0_22636_026 +Field_7_1_0_22636_027 +Field_7_1_0_22636_028 +Field_7_1_0_22636_029 +Field_7_1_0_22636_030 +BlurIntensity +BlurOffsetY +BlurMultiplier +BlurPower +Field_7_1_0_22636_035 +Flags +EffectFadeInMs +EffectFadeOutMs LAYOUT 5CBF1D1B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Saturation GammaRed @@ -152,7 +297,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -194,7 +339,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GMSurveyAnswers.dbd b/definitions/GMSurveyAnswers.dbd index 616d7502993..bb8c717f62f 100644 --- a/definitions/GMSurveyAnswers.dbd +++ b/definitions/GMSurveyAnswers.dbd @@ -14,6 +14,29 @@ Sort_Index<32> GMSurveyQuestionID<32> Answer_lang +LAYOUT D25A45BC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Answer_lang +Sort_Index<8> +GMSurveyQuestionID<32> + +LAYOUT 8DF23E22 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Answer_lang +Sort_Index +GMSurveyQuestionID + +LAYOUT CDB0A5E3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Answer_lang +Sort_Index +GMSurveyQuestionID + LAYOUT 422747F6, DE59EC07, 2F629F63 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -26,17 +49,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Answer_lang Sort_Index @@ -66,7 +89,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GMSurveyCurrentSurvey.dbd b/definitions/GMSurveyCurrentSurvey.dbd index 4f9df42e6f9..9ba22bd769a 100644 --- a/definitions/GMSurveyCurrentSurvey.dbd +++ b/definitions/GMSurveyCurrentSurvey.dbd @@ -13,6 +13,23 @@ BUILD 1.11.0.5344-1.12.3.6141 $id$LANGID<32> GMSURVEY_ID<32> +LAYOUT BBEF1D69 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GMSURVEY_ID<8> + +LAYOUT EBEC893B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GMSURVEY_ID + +LAYOUT 494DE85C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GMSURVEY_ID + LAYOUT 617205BF, AD0D7453, 6B9CE772 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -29,9 +46,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -41,12 +58,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GMSURVEY_ID @@ -57,7 +74,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GMSurveyQuestions.dbd b/definitions/GMSurveyQuestions.dbd index b8d44e9a87a..dfca06fc69e 100644 --- a/definitions/GMSurveyQuestions.dbd +++ b/definitions/GMSurveyQuestions.dbd @@ -18,6 +18,23 @@ BUILD 1.11.2.5464-1.12.3.6141 $id$ID<32> Question_lang +LAYOUT 12F42FB6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Question_lang + +LAYOUT 3CF4BA50 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Question_lang + +LAYOUT FAE68EFD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Question_lang + LAYOUT 9D852FDC, 12B097E1, 208A6601 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -34,9 +51,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -46,12 +63,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Question_lang @@ -62,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GMSurveySurveys.dbd b/definitions/GMSurveySurveys.dbd index 97ced4e79e8..e3e4dae62e5 100644 --- a/definitions/GMSurveySurveys.dbd +++ b/definitions/GMSurveySurveys.dbd @@ -17,6 +17,23 @@ BUILD 4.1.0.13914-4.3.4.15595 $id$ID<32> Q<32>[15] +LAYOUT 05223914 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Q<8>[15] + +LAYOUT 8D847496 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Q[15] + +LAYOUT BA9D98F1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Q[15] + LAYOUT 17FEF812, 24BB51BE, E3F6FBC1 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -33,9 +50,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -45,12 +62,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Q[15] @@ -61,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GameClockDebug.dbd b/definitions/GameClockDebug.dbd index 6b1936407f4..3f47b57a2f6 100644 --- a/definitions/GameClockDebug.dbd +++ b/definitions/GameClockDebug.dbd @@ -59,7 +59,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GameMode.dbd b/definitions/GameMode.dbd index c84ce2a899a..53d6f6bca30 100644 --- a/definitions/GameMode.dbd +++ b/definitions/GameMode.dbd @@ -20,7 +20,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> Field_10_1_0_48661_000_lang diff --git a/definitions/GameObjectAnimGroupMember.dbd b/definitions/GameObjectAnimGroupMember.dbd index f4c15a54c23..819f3c6db2d 100644 --- a/definitions/GameObjectAnimGroupMember.dbd +++ b/definitions/GameObjectAnimGroupMember.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GameObjectArtKit.dbd b/definitions/GameObjectArtKit.dbd index 3b1c91533ce..a34b2125923 100644 --- a/definitions/GameObjectArtKit.dbd +++ b/definitions/GameObjectArtKit.dbd @@ -17,9 +17,29 @@ $id$ID<32> TextureVariation[3] AttachModel[4] +LAYOUT 9BD6060B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TextureVariation[3] +AttachModel[4] + +LAYOUT 2D21FCFB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +TextureVariation[3] +AttachModel[4] + +LAYOUT 9FD703CD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +TextureVariation[3] +AttachModel[4] + LAYOUT 9C443105 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> TextureVariationFileID<32>[3] AttachModelFileID<32> @@ -40,7 +60,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -50,12 +70,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AttachModelFileID<32> TextureVariationFileID<32>[3] @@ -67,7 +87,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GameObjectDiffAnimMap.dbd b/definitions/GameObjectDiffAnimMap.dbd index e70104a054e..231495c63b9 100644 --- a/definitions/GameObjectDiffAnimMap.dbd +++ b/definitions/GameObjectDiffAnimMap.dbd @@ -4,6 +4,7 @@ int GameObjectDiffAnimID int DifficultyID int Animation int AttachmentDisplayID +int Field_7_1_0_22636_003? LAYOUT 55525850 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -38,9 +39,35 @@ DifficultyID<32> Animation<32> AttachmentDisplayID<32> +LAYOUT A0585C8F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AttachmentDisplayID<16> +GameObjectDiffAnimID<8> +DifficultyID<8> +Field_7_1_0_22636_003<8> + +LAYOUT 30D905B7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AttachmentDisplayID +GameObjectDiffAnimID +DifficultyID +Animation + +LAYOUT AA766D85 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AttachmentDisplayID +GameObjectDiffAnimID +DifficultyID +Animation + LAYOUT 684E2497 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> AttachmentDisplayID GameObjectDiffAnimID @@ -49,8 +76,8 @@ Animation LAYOUT 89A617CF, 5923517F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AttachmentDisplayID DifficultyID @@ -68,7 +95,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -108,7 +135,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GameObjectDisplayInfo.dbd b/definitions/GameObjectDisplayInfo.dbd index cd86c04df85..4d41d067105 100644 --- a/definitions/GameObjectDisplayInfo.dbd +++ b/definitions/GameObjectDisplayInfo.dbd @@ -43,7 +43,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -126,12 +126,41 @@ ObjectEffectPackageID<32> OverrideLootEffectScale OverrideNameScale +LAYOUT E2D6FAB7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FileDataID<32> +GeoBox[6] +OverrideLootEffectScale +OverrideNameScale +ObjectEffectPackageID<16> + +LAYOUT 2AC20FED +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileDataID<32> +GeoBox[6] +OverrideLootEffectScale +OverrideNameScale +ObjectEffectPackageID<16> + +LAYOUT 9EF36BC0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileDataID<32> +GeoBox[6] +OverrideLootEffectScale +OverrideNameScale +ObjectEffectPackageID<16> + LAYOUT 9F2098D1 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FileDataID<32> GeoBox[6] @@ -194,7 +223,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> GeoBox[6] FileDataID<32> diff --git a/definitions/GameObjectDisplayInfoXSoundKit.dbd b/definitions/GameObjectDisplayInfoXSoundKit.dbd index 8eb16223e6d..18f2cd4ded1 100644 --- a/definitions/GameObjectDisplayInfoXSoundKit.dbd +++ b/definitions/GameObjectDisplayInfoXSoundKit.dbd @@ -4,12 +4,35 @@ int EventIndex int GameObjectDisplayInfoID int SoundKitID +LAYOUT FF6FE0EC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +EventIndex<8> +SoundKitID<32> +GameObjectDisplayInfoID<32> + +LAYOUT 7BDADE6E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +EventIndex<8> +SoundKitID +GameObjectDisplayInfoID + +LAYOUT 2B8E5987 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +EventIndex<8> +SoundKitID +GameObjectDisplayInfoID + LAYOUT 4BBA66F2, 65313C86, C2929BA7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> EventIndex<8> SoundKitID @@ -40,7 +63,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -57,7 +80,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GameObjectLabel.dbd b/definitions/GameObjectLabel.dbd index 8e18c69c675..d44bf59930b 100644 --- a/definitions/GameObjectLabel.dbd +++ b/definitions/GameObjectLabel.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GameObjects.dbd b/definitions/GameObjects.dbd index 2acc211fad3..81165e01f87 100644 --- a/definitions/GameObjects.dbd +++ b/definitions/GameObjects.dbd @@ -130,9 +130,56 @@ TypeID<32> PropValue<32>[8] Name_lang +LAYOUT 4B699AFB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Pos[3] +Rot[4] +Scale +PropValue<32>[8] +Name_lang +OwnerID<16> +DisplayID<16> +PhaseID<16> +PhaseGroupID<16> +PhaseUseFlags<8> +TypeID<8> +$id$ID<32> + +LAYOUT DB6915C3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Pos[3] +Rot[4] +Scale +PropValue<32>[8] +Name_lang +OwnerID +DisplayID +PhaseID +PhaseGroupID +PhaseUseFlags +TypeID +$id$ID<32> + +LAYOUT B2AF06FB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Pos[3] +Rot[4] +Scale +PropValue<32>[8] +Name_lang +OwnerID +DisplayID +PhaseID +PhaseGroupID +PhaseUseFlags +TypeID +$id$ID<32> + LAYOUT D7382943 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 Pos[3] Rot[4] Scale @@ -148,8 +195,8 @@ $id$ID<32> LAYOUT 597E8643 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Pos[3] Rot[4] @@ -188,7 +235,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -234,7 +281,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GameParameter.dbd b/definitions/GameParameter.dbd index e58821ae351..21bc6fa846c 100644 --- a/definitions/GameParameter.dbd +++ b/definitions/GameParameter.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GameTips.dbd b/definitions/GameTips.dbd index 6240fae202c..6f4082a54ce 100644 --- a/definitions/GameTips.dbd +++ b/definitions/GameTips.dbd @@ -50,12 +50,46 @@ Text_lang Min_level<32> Max_level<32> +LAYOUT 8412F9E7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Text_lang +Min_level<8> +Max_level<8> +SortIndex<8> + +LAYOUT 7B87EA9F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Text_lang +Min_level +Max_level +SortIndex + +LAYOUT 71067631 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +Text_lang +Min_level +Max_level +SortIndex + +LAYOUT 4FD29D69 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Text_lang +Min_level +Max_level +SortIndex + LAYOUT 547E3F0F, 7A3A70A7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Text_lang Min_level @@ -79,7 +113,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -120,7 +154,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrAbility.dbd b/definitions/GarrAbility.dbd index baeaec16276..691bed77b5e 100644 --- a/definitions/GarrAbility.dbd +++ b/definitions/GarrAbility.dbd @@ -48,12 +48,47 @@ Name_lang Description_lang IconFileDataID<32> +LAYOUT EF3E98A9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +Description_lang +IconFileDataID<32> +Flags<16> +FactionChangeGarrAbilityID<16> +GarrAbilityCategoryID<8> +GarrFollowerTypeID<8> +$id$ID<32> + +LAYOUT AC2C68CD +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +Description_lang +IconFileDataID<32> +Flags +FactionChangeGarrAbilityID +GarrAbilityCategoryID +GarrFollowerTypeID +$id$ID<32> + +LAYOUT 19315777 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +Description_lang +IconFileDataID<32> +Flags +FactionChangeGarrAbilityID +GarrAbilityCategoryID +GarrFollowerTypeID +$id$ID<32> + LAYOUT 5DF95DBD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Description_lang IconFileDataID<32> @@ -95,7 +130,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -141,7 +176,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrAbilityCategory.dbd b/definitions/GarrAbilityCategory.dbd index e62efdf11a9..348bed6e0bb 100644 --- a/definitions/GarrAbilityCategory.dbd +++ b/definitions/GarrAbilityCategory.dbd @@ -2,6 +2,23 @@ COLUMNS int ID locstring Name_lang +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang + +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang + LAYOUT 96663ABF, 9F2C8370, 1AC95960 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -18,9 +35,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -30,12 +47,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang @@ -46,7 +63,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrAbilityEffect.dbd b/definitions/GarrAbilityEffect.dbd index 59ebae104c1..deaf43d5ea6 100644 --- a/definitions/GarrAbilityEffect.dbd +++ b/definitions/GarrAbilityEffect.dbd @@ -87,12 +87,59 @@ CombatWeightBase CombatWeightMax ActionValueFlat +LAYOUT F8543595 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +CombatWeightBase +CombatWeightMax +ActionValueFlat +ActionRecordID<32> +GarrAbilityID<16> +AbilityAction<8> +AbilityTargetType<8> +GarrMechanicTypeID<8> +Flags<8> +ActionRace<8> +ActionHours<8> +$id$ID<32> + +LAYOUT 1FA0E491 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +CombatWeightBase +CombatWeightMax +ActionValueFlat +ActionRecordID<32> +GarrAbilityID +AbilityAction +AbilityTargetType +GarrMechanicTypeID +Flags +ActionRace +ActionHours +$id$ID<32> + +LAYOUT 36BC21D5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +CombatWeightBase +CombatWeightMax +ActionValueFlat +ActionRecordID<32> +GarrAbilityID +AbilityAction +AbilityTargetType +GarrMechanicTypeID +Flags +ActionRace +ActionHours +$id$ID<32> + LAYOUT E6A6CB99 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 CombatWeightBase CombatWeightMax ActionValueFlat @@ -126,7 +173,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -191,7 +238,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrAutoCombatant.dbd b/definitions/GarrAutoCombatant.dbd index b8da0d2a2f7..7296676c8fd 100644 --- a/definitions/GarrAutoCombatant.dbd +++ b/definitions/GarrAutoCombatant.dbd @@ -49,7 +49,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrAutoSpell.dbd b/definitions/GarrAutoSpell.dbd index f0539a02877..ca4053f3007 100644 --- a/definitions/GarrAutoSpell.dbd +++ b/definitions/GarrAutoSpell.dbd @@ -44,7 +44,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrAutoSpellEffect.dbd b/definitions/GarrAutoSpellEffect.dbd index d0cce61210a..69cc1f76049 100644 --- a/definitions/GarrAutoSpellEffect.dbd +++ b/definitions/GarrAutoSpellEffect.dbd @@ -43,7 +43,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrBuilding.dbd b/definitions/GarrBuilding.dbd index 2ef3a94eda4..7c1b2175b0a 100644 --- a/definitions/GarrBuilding.dbd +++ b/definitions/GarrBuilding.dbd @@ -33,6 +33,12 @@ int MaxAssignments int ShipmentCapacity locstring Tooltip_lang int UpgradeLevel +int Field_7_1_0_22636_013? // DBAnalyser: [BonusGarrAbilityID, 0,95%], [GarrSiteID, 0,95%], [Field_6_0_1_18179_003, 0,95%], [Field_6_0_1_18179_016, 0,95%] +int Field_7_1_0_22636_015? // DBAnalyser: [BonusGarrAbilityID, 0,95%], [GarrSiteID, 0,95%], [Field_6_0_1_18179_003, 0,95%], [Field_6_0_1_18179_016, 0,95%] +int Field_7_2_0_23445_013? // DBAnalyser: [BonusGarrAbilityID, 0,95%], [GarrSiteID, 0,95%], [Field_7_1_0_22636_013, 0,95%], [Field_7_1_0_22636_015, 0,95%] +int Field_7_2_0_23445_015? // DBAnalyser: [BonusGarrAbilityID, 0,95%], [GarrSiteID, 0,95%], [Field_7_1_0_22636_013, 0,95%], [Field_7_1_0_22636_015, 0,95%] +int Field_7_2_0_23478_013? // DBAnalyser: [BonusGarrAbilityID, 0,95%], [GarrSiteID, 0,95%], [Field_7_2_0_23445_013, 0,95%], [Field_7_2_0_23445_015, 0,95%] +int Field_7_2_0_23478_015? // DBAnalyser: [BonusGarrAbilityID, 0,95%], [GarrSiteID, 0,95%], [Field_7_2_0_23445_013, 0,95%], [Field_7_2_0_23445_015, 0,95%] LAYOUT 7785BDDC BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15.3.55563, 1.15.3.55646, 1.15.3.55917, 1.15.3.56488, 1.15.3.56626 @@ -120,9 +126,95 @@ Field_6_0_1_18179_017<32> Field_6_0_1_18179_018<32> Field_6_0_1_18179_019<32> +LAYOUT 9CB292DE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +HordeGameObjectID<32> +AllianceGameObjectID<32> +AllianceName_lang +HordeName_lang +Description_lang +Tooltip_lang +IconFileDataID<32> +CurrencyTypeID<16> +HordeUiTextureKitID<16> +AllianceUiTextureKitID<16> +AllianceSceneScriptPackageID<16> +HordeSceneScriptPackageID<16> +GarrAbilityID<16> +Field_7_1_0_22636_013<16> +GoldCost<16> +Field_7_1_0_22636_015<8> +BuildingType<8> +UpgradeLevel<8> +Flags<8> +ShipmentCapacity<8> +GarrTypeID<8> +BuildSeconds<32> +CurrencyQty<32> +MaxAssignments<32> + +LAYOUT 29964736 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +HordeGameObjectID<32> +AllianceGameObjectID<32> +AllianceName_lang +HordeName_lang +Description_lang +Tooltip_lang +IconFileDataID<32> +CurrencyTypeID +HordeUiTextureKitID +AllianceUiTextureKitID +AllianceSceneScriptPackageID +HordeSceneScriptPackageID +GarrAbilityID +Field_7_2_0_23445_013 +GoldCost +Field_7_2_0_23445_015 +BuildingType +UpgradeLevel +Flags +ShipmentCapacity +GarrTypeID +BuildSeconds<32> +CurrencyQty<32> +MaxAssignments<32> + +LAYOUT 061062D0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +HordeGameObjectID<32> +AllianceGameObjectID<32> +AllianceName_lang +HordeName_lang +Description_lang +Tooltip_lang +IconFileDataID<32> +CurrencyTypeID +HordeUiTextureKitID +AllianceUiTextureKitID +AllianceSceneScriptPackageID +HordeSceneScriptPackageID +GarrAbilityID +Field_7_2_0_23478_013 +GoldCost +Field_7_2_0_23478_015 +BuildingType +UpgradeLevel +Flags +ShipmentCapacity +GarrTypeID +BuildSeconds<32> +CurrencyQty<32> +MaxAssignments<32> + LAYOUT 04EFAE46 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> HordeGameObjectID<32> AllianceGameObjectID<32> @@ -151,8 +243,8 @@ MaxAssignments<32> LAYOUT 200F9858 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AllianceName_lang HordeName_lang @@ -225,7 +317,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -325,7 +417,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrBuildingDoodadSet.dbd b/definitions/GarrBuildingDoodadSet.dbd index 13daf1d41c4..114a3781fd4 100644 --- a/definitions/GarrBuildingDoodadSet.dbd +++ b/definitions/GarrBuildingDoodadSet.dbd @@ -5,6 +5,12 @@ int GarrBuildingID int HordeDoodadSet int SpecializationID int Type +int Field_7_1_0_22636_001? // DBAnalyser: [Type, 0,95%], [SpecializationID, 0,95%] +int Field_7_1_0_22636_004? // DBAnalyser: [Type, 0,95%], [SpecializationID, 0,95%] +int Field_7_2_0_23445_001? // DBAnalyser: [Type, 0,95%], [SpecializationID, 0,95%], [Field_7_1_0_22636_001, 0,95%], [Field_7_1_0_22636_004, 0,95%] +int Field_7_2_0_23445_004? // DBAnalyser: [Type, 0,95%], [SpecializationID, 0,95%], [Field_7_1_0_22636_001, 0,95%], [Field_7_1_0_22636_004, 0,95%] +int Field_7_2_0_23478_001? // DBAnalyser: [Type, 0,95%], [SpecializationID, 0,95%], [Field_7_2_0_23445_001, 0,95%], [Field_7_2_0_23445_004, 0,95%] +int Field_7_2_0_23478_004? // DBAnalyser: [Type, 0,95%], [SpecializationID, 0,95%], [Field_7_2_0_23445_001, 0,95%], [Field_7_2_0_23445_004, 0,95%] BUILD 6.0.1.18179 $id$ID<32> @@ -14,12 +20,41 @@ AllianceDoodadSet<32> HordeDoodadSet<32> SpecializationID<32> +LAYOUT 6743FE91 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GarrBuildingID<8> +Field_7_1_0_22636_001<8> +AllianceDoodadSet<8> +HordeDoodadSet<8> +Field_7_1_0_22636_004<8> + +LAYOUT C3ACB183 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GarrBuildingID +Field_7_2_0_23445_001 +AllianceDoodadSet +HordeDoodadSet +Field_7_2_0_23445_004 + +LAYOUT 66789ED8 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GarrBuildingID +Field_7_2_0_23478_001 +AllianceDoodadSet +HordeDoodadSet +Field_7_2_0_23478_004 + LAYOUT 2A861C7F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GarrBuildingID Type @@ -52,7 +87,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -71,7 +106,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrBuildingPlotInst.dbd b/definitions/GarrBuildingPlotInst.dbd index 0aed1fe928a..33e01975548 100644 --- a/definitions/GarrBuildingPlotInst.dbd +++ b/definitions/GarrBuildingPlotInst.dbd @@ -5,12 +5,38 @@ int GarrSiteLevelPlotInstID float MapOffset int UiTextureAtlasMemberID +LAYOUT 91C29C99 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +MapOffset[2] +UiTextureAtlasMemberID<16> +GarrSiteLevelPlotInstID<16> +GarrBuildingID<8> +$id$ID<32> + +LAYOUT 875E112B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +MapOffset[2] +UiTextureAtlasMemberID +GarrSiteLevelPlotInstID +GarrBuildingID +$id$ID<32> + +LAYOUT A2746F1A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +MapOffset[2] +UiTextureAtlasMemberID +GarrSiteLevelPlotInstID +GarrBuildingID +$id$ID<32> + LAYOUT F45B6227 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 MapOffset[2] UiTextureAtlasMemberID GarrSiteLevelPlotInstID @@ -50,7 +76,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -68,7 +94,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrClassSpec.dbd b/definitions/GarrClassSpec.dbd index aabfb3116e2..e416b96fa6f 100644 --- a/definitions/GarrClassSpec.dbd +++ b/definitions/GarrClassSpec.dbd @@ -44,12 +44,47 @@ ClassSpec_lang UiTextureAtlasMemberID<32> GarrFollItemSetID<32> +LAYOUT 6E7FE0D1 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +ClassSpec_lang +ClassSpec_Male_lang +ClassSpec_Female_lang +UiTextureAtlasMemberID<16> +GarrFollItemSetID<8> +FollowerClassLimit<8> +Flags<8> +$id$ID<32> + +LAYOUT 64BED9A0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ClassSpec_lang +ClassSpec_Male_lang +ClassSpec_Female_lang +UiTextureAtlasMemberID +GarrFollItemSetID +FollowerClassLimit +Flags +$id$ID + +LAYOUT AC7554D2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ClassSpec_lang +ClassSpec_Male_lang +ClassSpec_Female_lang +UiTextureAtlasMemberID +GarrFollItemSetID +FollowerClassLimit +Flags +$id$ID + LAYOUT 194CD478, C54FBDB0 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 ClassSpec_lang ClassSpec_Male_lang ClassSpec_Female_lang @@ -80,7 +115,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -126,7 +161,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrClassSpecPlayerCond.dbd b/definitions/GarrClassSpecPlayerCond.dbd index 9c1dc4d8d76..2149c04b186 100644 --- a/definitions/GarrClassSpecPlayerCond.dbd +++ b/definitions/GarrClassSpecPlayerCond.dbd @@ -7,9 +7,41 @@ locstring Name_lang int OrderIndex int PlayerConditionID +LAYOUT C1F58546 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +IconFileDataID<32> +Name_lang +OrderIndex<8> +GarrClassSpecID<32> +PlayerConditionID<32> +FlavorGarrStringID<32> + +LAYOUT DF8C6C8E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +IconFileDataID<32> +Name_lang +OrderIndex +GarrClassSpecID +PlayerConditionID +FlavorGarrStringID<32> + +LAYOUT 5132E0D2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +IconFileDataID<32> +Name_lang +OrderIndex +GarrClassSpecID +PlayerConditionID +FlavorGarrStringID<32> + LAYOUT EA6BB116 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> IconFileDataID<32> Name_lang @@ -20,8 +52,8 @@ FlavorGarrStringID<32> LAYOUT 06936172, 21A31B12 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang IconFileDataID<32> @@ -55,7 +87,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -75,7 +107,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrEncounter.dbd b/definitions/GarrEncounter.dbd index ee9ba2131c2..6e2622d0dd3 100644 --- a/definitions/GarrEncounter.dbd +++ b/definitions/GarrEncounter.dbd @@ -61,9 +61,41 @@ Name_lang UiAnimScale UiAnimHeight +LAYOUT DF397D9E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +CreatureID<32> +Name_lang +UiAnimScale +UiAnimHeight +PortraitFileDataID<32> +UiTextureKitID<16> +$id$ID<32> + +LAYOUT 98B173CA +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +CreatureID<32> +Name_lang +UiAnimScale +UiAnimHeight +PortraitFileDataID<32> +$id$ID<32> +UiTextureKitID + +LAYOUT FB05FEFD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +CreatureID<32> +Name_lang +UiAnimScale +UiAnimHeight +PortraitFileDataID<32> +$id$ID<32> +UiTextureKitID + LAYOUT 14C54596 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 CreatureID<32> Name_lang UiAnimScale @@ -74,8 +106,8 @@ UiTextureKitID LAYOUT 63EF121A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang CreatureID<32> UiAnimScale @@ -98,7 +130,7 @@ LAYOUT D193D559 BUILD 8.1.0.27826, 8.1.0.27934 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -176,7 +208,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrEncounterSetXEncounter.dbd b/definitions/GarrEncounterSetXEncounter.dbd index 231c14bf56b..f2608dbff0d 100644 --- a/definitions/GarrEncounterSetXEncounter.dbd +++ b/definitions/GarrEncounterSetXEncounter.dbd @@ -3,13 +3,39 @@ int ID int GarrEncounterID int GarrEncounterSetID +LAYOUT 10FFAB35 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GarrEncounterSetID<32> +GarrEncounterID<32> + +LAYOUT 249F6405 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GarrEncounterSetID +GarrEncounterID + +LAYOUT 49229773 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GarrEncounterSetID +GarrEncounterID + LAYOUT 18E38A05 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> GarrEncounterSetID GarrEncounterID +LAYOUT 30DCBD7D +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881 +$noninline,id$ID<32> +GarrEncounterID +$noninline,relation$GarrEncounterSetID + LAYOUT 3AA64423, CA7143E7, 9DFCF560 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -22,15 +48,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> GarrEncounterID $noninline,relation$GarrEncounterSetID @@ -64,7 +90,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrEncounterXMechanic.dbd b/definitions/GarrEncounterXMechanic.dbd index b90dbea334c..af8b046ff84 100644 --- a/definitions/GarrEncounterXMechanic.dbd +++ b/definitions/GarrEncounterXMechanic.dbd @@ -44,9 +44,32 @@ $id$ID<32> GarrEncounterID<32> GarrMechanicID<32> +LAYOUT 18517C71 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GarrEncounterID<16> +GarrMechanicID<8> +GarrMechanicSetID<8> + +LAYOUT CEFE7B6B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GarrEncounterID +GarrMechanicID +GarrMechanicSetID + +LAYOUT 946F8DCC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GarrEncounterID +GarrMechanicID +GarrMechanicSetID + LAYOUT 3617EB8F BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> GarrEncounterID GarrMechanicID @@ -61,15 +84,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GarrMechanicID GarrMechanicSetID @@ -102,7 +125,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrFollItemSetMember.dbd b/definitions/GarrFollItemSetMember.dbd index a4def22ffa1..641010db4aa 100644 --- a/definitions/GarrFollItemSetMember.dbd +++ b/definitions/GarrFollItemSetMember.dbd @@ -12,9 +12,35 @@ ItemID<32> ItemSlot<32> MinItemLevel<32> +LAYOUT DCA5714F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32> +GarrFollItemSetID<16> +MinItemLevel<16> +ItemSlot<8> + +LAYOUT 86EF1B7F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID<32> +GarrFollItemSetID +MinItemLevel +ItemSlot + +LAYOUT 887779FF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID<32> +GarrFollItemSetID +MinItemLevel +ItemSlot + LAYOUT E9BF4537 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ItemID<32> GarrFollItemSetID @@ -23,8 +49,8 @@ ItemSlot LAYOUT CA1C4CBF, 3AE49777 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemID<32> MinItemLevel @@ -45,7 +71,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -81,7 +107,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrFollSupportSpell.dbd b/definitions/GarrFollSupportSpell.dbd index 04b20f668ce..6a0edee707b 100644 --- a/definitions/GarrFollSupportSpell.dbd +++ b/definitions/GarrFollSupportSpell.dbd @@ -5,12 +5,38 @@ int GarrFollowerID int HordeSpellID int OrderIndex +LAYOUT 1C55B981 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AllianceSpellID<32> +HordeSpellID<32> +OrderIndex<8> +GarrFollowerID<32> + +LAYOUT C38D1B01 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AllianceSpellID<32> +HordeSpellID<32> +OrderIndex +GarrFollowerID + +LAYOUT 44FE48FD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AllianceSpellID<32> +HordeSpellID<32> +OrderIndex +GarrFollowerID + LAYOUT B7DBA2D1 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AllianceSpellID<32> HordeSpellID<32> @@ -50,7 +76,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -68,7 +94,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrFollower.dbd b/definitions/GarrFollower.dbd index f29e7556add..338099e426d 100644 --- a/definitions/GarrFollower.dbd +++ b/definitions/GarrFollower.dbd @@ -48,6 +48,26 @@ locstring TitleName_lang int Vitality int AutoCombatantID int CovenantID +string Field_7_1_0_22636_002? +string Field_7_1_0_22636_003? +int Field_7_1_0_22636_006? // DBAnalyser: [HordeSlottingBroadcastTextID, 1%], [AllySlottingBroadcastTextID, 1%] +int Field_7_1_0_22636_007? // DBAnalyser: [HordeSlottingBroadcastTextID, 1%], [AllySlottingBroadcastTextID, 1%] +int Field_7_1_0_22636_010? // DBAnalyser: [ItemLevelWeapon, 1%], [ItemLevelArmor, 1%] +int Field_7_1_0_22636_011? // DBAnalyser: [ItemLevelWeapon, 1%], [ItemLevelArmor, 1%] +int Field_7_1_0_22636_028? // DBAnalyser: [HordeFlavorGarrStringID, 1%], [AllianceFlavorGarrStringID, 1%] +int Field_7_1_0_22636_029? // DBAnalyser: [HordeFlavorGarrStringID, 1%], [AllianceFlavorGarrStringID, 1%] +int Field_7_2_0_23445_006? // DBAnalyser: [HordeSlottingBroadcastTextID, 0,87%], [AllySlottingBroadcastTextID, 0,86%] +int Field_7_2_0_23445_007? // DBAnalyser: [AllySlottingBroadcastTextID, 0,87%], [HordeSlottingBroadcastTextID, 0,86%] +int Field_7_2_0_23445_011? // DBAnalyser: [ItemLevelWeapon, 1%], [ItemLevelArmor, 1%], [Field_7_1_0_22636_010, 1%], [Field_7_1_0_22636_011, 1%] +int Field_7_2_0_23445_012? // DBAnalyser: [ItemLevelWeapon, 1%], [ItemLevelArmor, 1%], [Field_7_1_0_22636_010, 1%], [Field_7_1_0_22636_011, 1%] +int Field_7_2_0_23445_029? // DBAnalyser: [Field_7_1_0_22636_028, 1%], [Field_7_1_0_22636_029, 1%] +int Field_7_2_0_23445_030? // DBAnalyser: [Field_7_1_0_22636_028, 1%], [Field_7_1_0_22636_029, 1%] +int Field_7_2_0_23478_006? // DBAnalyser: [HordeSlottingBroadcastTextID, 1%], [AllySlottingBroadcastTextID, 0,99%] +int Field_7_2_0_23478_007? // DBAnalyser: [AllySlottingBroadcastTextID, 1%], [HordeSlottingBroadcastTextID, 0,99%] +int Field_7_2_0_23478_011? // DBAnalyser: [ItemLevelWeapon, 1%], [ItemLevelArmor, 1%], [Field_7_2_0_23445_011, 1%], [Field_7_2_0_23445_012, 1%] +int Field_7_2_0_23478_012? // DBAnalyser: [ItemLevelWeapon, 1%], [ItemLevelArmor, 1%], [Field_7_2_0_23445_011, 1%], [Field_7_2_0_23445_012, 1%] +int Field_7_2_0_23478_029? // DBAnalyser: [HordeFlavorGarrStringID, 1%], [AllianceFlavorGarrStringID, 1%] +int Field_7_2_0_23478_030? // DBAnalyser: [HordeFlavorGarrStringID, 1%], [AllianceFlavorGarrStringID, 1%] LAYOUT 88765B9E BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -189,9 +209,115 @@ Field_6_0_1_18179_013<32> Field_6_0_1_18179_014<32> Field_6_0_1_18179_015<32> +LAYOUT 29B8937A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +HordeCreatureID<32> +AllianceCreatureID<32> +Field_7_1_0_22636_002 +Field_7_1_0_22636_003 +HordeIconFileDataID<32> +AllianceIconFileDataID<32> +Field_7_1_0_22636_006<32> +Field_7_1_0_22636_007<32> +HordeGarrFollItemSetID<16> +AllianceGarrFollItemSetID<16> +Field_7_1_0_22636_010<16> +Field_7_1_0_22636_011<16> +HordeUITextureKitID<16> +AllianceUITextureKitID<16> +GarrFollowerTypeID<8> +HordeGarrFollRaceID<8> +AllianceGarrFollRaceID<8> +Quality<8> +HordeGarrClassSpecID<8> +AllianceGarrClassSpecID<8> +FollowerLevel<8> +Gender<8> +Flags<8> +HordeSourceTypeEnum<8> +AllianceSourceTypeEnum<8> +GarrTypeID<8> +Vitality<8> +ChrClassID<8> +Field_7_1_0_22636_028<8> +Field_7_1_0_22636_029<8> +$id$ID<32> + +LAYOUT 1E06B8B4 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +HordeCreatureID<32> +AllianceCreatureID<32> +HordeSourceText_lang +AllianceSourceText_lang +HordeIconFileDataID<32> +AllianceIconFileDataID<32> +Field_7_2_0_23445_006 +Field_7_2_0_23445_007 +TitleName_lang +HordeGarrFollItemSetID +AllianceGarrFollItemSetID +Field_7_2_0_23445_011 +Field_7_2_0_23445_012 +HordeUITextureKitID +AllianceUITextureKitID +GarrFollowerTypeID +HordeGarrFollRaceID +AllianceGarrFollRaceID +Quality +HordeGarrClassSpecID +AllianceGarrClassSpecID +FollowerLevel +Gender +Flags +HordeSourceTypeEnum<8> +AllianceSourceTypeEnum<8> +GarrTypeID +Vitality +ChrClassID +Field_7_2_0_23445_029 +Field_7_2_0_23445_030 +$id$ID<32> + +LAYOUT C1A8BA64 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +HordeCreatureID<32> +AllianceCreatureID<32> +HordeSourceText_lang +AllianceSourceText_lang +HordeIconFileDataID<32> +AllianceIconFileDataID<32> +Field_7_2_0_23478_006 +Field_7_2_0_23478_007 +TitleName_lang +HordeGarrFollItemSetID +AllianceGarrFollItemSetID +Field_7_2_0_23478_011 +Field_7_2_0_23478_012 +HordeUITextureKitID +AllianceUITextureKitID +GarrFollowerTypeID +HordeGarrFollRaceID +AllianceGarrFollRaceID +Quality +HordeGarrClassSpecID +AllianceGarrClassSpecID +FollowerLevel +Gender +Flags +HordeSourceTypeEnum<8> +AllianceSourceTypeEnum<8> +GarrTypeID +Vitality +ChrClassID +Field_7_2_0_23478_029 +Field_7_2_0_23478_030 +$id$ID<32> + LAYOUT 8826280C BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 HordeCreatureID<32> AllianceCreatureID<32> HordeSourceText_lang @@ -227,8 +353,8 @@ $id$ID<32> LAYOUT AAB75E04 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 HordeSourceText_lang AllianceSourceText_lang TitleName_lang @@ -303,7 +429,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -539,7 +665,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrFollowerLevelXP.dbd b/definitions/GarrFollowerLevelXP.dbd index 2bfc8ff1fda..81c1b715035 100644 --- a/definitions/GarrFollowerLevelXP.dbd +++ b/definitions/GarrFollowerLevelXP.dbd @@ -36,12 +36,38 @@ $id$ID<32> FollowerLevel<32> XpToNextLevel<32> +LAYOUT FFE1B062 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +XpToNextLevel<16> +ShipmentXP<16> +FollowerLevel<8> +GarrFollowerTypeID<8> + +LAYOUT 893FE412 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +XpToNextLevel +ShipmentXP +FollowerLevel +GarrFollowerTypeID + +LAYOUT B7B0E5FA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +XpToNextLevel +ShipmentXP +FollowerLevel +GarrFollowerTypeID + LAYOUT 1ED485E2 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> XpToNextLevel ShipmentXP @@ -77,7 +103,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -106,7 +132,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrFollowerQuality.dbd b/definitions/GarrFollowerQuality.dbd index b7df753cf4f..c87395ee365 100644 --- a/definitions/GarrFollowerQuality.dbd +++ b/definitions/GarrFollowerQuality.dbd @@ -40,12 +40,47 @@ TraitCount ShipmentXP ClassSpecID +LAYOUT FC4B0E8C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +XpToNextQuality<32> +ShipmentXP<16> +Quality<8> +AbilityCount<8> +TraitCount<8> +GarrFollowerTypeID<8> +ClassSpecID<32> + +LAYOUT C280F96A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +XpToNextQuality +ShipmentXP +Quality +AbilityCount +TraitCount +GarrFollowerTypeID +ClassSpecID + +LAYOUT D9C69119 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +XpToNextQuality +ShipmentXP +Quality +AbilityCount +TraitCount +GarrFollowerTypeID +ClassSpecID + LAYOUT AFF4CF7E BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> XpToNextQuality ShipmentXP @@ -87,7 +122,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -122,7 +157,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrFollowerSetXFollower.dbd b/definitions/GarrFollowerSetXFollower.dbd index 492b4969460..0185f7a4308 100644 --- a/definitions/GarrFollowerSetXFollower.dbd +++ b/definitions/GarrFollowerSetXFollower.dbd @@ -2,15 +2,33 @@ COLUMNS int ID int GarrFollowerID int GarrFollowerSetID -int Field_7_3_2_25549_000? -int Field_7_3_2_25549_001? + +LAYOUT FBF2EEC7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GarrFollowerID<32> +GarrFollowerSetID<32> + +LAYOUT 7DA50E93 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GarrFollowerID<32> +GarrFollowerSetID<32> + +LAYOUT CD2A828F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GarrFollowerID<32> +GarrFollowerSetID<32> LAYOUT B085A2BB BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> -Field_7_3_2_25549_000<32> -Field_7_3_2_25549_001<32> +GarrFollowerID<32> +GarrFollowerSetID<32> LAYOUT DB0E0A17, 621C60FF, 5598AED9 BUILD 10.0.0.43342 @@ -28,7 +46,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +56,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GarrFollowerID<32> $noninline,relation$GarrFollowerSetID<32> @@ -55,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrFollowerType.dbd b/definitions/GarrFollowerType.dbd index 552219f9209..45bfcd619e3 100644 --- a/definitions/GarrFollowerType.dbd +++ b/definitions/GarrFollowerType.dbd @@ -40,12 +40,47 @@ LevelRangeBias ItemLevelRangeBias Flags +LAYOUT EA68CDE6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MaxItemLevel<16> +MaxFollowers<8> +MaxFollowerBuildingType<8> +GarrTypeID<8> +LevelRangeBias<8> +ItemLevelRangeBias<8> +Flags<8> + +LAYOUT 11BF0CF4 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MaxItemLevel +MaxFollowers +MaxFollowerBuildingType +GarrTypeID +LevelRangeBias +ItemLevelRangeBias +Flags + +LAYOUT CEDCA983 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MaxItemLevel +MaxFollowers +MaxFollowerBuildingType +GarrTypeID +LevelRangeBias +ItemLevelRangeBias +Flags + LAYOUT D676FBC0 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MaxItemLevel MaxFollowers @@ -87,7 +122,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -121,7 +156,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrFollowerUICreature.dbd b/definitions/GarrFollowerUICreature.dbd index 0113261c168..03bbf53f6f6 100644 --- a/definitions/GarrFollowerUICreature.dbd +++ b/definitions/GarrFollowerUICreature.dbd @@ -7,9 +7,41 @@ int GarrFollowerID int OrderIndex float Scale +LAYOUT 438C8EE4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +CreatureID<32> +Scale +GarrFollowerID<16> +FactionIndex<8> +OrderIndex<8> +Flags<8> + +LAYOUT FD25FD98 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +CreatureID<32> +Scale +GarrFollowerID +FactionIndex +OrderIndex +Flags + +LAYOUT 0F87AA1E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +CreatureID<32> +Scale +GarrFollowerID +FactionIndex +OrderIndex +Flags + LAYOUT C7F756E0 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> CreatureID<32> Scale @@ -20,8 +52,8 @@ Flags LAYOUT 7E275E96 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CreatureID<32> Scale @@ -54,7 +86,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -94,7 +126,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrFollowerXAbility.dbd b/definitions/GarrFollowerXAbility.dbd index 6a2660086b6..eee1176a08b 100644 --- a/definitions/GarrFollowerXAbility.dbd +++ b/definitions/GarrFollowerXAbility.dbd @@ -10,9 +10,32 @@ $id$ID<32> GarrFollowerID<32> GarrAbilityID<32> +LAYOUT 383ECAF5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GarrFollowerID<16> +GarrAbilityID<16> +FactionIndex<8> + +LAYOUT 3417420F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GarrFollowerID +GarrAbilityID +FactionIndex + +LAYOUT 7A5F43BE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GarrFollowerID +GarrAbilityID +FactionIndex + LAYOUT BBD924E3 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> GarrFollowerID GarrAbilityID @@ -20,8 +43,8 @@ FactionIndex LAYOUT 996447F1, E0ED321D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GarrAbilityID FactionIndex @@ -49,7 +72,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -85,7 +108,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrItemLevelUpgradeData.dbd b/definitions/GarrItemLevelUpgradeData.dbd index e929c305213..b438ff3fb11 100644 --- a/definitions/GarrItemLevelUpgradeData.dbd +++ b/definitions/GarrItemLevelUpgradeData.dbd @@ -32,6 +32,23 @@ MinItemLevel<32> MaxItemLevel<32> FollowerTypeID<32> +LAYOUT 35453459 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +Operation<32> +MinItemLevel<32> +MaxItemLevel<32> +FollowerTypeID<32> + +LAYOUT 84F6F272 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +Operation<32> +MinItemLevel<32> +MaxItemLevel<32> +FollowerTypeID<32> + LAYOUT 069F44E5, 6B8723A1, 13566AC6 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -44,9 +61,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -56,12 +73,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> Operation<32> MinItemLevel<32> @@ -93,7 +110,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrMechanic.dbd b/definitions/GarrMechanic.dbd index 77829cd7782..16481830ce1 100644 --- a/definitions/GarrMechanic.dbd +++ b/definitions/GarrMechanic.dbd @@ -48,12 +48,35 @@ $id$ID<32> GarrMechanicTypeID<32> Factor +LAYOUT 53840C97 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Factor +GarrMechanicTypeID<8> +GarrAbilityID<32> + +LAYOUT EDB4B635 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Factor +GarrMechanicTypeID +GarrAbilityID<32> + +LAYOUT 94716B40 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Factor +GarrMechanicTypeID +GarrAbilityID<32> + LAYOUT AB49DA61, 6756A38D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Factor GarrMechanicTypeID @@ -64,7 +87,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -99,7 +122,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrMechanicSetXMechanic.dbd b/definitions/GarrMechanicSetXMechanic.dbd index b6054c87ac4..9dab308e79a 100644 --- a/definitions/GarrMechanicSetXMechanic.dbd +++ b/definitions/GarrMechanicSetXMechanic.dbd @@ -38,12 +38,32 @@ $id$ID<32> GarrMechanicID $noninline,relation$GarrMechanicSetID<32> +LAYOUT B1E026AD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +GarrMechanicID<8> +$id$ID<32> +GarrMechanicSetID<32> + +LAYOUT BB8B284F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +GarrMechanicID +$id$ID<32> +GarrMechanicSetID + +LAYOUT 42F5FE36 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +GarrMechanicID +$id$ID<32> +GarrMechanicSetID + LAYOUT 59514F7B, 6055F027 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 GarrMechanicID $id$ID<32> $noninline,relation$GarrMechanicSetID @@ -59,7 +79,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -93,7 +113,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrMechanicType.dbd b/definitions/GarrMechanicType.dbd index 49883124882..c1554662901 100644 --- a/definitions/GarrMechanicType.dbd +++ b/definitions/GarrMechanicType.dbd @@ -39,12 +39,38 @@ Name_lang Description_lang IconFileDataID<32> +LAYOUT A0666F41 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +Description_lang +IconFileDataID<32> +Category<8> +$id$ID<32> + +LAYOUT 1F3BF9E3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +Description_lang +IconFileDataID<32> +Category +$id$ID<32> + +LAYOUT 76E45BEE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +Description_lang +IconFileDataID<32> +Category +$id$ID<32> + LAYOUT 6FEA569F, 10601F33 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Description_lang IconFileDataID<32> @@ -72,7 +98,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -102,7 +128,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrMission.dbd b/definitions/GarrMission.dbd index 924d2ba1a7a..12c1bf75412 100644 --- a/definitions/GarrMission.dbd +++ b/definitions/GarrMission.dbd @@ -140,9 +140,139 @@ Name_lang Description_lang Location_lang +LAYOUT D5EA8A8F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +MissionDuration<32> +OfferDuration<32> +Name_lang +Description_lang +Location_lang +MapPos[2] +WorldPos[2] +TargetItemLevel<16> +UiTextureKitID<16> +PlayerConditionID<16> +GarrMissionSetID<16> +MissionCostCurrencyTypesID<16> +EnvGarrMechanicID<16> +TargetLevel<8> +EnvGarrMechanicTypeID<8> +MaxFollowers<8> +OfferedGarrMissionTextureID<8> +GarrMissionTypeID<8> +GarrFollowerTypeID<8> +BaseCompletionChance<8> +FollowerDeathChance<8> +GarrTypeID<8> +$id$ID<32> +TravelDuration<32> +MissionCost<32> +Flags<32> +BaseFollowerXP<32> +AreaID<32> +OvermaxRewardPackID<32> + +LAYOUT 45F74B40 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +MissionDuration<32> +OfferDuration +Name_lang +Description_lang +Location_lang +MapPos[2] +WorldPos[2] +TargetItemLevel +UiTextureKitID +PlayerConditionID +MissionCostCurrencyTypesID +TargetLevel<8> +EnvGarrMechanicTypeID +MaxFollowers +OfferedGarrMissionTextureID +GarrMissionTypeID +GarrFollowerTypeID +BaseCompletionChance +FollowerDeathChance +GarrTypeID +$id$ID<32> +TravelDuration<32> +GarrMissionSetID +MissionCost +Flags +BaseFollowerXP +AreaID +OvermaxRewardPackID +EnvGarrMechanicID + +LAYOUT 40C213EF +BUILD 7.2.0.23478 +MissionDuration<32> +OfferDuration +Name_lang +Description_lang +Location_lang +MapPos[2] +WorldPos[2] +TargetItemLevel +UiTextureKitID +PlayerConditionID +MissionCostCurrencyTypesID +TargetLevel<8> +EnvGarrMechanicTypeID +MaxFollowers +OfferedGarrMissionTextureID +GarrMissionTypeID +GarrFollowerTypeID +BaseCompletionChance +FollowerDeathChance +GarrTypeID +$id$ID<32> +TravelDuration<32> +GarrMissionSetID +MissionCost +Flags +BaseFollowerXP +AreaID +OvermaxRewardPackID +EnvGarrMechanicID + +LAYOUT 6F87532B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +MissionDuration<32> +OfferDuration +Name_lang +Description_lang +Location_lang +MapPos[2] +WorldPos[2] +TargetItemLevel +UiTextureKitID +MissionCostCurrencyTypesID +TargetLevel<8> +EnvGarrMechanicTypeID +MaxFollowers +OfferedGarrMissionTextureID +GarrMissionTypeID +GarrFollowerTypeID +BaseCompletionChance +FollowerDeathChance +GarrTypeID +$id$ID<32> +TravelDuration<32> +PlayerConditionID +GarrMissionSetID +MissionCost +Flags +BaseFollowerXP +AreaID +OvermaxRewardPackID +EnvGarrMechanicID + LAYOUT AC978C1E BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 MissionDuration<32> OfferDuration Name_lang @@ -175,8 +305,8 @@ EnvGarrMechanicID LAYOUT DDD70490 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Description_lang Location_lang @@ -288,7 +418,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -511,7 +641,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrMissionSet.dbd b/definitions/GarrMissionSet.dbd index a18e1bd6580..4da848cb213 100644 --- a/definitions/GarrMissionSet.dbd +++ b/definitions/GarrMissionSet.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrMissionTexture.dbd b/definitions/GarrMissionTexture.dbd index ac2060beb46..ad213dc41fc 100644 --- a/definitions/GarrMissionTexture.dbd +++ b/definitions/GarrMissionTexture.dbd @@ -3,6 +3,26 @@ int ID float Pos int UiTextureKitID +LAYOUT 23676140 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Pos[2] +UiTextureKitID<16> + +LAYOUT F05AA314 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Pos[2] +UiTextureKitID + +LAYOUT 0334D66C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Pos[2] +UiTextureKitID + LAYOUT 3071301C, 0D378464, 6EF58B43 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -19,9 +39,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +51,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Pos[2] UiTextureKitID @@ -48,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrMissionType.dbd b/definitions/GarrMissionType.dbd index a768dc9223b..3cdbc1c37b6 100644 --- a/definitions/GarrMissionType.dbd +++ b/definitions/GarrMissionType.dbd @@ -4,6 +4,29 @@ locstring Name_lang int UiTextureAtlasMemberID int UiTextureKitID +LAYOUT DB3475F8 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +UiTextureAtlasMemberID<16> +UiTextureKitID<16> + +LAYOUT D4418DFA +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +UiTextureAtlasMemberID +UiTextureKitID + +LAYOUT A9188907 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +UiTextureAtlasMemberID +UiTextureKitID + LAYOUT A289655E, 3FC87149, 3F7F567D BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -20,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -32,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang UiTextureAtlasMemberID @@ -50,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrMissionXEncounter.dbd b/definitions/GarrMissionXEncounter.dbd index 393a4c8fcb9..117968dcddc 100644 --- a/definitions/GarrMissionXEncounter.dbd +++ b/definitions/GarrMissionXEncounter.dbd @@ -37,9 +37,35 @@ $id$ID<32> GarrMissionID<32> GarrEncounterID<32> +LAYOUT 46A9DA96 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +OrderIndex<8> +$id$ID<32> +GarrMissionID<32> +GarrEncounterID<32> +GarrEncounterSetID<32> + +LAYOUT B5F87D30 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +OrderIndex +$id$ID<32> +GarrMissionID +GarrEncounterID +GarrEncounterSetID + +LAYOUT 920689A3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +OrderIndex +$id$ID<32> +GarrMissionID +GarrEncounterID +GarrEncounterSetID + LAYOUT A5D54AAC BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 OrderIndex $id$ID<32> GarrMissionID @@ -48,8 +74,8 @@ GarrEncounterSetID LAYOUT BCB016C6, 5763EDB2 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 OrderIndex $id$ID<32> GarrEncounterID @@ -81,7 +107,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -124,7 +150,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrMissionXFollower.dbd b/definitions/GarrMissionXFollower.dbd index c78b0d01af2..a018833245a 100644 --- a/definitions/GarrMissionXFollower.dbd +++ b/definitions/GarrMissionXFollower.dbd @@ -29,9 +29,32 @@ GarrFollowerID<32> GarrFollowerSetID<32> $noninline,relation$GarrMissionID<32> +LAYOUT D690F927 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GarrMissionID<32> +GarrFollowerID<32> +GarrFollowerSetID<32> + +LAYOUT 842CDEB1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GarrMissionID<32> +GarrFollowerID<32> +GarrFollowerSetID<32> + +LAYOUT 06888018 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GarrMissionID<32> +GarrFollowerID<32> +GarrFollowerSetID<32> + LAYOUT 1FE8A08D BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> GarrMissionID<32> GarrFollowerID<32> @@ -45,7 +68,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -55,12 +78,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GarrFollowerID<32> GarrFollowerSetID<32> @@ -88,7 +111,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrMssnBonusAbility.dbd b/definitions/GarrMssnBonusAbility.dbd index de7eaf0d4a7..043c5788134 100644 --- a/definitions/GarrMssnBonusAbility.dbd +++ b/definitions/GarrMssnBonusAbility.dbd @@ -6,12 +6,41 @@ int GarrFollowerTypeID int GarrMissionTextureID float Radius +LAYOUT F38EA42C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Radius +DurationSecs<32> +GarrAbilityID<16> +GarrFollowerTypeID<8> +GarrMissionTextureID<8> + +LAYOUT FB4204DE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Radius +DurationSecs<32> +GarrAbilityID +GarrFollowerTypeID +GarrMissionTextureID + +LAYOUT B9920FA7 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Radius +DurationSecs<32> +GarrAbilityID +GarrFollowerTypeID +GarrMissionTextureID + LAYOUT 35F5AE92, 3E340996 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Radius DurationSecs<32> @@ -44,7 +73,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -63,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrPlot.dbd b/definitions/GarrPlot.dbd index 94af0e62575..ac9e10b778f 100644 --- a/definitions/GarrPlot.dbd +++ b/definitions/GarrPlot.dbd @@ -27,12 +27,47 @@ Flags<32> Name UpgradeRequirement<32>[2] +LAYOUT D59B7CAE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +AllianceConstructObjID<32> +HordeConstructObjID<32> +UiCategoryID<8> +PlotType<8> +Flags<8> +UpgradeRequirement<32>[2] + +LAYOUT 722729C8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +AllianceConstructObjID<32> +HordeConstructObjID<32> +UiCategoryID +PlotType +Flags +UpgradeRequirement[2] + +LAYOUT F6F3DFA3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +AllianceConstructObjID<32> +HordeConstructObjID<32> +UiCategoryID +PlotType +Flags +UpgradeRequirement[2] + LAYOUT 56A5C664, E12049E0 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name AllianceConstructObjID<32> @@ -67,7 +102,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -108,7 +143,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrPlotBuilding.dbd b/definitions/GarrPlotBuilding.dbd index 46d812bc63c..2722388e391 100644 --- a/definitions/GarrPlotBuilding.dbd +++ b/definitions/GarrPlotBuilding.dbd @@ -8,6 +8,26 @@ $id$ID<32> GarrPlotID<32> GarrBuildingID<32> +LAYOUT D1C720D2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GarrPlotID<8> +GarrBuildingID<8> + +LAYOUT DB3B415A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GarrPlotID +GarrBuildingID + +LAYOUT AB0E67EA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GarrPlotID +GarrBuildingID + LAYOUT 3F77A6FA, 1ECDCE0A, 25DEBBD2 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -24,9 +44,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -36,12 +56,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GarrPlotID GarrBuildingID @@ -53,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrPlotInstance.dbd b/definitions/GarrPlotInstance.dbd index 6417aec0f0d..93db3328db6 100644 --- a/definitions/GarrPlotInstance.dbd +++ b/definitions/GarrPlotInstance.dbd @@ -8,6 +8,26 @@ $id$ID<32> GarrPlotID<32> Name +LAYOUT 97FC2737 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +GarrPlotID<8> + +LAYOUT E6B42A2F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +GarrPlotID + +LAYOUT D42E767D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +GarrPlotID + LAYOUT B708BB37, 1FD77CCF, 6096D1F7 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -20,17 +40,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name GarrPlotID @@ -58,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrPlotUICategory.dbd b/definitions/GarrPlotUICategory.dbd index 39dcaa084eb..ee7d55903c5 100644 --- a/definitions/GarrPlotUICategory.dbd +++ b/definitions/GarrPlotUICategory.dbd @@ -8,6 +8,26 @@ $id$ID<32> CategoryName_lang PlotType<32> +LAYOUT 7A4BC3A6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +CategoryName_lang +PlotType<8> + +LAYOUT AC00FA66 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +CategoryName_lang +PlotType + +LAYOUT 9E938E44 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +CategoryName_lang +PlotType + LAYOUT A94645EE, 867482E6, 159DD397 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -24,9 +44,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -36,12 +56,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CategoryName_lang PlotType @@ -53,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrSiteLevel.dbd b/definitions/GarrSiteLevel.dbd index 740640d1896..1dcc4327a11 100644 --- a/definitions/GarrSiteLevel.dbd +++ b/definitions/GarrSiteLevel.dbd @@ -9,6 +9,13 @@ int UiTextureKitID int UpgradeCost int UpgradeGoldCost int UpgradeMovieID +int Field_7_1_0_22636_005? // DBAnalyser: [GarrLevel, 1%], [MaxBuildingLevel, 1%] +int Field_7_1_0_22636_007? // DBAnalyser: [UpgradeMovieID, 0,5%] +int Field_7_1_0_22636_008? // DBAnalyser: [GarrLevel, 1%], [MaxBuildingLevel, 1%] +int Field_7_2_0_23445_006? // DBAnalyser: [GarrLevel, 1%], [MaxBuildingLevel, 1%], [Field_7_1_0_22636_005, 1%], [Field_7_1_0_22636_008, 1%] +int Field_7_2_0_23445_008? // DBAnalyser: [GarrLevel, 1%], [MaxBuildingLevel, 1%], [Field_7_1_0_22636_005, 1%], [Field_7_1_0_22636_008, 1%] +int Field_7_2_0_23478_006? // DBAnalyser: [GarrLevel, 1%], [MaxBuildingLevel, 1%], [Field_7_2_0_23445_006, 1%], [Field_7_2_0_23445_008, 1%] +int Field_7_2_0_23478_008? // DBAnalyser: [GarrLevel, 1%], [MaxBuildingLevel, 1%], [Field_7_2_0_23445_006, 1%], [Field_7_2_0_23445_008, 1%] BUILD 6.0.1.18179 $id$ID<32> @@ -17,12 +24,53 @@ MapID<32> GarrSiteID<32> UiTextureKitID<32> +LAYOUT 149CFC3A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TownHallUiPos[2] +MapID<16> +UiTextureKitID<16> +UpgradeCost<16> +UpgradeGoldCost<16> +Field_7_1_0_22636_005<8> +GarrSiteID<8> +Field_7_1_0_22636_007<8> +Field_7_1_0_22636_008<8> + +LAYOUT 39ADEFF4 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +TownHallUiPos[2] +MapID +UiTextureKitID +UpgradeMovieID +UpgradeCost +UpgradeGoldCost +Field_7_2_0_23445_006 +GarrSiteID +Field_7_2_0_23445_008 + +LAYOUT 82CAFD63 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +TownHallUiPos[2] +MapID +UiTextureKitID +UpgradeMovieID +UpgradeCost +UpgradeGoldCost +Field_7_2_0_23478_006 +GarrSiteID +Field_7_2_0_23478_008 + LAYOUT D3979C38 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TownHallUiPos[2] MapID @@ -85,7 +133,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -108,7 +156,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrSiteLevelPlotInst.dbd b/definitions/GarrSiteLevelPlotInst.dbd index 81b0d569f12..503331599b7 100644 --- a/definitions/GarrSiteLevelPlotInst.dbd +++ b/definitions/GarrSiteLevelPlotInst.dbd @@ -12,6 +12,32 @@ GarrPlotInstanceID<32> UiMarkerPos[2] UiMarkerSize<32> +LAYOUT C927B825 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +UiMarkerPos[2] +GarrSiteLevelID<16> +GarrPlotInstanceID<8> +UiMarkerSize<8> + +LAYOUT 4B68EC71 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +UiMarkerPos[2] +GarrSiteLevelID +GarrPlotInstanceID +UiMarkerSize + +LAYOUT 0FCB9EBB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +UiMarkerPos[2] +GarrSiteLevelID +GarrPlotInstanceID +UiMarkerSize + LAYOUT C4E74201, A3DF8AD1, 7BE32B9A BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -28,9 +54,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -40,12 +66,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> UiMarkerPos[2] $relation$GarrSiteLevelID @@ -59,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrSpecialization.dbd b/definitions/GarrSpecialization.dbd index 2d54b260011..1569cf02d8f 100644 --- a/definitions/GarrSpecialization.dbd +++ b/definitions/GarrSpecialization.dbd @@ -18,9 +18,44 @@ Param[2] Name_lang Tooltip_lang +LAYOUT FCB39A5B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +IconFileDataID<32> +Param[2] +Name_lang +Tooltip_lang +BuildingType<8> +SpecType<8> +RequiredUpgradeLevel<8> + +LAYOUT 829B7CF3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +IconFileDataID<32> +Param[2] +Name_lang +Tooltip_lang +BuildingType +SpecType +RequiredUpgradeLevel + +LAYOUT B39D24D6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +IconFileDataID<32> +Param[2] +Name_lang +Tooltip_lang +BuildingType +SpecType +RequiredUpgradeLevel + LAYOUT 155E1CD7 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> IconFileDataID<32> Param[2] @@ -32,8 +67,8 @@ RequiredUpgradeLevel LAYOUT 797A0F2F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Tooltip_lang @@ -79,7 +114,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -100,7 +135,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrString.dbd b/definitions/GarrString.dbd index c8750cbdc07..8937ec253fb 100644 --- a/definitions/GarrString.dbd +++ b/definitions/GarrString.dbd @@ -2,6 +2,23 @@ COLUMNS int ID locstring Text_lang +LAYOUT C3BC61DD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Text_lang + +LAYOUT 2B06F790 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Text_lang + +LAYOUT 07B475A1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Text_lang + LAYOUT E1C08C0C, F404C7D8, 37DB7C48 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -18,9 +35,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -30,12 +47,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Text_lang @@ -46,7 +63,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrTalTreeXGarrTalResearch.dbd b/definitions/GarrTalTreeXGarrTalResearch.dbd index 6b0d9bbefa5..0418e17d971 100644 --- a/definitions/GarrTalTreeXGarrTalResearch.dbd +++ b/definitions/GarrTalTreeXGarrTalResearch.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrTalent.dbd b/definitions/GarrTalent.dbd index d96d6fdac01..0b99e13249d 100644 --- a/definitions/GarrTalent.dbd +++ b/definitions/GarrTalent.dbd @@ -24,6 +24,11 @@ int PrerequisiteTalentID int ResearchCostSource // 0: Talent, 1: Tree int ActiveDurationSecs int GarrTalentSocketPropertiesID +int Field_7_1_0_22636_003? // DBAnalyser: [ResearchDurationSecs, 0,36%] +int Field_7_1_0_22636_006? // DBAnalyser: [Flags, 0,95%], [ResearchGoldCost, 0,95%], [RespecGoldCost, 0,95%] +int Field_7_1_0_22636_011? // DBAnalyser: [ResearchCost, 0,18%] +int Field_7_1_0_22636_013? // DBAnalyser: [Flags, 0,95%], [ResearchGoldCost, 0,95%], [RespecGoldCost, 0,95%] +int Field_7_1_0_22636_019? // DBAnalyser: [Flags, 0,95%], [ResearchGoldCost, 0,95%], [RespecGoldCost, 0,95%] LAYOUT 2922ABC2 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -111,9 +116,80 @@ RespecCost<32> RespecCostCurrencyTypesID Flags<8> +LAYOUT 2CD56738 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +IconFileDataID<32> +Name_lang +Description_lang +Field_7_1_0_22636_003<32> +Tier<8> +UiOrder<8> +Field_7_1_0_22636_006<8> +$id$ID<32> +GarrTalentTreeID<32> +GarrAbilityID<32> +PlayerConditionID<32> +Field_7_1_0_22636_011<32> +ResearchCostCurrencyTypesID<32> +Field_7_1_0_22636_013<32> +PerkSpellID<32> +PerkPlayerConditionID<32> +RespecCost<32> +RespecCostCurrencyTypesID<32> +RespecDurationSecs<32> +Field_7_1_0_22636_019<32> + +LAYOUT DA29365C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +IconFileDataID<32> +Name_lang +Description_lang +Field_7_1_0_22636_003<32> +Tier<8> +UiOrder<8> +Field_7_1_0_22636_006<8> +$id$ID<32> +GarrTalentTreeID +GarrAbilityID +PlayerConditionID +Field_7_1_0_22636_011<32> +ResearchCostCurrencyTypesID +Field_7_1_0_22636_013<32> +PerkSpellID +PerkPlayerConditionID +RespecCost<32> +RespecCostCurrencyTypesID +RespecDurationSecs<32> +Field_7_1_0_22636_019<32> + +LAYOUT 2AAEEA1A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +IconFileDataID<32> +Name_lang +Description_lang +Field_7_1_0_22636_003<32> +Tier<8> +UiOrder<8> +Field_7_1_0_22636_006<8> +$id$ID<32> +GarrTalentTreeID +GarrAbilityID +PlayerConditionID +Field_7_1_0_22636_011<32> +ResearchCostCurrencyTypesID +Field_7_1_0_22636_013<32> +PerkSpellID +PerkPlayerConditionID +RespecCost<32> +RespecCostCurrencyTypesID +RespecDurationSecs<32> +Field_7_1_0_22636_019<32> + LAYOUT FA331244 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 IconFileDataID<32> Name_lang Description_lang @@ -137,8 +213,8 @@ RespecGoldCost<32> LAYOUT 53D5FD16 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Description_lang IconFileDataID<32> @@ -190,7 +266,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -314,7 +390,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrTalentCost.dbd b/definitions/GarrTalentCost.dbd index 048be8dcf65..bfaf3f7bed2 100644 --- a/definitions/GarrTalentCost.dbd +++ b/definitions/GarrTalentCost.dbd @@ -35,7 +35,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrTalentMapPOI.dbd b/definitions/GarrTalentMapPOI.dbd index ad4bf0945a1..770dd9e8448 100644 --- a/definitions/GarrTalentMapPOI.dbd +++ b/definitions/GarrTalentMapPOI.dbd @@ -23,7 +23,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrTalentRank.dbd b/definitions/GarrTalentRank.dbd index 337dfaf61a2..db9005c68d8 100644 --- a/definitions/GarrTalentRank.dbd +++ b/definitions/GarrTalentRank.dbd @@ -111,7 +111,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrTalentRankGroupEntry.dbd b/definitions/GarrTalentRankGroupEntry.dbd index 55d66d674d2..5bfcd23a1fd 100644 --- a/definitions/GarrTalentRankGroupEntry.dbd +++ b/definitions/GarrTalentRankGroupEntry.dbd @@ -18,7 +18,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrTalentRankGroupResearchMod.dbd b/definitions/GarrTalentRankGroupResearchMod.dbd index bf303d6f218..3cd86490572 100644 --- a/definitions/GarrTalentRankGroupResearchMod.dbd +++ b/definitions/GarrTalentRankGroupResearchMod.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrTalentResearch.dbd b/definitions/GarrTalentResearch.dbd index 7091d6df18d..78747568864 100644 --- a/definitions/GarrTalentResearch.dbd +++ b/definitions/GarrTalentResearch.dbd @@ -37,7 +37,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrTalentSocketProperties.dbd b/definitions/GarrTalentSocketProperties.dbd index 5fecad5ba78..1fdcacb9b46 100644 --- a/definitions/GarrTalentSocketProperties.dbd +++ b/definitions/GarrTalentSocketProperties.dbd @@ -22,7 +22,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrTalentTree.dbd b/definitions/GarrTalentTree.dbd index 1523e0add96..c2be4b09318 100644 --- a/definitions/GarrTalentTree.dbd +++ b/definitions/GarrTalentTree.dbd @@ -63,12 +63,47 @@ UiOrder<8> Flags<8> UiTextureKitID +LAYOUT 473D1B66 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MaxTiers<8> +UiOrder<8> +ClassID<32> +GarrTypeID<32> + +LAYOUT ABBF22B2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MaxTiers<8> +UiOrder<8> +ClassID<32> +GarrTypeID<32> + +LAYOUT C42F0FDC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MaxTiers<8> +UiOrder<8> +ClassID<32> +GarrTypeID<32> + +LAYOUT 6A32C419 +BUILD 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +UiTextureKitID +MaxTiers<8> +UiOrder<8> +ClassID<32> +GarrTypeID<32> + LAYOUT 676CBC04 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> UiTextureKitID MaxTiers<8> @@ -101,7 +136,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -231,7 +266,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrType.dbd b/definitions/GarrType.dbd index e8b193e1771..69617a1c021 100644 --- a/definitions/GarrType.dbd +++ b/definitions/GarrType.dbd @@ -37,8 +37,37 @@ ExpansionID Flags MapIDs<32>[2] +LAYOUT F4EAC5C2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<32> +PrimaryCurrencyTypeID<32> +SecondaryCurrencyTypeID<32> +ExpansionID<32> +MapIDs<32> + +LAYOUT 2E9248F4 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags +PrimaryCurrencyTypeID +SecondaryCurrencyTypeID +ExpansionID +MapIDs<32> + +LAYOUT 2D86EF39 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags +PrimaryCurrencyTypeID +SecondaryCurrencyTypeID +ExpansionID +MapIDs<32> + LAYOUT 40A23048 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Flags PrimaryCurrencyTypeID @@ -58,8 +87,8 @@ MapIDs<32>[2] LAYOUT 7C52F3B7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags PrimaryCurrencyTypeID @@ -84,7 +113,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -154,7 +183,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrUiAnimClassInfo.dbd b/definitions/GarrUiAnimClassInfo.dbd index 41ab71dccdf..f29bcdd5d16 100644 --- a/definitions/GarrUiAnimClassInfo.dbd +++ b/definitions/GarrUiAnimClassInfo.dbd @@ -7,6 +7,8 @@ float ImpactDelaySecs int CastKit int ImpactKit int TargetImpactKit +int Field_7_1_0_22636_001? +int Field_7_2_0_23445_000? LAYOUT FBDFD3FD BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -62,12 +64,38 @@ SpellVisualID<32> MovementType<32> ImpactDelaySecs +LAYOUT 0CCE756E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ImpactDelaySecs +Field_7_1_0_22636_001<16> +GarrClassSpecID<8> +MovementType<8> + +LAYOUT 834C96F0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Field_7_2_0_23445_000 +ImpactDelaySecs +GarrClassSpecID +MovementType + +LAYOUT A646EE4A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Field_7_2_0_23445_000 +ImpactDelaySecs +GarrClassSpecID +MovementType + LAYOUT DBF4633D, 0479E6CD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ImpactDelaySecs GarrClassSpecID @@ -82,7 +110,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -123,7 +151,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GarrUiAnimRaceInfo.dbd b/definitions/GarrUiAnimRaceInfo.dbd index 29deb77690c..cad2b81845d 100644 --- a/definitions/GarrUiAnimRaceInfo.dbd +++ b/definitions/GarrUiAnimRaceInfo.dbd @@ -27,12 +27,65 @@ Height SingleModelScale SingleModelHeight +LAYOUT 332C8478 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MaleScale +MaleHeight +MaleSingleModelScale +MaleSingleModelHeight +MaleFollowerPageScale +MaleFollowerPageHeight +FemaleScale +FemaleHeight +FemaleSingleModelScale +FemaleSingleModelHeight +FemaleFollowerPageScale +FemaleFollowerPageHeight +GarrFollRaceID<8> + +LAYOUT 1C1C554A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MaleScale +MaleHeight +MaleSingleModelScale +MaleSingleModelHeight +MaleFollowerPageScale +MaleFollowerPageHeight +FemaleScale +FemaleHeight +FemaleSingleModelScale +FemaleSingleModelHeight +FemaleFollowerPageScale +FemaleFollowerPageHeight +GarrFollRaceID + +LAYOUT CC2DE241 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MaleScale +MaleHeight +MaleSingleModelScale +MaleSingleModelHeight +MaleFollowerPageScale +MaleFollowerPageHeight +FemaleScale +FemaleHeight +FemaleSingleModelScale +FemaleSingleModelHeight +FemaleFollowerPageScale +FemaleFollowerPageHeight +GarrFollRaceID + LAYOUT 44B9C1DE BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MaleScale MaleHeight @@ -90,7 +143,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -117,7 +170,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GemProperties.dbd b/definitions/GemProperties.dbd index b21a9b54fb8..f19c613cbba 100644 --- a/definitions/GemProperties.dbd +++ b/definitions/GemProperties.dbd @@ -51,12 +51,35 @@ Maxcount_item<32> Type<32> Min_item_level<32> +LAYOUT 2C970C09 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Type<32> +Enchant_ID<16> +Min_item_level<16> + +LAYOUT 5DED9847 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Type +Enchant_ID +Min_item_level + +LAYOUT F35D29FC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Type +Enchant_ID +Min_item_level + LAYOUT 84558CAB, AB17B7EF BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Type Enchant_ID @@ -80,7 +103,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -110,7 +133,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlideEvent.dbd b/definitions/GlideEvent.dbd index 84862ab8fd4..00de3b950b2 100644 --- a/definitions/GlideEvent.dbd +++ b/definitions/GlideEvent.dbd @@ -37,7 +37,7 @@ Field_10_0_0_44795_006<32> Field_10_0_0_45232_007<32> LAYOUT 63D375D1 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlideEventBlendTimes.dbd b/definitions/GlideEventBlendTimes.dbd index fe7ca26feb9..b763e1c124e 100644 --- a/definitions/GlideEventBlendTimes.dbd +++ b/definitions/GlideEventBlendTimes.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlobalColor.dbd b/definitions/GlobalColor.dbd index 1409949b81b..1ea38d07653 100644 --- a/definitions/GlobalColor.dbd +++ b/definitions/GlobalColor.dbd @@ -11,7 +11,7 @@ Color<32> LAYOUT 2566517B BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlobalCurve.dbd b/definitions/GlobalCurve.dbd index c018c52383d..3ed8755f773 100644 --- a/definitions/GlobalCurve.dbd +++ b/definitions/GlobalCurve.dbd @@ -23,7 +23,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlobalGameContentTuning.dbd b/definitions/GlobalGameContentTuning.dbd index 0063859cdae..6acab0905cd 100644 --- a/definitions/GlobalGameContentTuning.dbd +++ b/definitions/GlobalGameContentTuning.dbd @@ -23,7 +23,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlobalPlayerCondition.dbd b/definitions/GlobalPlayerCondition.dbd index be19a46bd80..f5228436f82 100644 --- a/definitions/GlobalPlayerCondition.dbd +++ b/definitions/GlobalPlayerCondition.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlobalPlayerConditionSet.dbd b/definitions/GlobalPlayerConditionSet.dbd index 5bfc572bd47..32596b72597 100644 --- a/definitions/GlobalPlayerConditionSet.dbd +++ b/definitions/GlobalPlayerConditionSet.dbd @@ -18,7 +18,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlobalStrings.dbd b/definitions/GlobalStrings.dbd index b3d12ef6046..cb2af65cd0e 100644 --- a/definitions/GlobalStrings.dbd +++ b/definitions/GlobalStrings.dbd @@ -4,6 +4,29 @@ string BaseTag int Flags // 0x1: FrameXML, 0x2: GlueXML locstring TagText_lang +LAYOUT AA0E6518 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +BaseTag +TagText_lang +Flags<8> + +LAYOUT CA5CD67A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BaseTag +TagText_lang +Flags + +LAYOUT A6D579DB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BaseTag +TagText_lang +Flags + LAYOUT 2CA3EA1E, 843675FD, 9F2B05C5 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -16,17 +39,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BaseTag TagText_lang @@ -56,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlyphBindableSpell.dbd b/definitions/GlyphBindableSpell.dbd index 0614632b3de..f9a324f0024 100644 --- a/definitions/GlyphBindableSpell.dbd +++ b/definitions/GlyphBindableSpell.dbd @@ -3,6 +3,26 @@ int ID int GlyphPropertiesID int SpellID +LAYOUT 27B5FEE6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +GlyphPropertiesID<16> + +LAYOUT 5DC422F2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +GlyphPropertiesID<16> + +LAYOUT 9CBB20C4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +GlyphPropertiesID<16> + LAYOUT EA228DFA, 03429C72, 653A89C4 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -15,17 +35,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> $noninline,relation$GlyphPropertiesID<16> @@ -53,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlyphExclusiveCategory.dbd b/definitions/GlyphExclusiveCategory.dbd index ebfcd6dab22..40a50706f3b 100644 --- a/definitions/GlyphExclusiveCategory.dbd +++ b/definitions/GlyphExclusiveCategory.dbd @@ -6,6 +6,23 @@ BUILD 6.0.1.18179 $id$ID<32> Name_lang +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang + +LAYOUT 9DC91A41 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang + +LAYOUT 90608A4C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang + LAYOUT FE598FCD, 59622339, F1376CB9 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -22,9 +39,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -34,12 +51,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang @@ -50,7 +67,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlyphProperties.dbd b/definitions/GlyphProperties.dbd index be31c9904e4..4db9e9a6670 100644 --- a/definitions/GlyphProperties.dbd +++ b/definitions/GlyphProperties.dbd @@ -82,20 +82,46 @@ GlyphType<32> SpellIconID<32> GlyphExclusiveCategoryID<32> +LAYOUT F6DCEE71 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +SpellIconID<16> +GlyphType<8> +GlyphExclusiveCategoryID<8> + +LAYOUT E493AA51 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID +SpellIconID +GlyphType +GlyphExclusiveCategoryID + +LAYOUT A7A2499B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID +SpellIconID +GlyphType +GlyphExclusiveCategoryID + LAYOUT D0046829, 7C1C2F11 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID SpellIconID @@ -127,7 +153,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GlyphRequiredSpec.dbd b/definitions/GlyphRequiredSpec.dbd index e23ed2b0128..58e028c571c 100644 --- a/definitions/GlyphRequiredSpec.dbd +++ b/definitions/GlyphRequiredSpec.dbd @@ -8,9 +8,29 @@ $id$ID<32> GlyphPropertiesID<32> ChrSpecializationID<32> +LAYOUT D29FB6FC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GlyphPropertiesID<16> +ChrSpecializationID<16> + +LAYOUT 5C9F72CC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GlyphPropertiesID +ChrSpecializationID + +LAYOUT 9B490422 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GlyphPropertiesID +ChrSpecializationID + LAYOUT 72D23C7C BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> GlyphPropertiesID ChrSpecializationID @@ -27,15 +47,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ChrSpecializationID $noninline,relation$GlyphPropertiesID @@ -63,7 +83,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GossipNPCOption.dbd b/definitions/GossipNPCOption.dbd index 8a147ade9bc..2de5cb3296f 100644 --- a/definitions/GossipNPCOption.dbd +++ b/definitions/GossipNPCOption.dbd @@ -93,7 +93,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GossipNPCOptionDisplayInfo.dbd b/definitions/GossipNPCOptionDisplayInfo.dbd index da3ea890e2a..20e2be09a4f 100644 --- a/definitions/GossipNPCOptionDisplayInfo.dbd +++ b/definitions/GossipNPCOptionDisplayInfo.dbd @@ -35,7 +35,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GossipXGarrTalentTrees.dbd b/definitions/GossipXGarrTalentTrees.dbd index 315ec5f01d2..648cd55df57 100644 --- a/definitions/GossipXGarrTalentTrees.dbd +++ b/definitions/GossipXGarrTalentTrees.dbd @@ -18,7 +18,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GossipXUIDisplayInfo.dbd b/definitions/GossipXUIDisplayInfo.dbd index 00c3bca326b..bc798880474 100644 --- a/definitions/GossipXUIDisplayInfo.dbd +++ b/definitions/GossipXUIDisplayInfo.dbd @@ -41,7 +41,7 @@ UiTextureKitID<32> LAYOUT B59290B4 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GradientEffect.dbd b/definitions/GradientEffect.dbd index da462177bc1..9fc2ffb99cc 100644 --- a/definitions/GradientEffect.dbd +++ b/definitions/GradientEffect.dbd @@ -111,7 +111,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GroundEffectDoodad.dbd b/definitions/GroundEffectDoodad.dbd index fc411270339..996d0ff139e 100644 --- a/definitions/GroundEffectDoodad.dbd +++ b/definitions/GroundEffectDoodad.dbd @@ -73,8 +73,34 @@ Flags<32> Animscale Pushscale +LAYOUT F1841C2E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Doodadpath +Animscale +Pushscale +Flags<8> + +LAYOUT 14B15912 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Doodadpath +Animscale +Pushscale +Flags + +LAYOUT 424C8B10 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Doodadpath +Animscale +Pushscale +Flags + LAYOUT 89572776 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Animscale Pushscale @@ -83,10 +109,10 @@ ModelFileID<32> LAYOUT 0376B2D6, EE9B382E BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Animscale Pushscale @@ -110,7 +136,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -148,7 +174,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GroundEffectTexture.dbd b/definitions/GroundEffectTexture.dbd index 90b8cc76ca0..8d1f1c4cbda 100644 --- a/definitions/GroundEffectTexture.dbd +++ b/definitions/GroundEffectTexture.dbd @@ -33,7 +33,7 @@ Density<32> Sound<32> LAYOUT 53D257EE -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DoodadID[4] Sound @@ -100,8 +100,34 @@ DoodadWeight<32>[4] Density<32> Sound<32> +LAYOUT 7D3B912E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +DoodadID<16>[4] +DoodadWeight<8>[4] +Sound<8> +Density<32> + +LAYOUT D97FB492 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +DoodadID[4] +DoodadWeight<8>[4] +Sound +Density + +LAYOUT BCF4D942 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +DoodadID[4] +DoodadWeight<8>[4] +Sound +Density + LAYOUT 8B7871EA -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> DoodadID[4] DoodadWeight<8>[4] @@ -110,7 +136,7 @@ Density LAYOUT 84549F0A, 6E1D6272 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> @@ -137,7 +163,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -171,7 +197,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GroupFinderActivity.dbd b/definitions/GroupFinderActivity.dbd index fd4b7472cbf..4444472afa1 100644 --- a/definitions/GroupFinderActivity.dbd +++ b/definitions/GroupFinderActivity.dbd @@ -190,12 +190,68 @@ Field_6_0_1_18179_006<32> FullName_lang ShortName_lang +LAYOUT 82B60500 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FullName_lang +ShortName_lang +MinGearLevelSuggestion<16> +MapID<16> +AreaID<16> +GroupFinderCategoryID<8> +GroupFinderActivityGrpID<8> +OrderIndex<8> +MinLevel<8> +MaxLevelSuggestion<8> +DifficultyID<8> +Flags<8> +DisplayType<8> +MaxPlayers<8> + +LAYOUT 3A28BDCD +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FullName_lang +ShortName_lang +MinGearLevelSuggestion +MapID +AreaID +GroupFinderCategoryID +GroupFinderActivityGrpID +OrderIndex<8> +MinLevel +MaxLevelSuggestion +DifficultyID +Flags +DisplayType +MaxPlayers + +LAYOUT CCC85A77 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FullName_lang +ShortName_lang +MinGearLevelSuggestion +MapID +AreaID +GroupFinderCategoryID +GroupFinderActivityGrpID +OrderIndex<8> +MinLevel +MaxLevelSuggestion +DifficultyID +Flags +DisplayType +MaxPlayers + LAYOUT 3EF2F3BD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FullName_lang ShortName_lang @@ -255,7 +311,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -346,7 +402,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GroupFinderActivityGrp.dbd b/definitions/GroupFinderActivityGrp.dbd index f24b4f5bf94..9168c4b7ace 100644 --- a/definitions/GroupFinderActivityGrp.dbd +++ b/definitions/GroupFinderActivityGrp.dbd @@ -7,6 +7,26 @@ BUILD 6.0.1.18179 $id$ID<32> Name_lang +LAYOUT 8B38FE85 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +OrderIndex<8> + +LAYOUT E974B766 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +OrderIndex + +LAYOUT 913C69EC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +OrderIndex + LAYOUT C9458196, 1EC8D046, DC994887 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -23,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -35,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang OrderIndex @@ -52,7 +72,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GroupFinderActivityXPvpBracket.dbd b/definitions/GroupFinderActivityXPvpBracket.dbd index a177ab69ec1..f22a2861c6a 100644 --- a/definitions/GroupFinderActivityXPvpBracket.dbd +++ b/definitions/GroupFinderActivityXPvpBracket.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/GroupFinderCategory.dbd b/definitions/GroupFinderCategory.dbd index ec7a4b7ea68..87d5c6915b9 100644 --- a/definitions/GroupFinderCategory.dbd +++ b/definitions/GroupFinderCategory.dbd @@ -68,12 +68,35 @@ $id$ID<32> Name_lang Flags<32> +LAYOUT 5EC4D7B0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Flags<8> +OrderIndex<8> + +LAYOUT E7202E83 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Flags +OrderIndex + +LAYOUT 51233D98 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Flags +OrderIndex + LAYOUT 9213552F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Flags @@ -93,7 +116,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -137,7 +160,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GuildColorBackground.dbd b/definitions/GuildColorBackground.dbd index 3733228f801..5178b20df61 100644 --- a/definitions/GuildColorBackground.dbd +++ b/definitions/GuildColorBackground.dbd @@ -16,12 +16,35 @@ Green<8> Blue<8> Padding_6_0_1_18179_004<8>[1] +LAYOUT 0D49EA9B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Red<8> +Green<8> +Blue<8> + +LAYOUT 21250BC5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Red +Green +Blue + +LAYOUT A719A458 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Red +Green +Blue + LAYOUT CC0CEFF1 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Red Green @@ -52,7 +75,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -69,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GuildColorBorder.dbd b/definitions/GuildColorBorder.dbd index 327f63ed2f9..563064a2cf6 100644 --- a/definitions/GuildColorBorder.dbd +++ b/definitions/GuildColorBorder.dbd @@ -16,12 +16,35 @@ Green<8> Blue<8> Padding_6_0_1_18179_004<8>[1] +LAYOUT 0D49EA9B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Red<8> +Green<8> +Blue<8> + +LAYOUT 21250BC5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Red +Green +Blue + +LAYOUT A719A458 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Red +Green +Blue + LAYOUT CC0CEFF1 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Red Green @@ -52,7 +75,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -69,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GuildColorEmblem.dbd b/definitions/GuildColorEmblem.dbd index 3733228f801..5178b20df61 100644 --- a/definitions/GuildColorEmblem.dbd +++ b/definitions/GuildColorEmblem.dbd @@ -16,12 +16,35 @@ Green<8> Blue<8> Padding_6_0_1_18179_004<8>[1] +LAYOUT 0D49EA9B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Red<8> +Green<8> +Blue<8> + +LAYOUT 21250BC5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Red +Green +Blue + +LAYOUT A719A458 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Red +Green +Blue + LAYOUT CC0CEFF1 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Red Green @@ -52,7 +75,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -69,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GuildEmblem.dbd b/definitions/GuildEmblem.dbd index 5600b244cb0..4ffdb1485b5 100644 --- a/definitions/GuildEmblem.dbd +++ b/definitions/GuildEmblem.dbd @@ -36,7 +36,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GuildPerkSpells.dbd b/definitions/GuildPerkSpells.dbd index 9e837d59a82..55e1b77c980 100644 --- a/definitions/GuildPerkSpells.dbd +++ b/definitions/GuildPerkSpells.dbd @@ -10,6 +10,23 @@ $id$ID<32> GuildLevel<32> SpellID<32> +LAYOUT E6CDCEB1 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> + +LAYOUT 8AB70703 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> + +LAYOUT 63FC0F7E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> + LAYOUT C15D6E9F, C9961BEB, 400E708A BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> @@ -54,7 +71,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GuildShirtBackground.dbd b/definitions/GuildShirtBackground.dbd index 9a90ebc74e6..15d95e3aeec 100644 --- a/definitions/GuildShirtBackground.dbd +++ b/definitions/GuildShirtBackground.dbd @@ -39,7 +39,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GuildShirtBorder.dbd b/definitions/GuildShirtBorder.dbd index f3aceccefe3..835911d0ba2 100644 --- a/definitions/GuildShirtBorder.dbd +++ b/definitions/GuildShirtBorder.dbd @@ -41,7 +41,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GuildTabardBackground.dbd b/definitions/GuildTabardBackground.dbd index aa68cc63f2c..abf12059b87 100644 --- a/definitions/GuildTabardBackground.dbd +++ b/definitions/GuildTabardBackground.dbd @@ -39,7 +39,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GuildTabardBorder.dbd b/definitions/GuildTabardBorder.dbd index 6b032801ce2..fd0d99320b1 100644 --- a/definitions/GuildTabardBorder.dbd +++ b/definitions/GuildTabardBorder.dbd @@ -41,7 +41,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/GuildTabardEmblem.dbd b/definitions/GuildTabardEmblem.dbd index 9601c3ea909..8d8bbfb53fe 100644 --- a/definitions/GuildTabardEmblem.dbd +++ b/definitions/GuildTabardEmblem.dbd @@ -39,7 +39,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Heirloom.dbd b/definitions/Heirloom.dbd index 0eb5119868d..f9bbbe0901f 100644 --- a/definitions/Heirloom.dbd +++ b/definitions/Heirloom.dbd @@ -23,9 +23,50 @@ LegacyItemID<32> UpgradeItemID<32>[6] UpgradeItemBonusListID[6] +LAYOUT BE1439F6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +ItemID<32> +SourceText_lang +LegacyItemID<32> +LegacyUpgradedItemID<32> +StaticUpgradedItemID<32> +UpgradeItemID<32>[2] +UpgradeItemBonusListID<16>[2] +Flags<8> +SourceTypeEnum<8> +$id$ID<32> + +LAYOUT E32768FF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ItemID<32> +SourceText_lang +LegacyItemID<32> +LegacyUpgradedItemID<32> +StaticUpgradedItemID<32> +UpgradeItemID<32>[2] +UpgradeItemBonusListID[2] +Flags +SourceTypeEnum<8> +$id$ID<32> + +LAYOUT 3CE7D5FF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ItemID<32> +SourceText_lang +LegacyItemID<32> +LegacyUpgradedItemID<32> +StaticUpgradedItemID<32> +UpgradeItemID<32>[2] +UpgradeItemBonusListID[2] +Flags +SourceTypeEnum<8> +$id$ID<32> + LAYOUT 72B50997 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 ItemID<32> SourceText_lang LegacyItemID<32> @@ -39,8 +80,8 @@ $id$ID<32> LAYOUT 36887C6F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 SourceText_lang ItemID<32> LegacyItemID<32> @@ -71,7 +112,7 @@ BUILD 8.1.5.28938, 8.1.5.29141 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -139,7 +180,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/HelmetAnimScaling.dbd b/definitions/HelmetAnimScaling.dbd index d666ee036e9..eaf0f5d4d37 100644 --- a/definitions/HelmetAnimScaling.dbd +++ b/definitions/HelmetAnimScaling.dbd @@ -11,9 +11,32 @@ HelmetGeosetVisDataID<32> RaceID<32> Amount +LAYOUT 4416251C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Amount +HelmetGeosetVisDataID<32> +RaceID<32> + +LAYOUT 46B1B316 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Amount +HelmetGeosetVisDataID<32> +RaceID<32> + +LAYOUT 1EDA4C97 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Amount +HelmetGeosetVisDataID<32> +RaceID<32> + LAYOUT 9B1A0142 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Amount HelmetGeosetVisDataID<32> @@ -21,8 +44,8 @@ RaceID<32> LAYOUT B9EC1058, 9CA1AD4C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Amount RaceID<32> @@ -53,7 +76,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -70,7 +93,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/HelmetGeosetData.dbd b/definitions/HelmetGeosetData.dbd index a154ef06736..63dee56997f 100644 --- a/definitions/HelmetGeosetData.dbd +++ b/definitions/HelmetGeosetData.dbd @@ -67,7 +67,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/HelmetGeosetVisData.dbd b/definitions/HelmetGeosetVisData.dbd index d2b2181415d..ae0c1cbe92a 100644 --- a/definitions/HelmetGeosetVisData.dbd +++ b/definitions/HelmetGeosetVisData.dbd @@ -94,19 +94,36 @@ BUILD 2.3.0.7561-2.4.3.8606 $id$ID<32> HideGeoset<32>[7] +LAYOUT BC4812D7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +HideGeoset<32>[9] + +LAYOUT EF9D6B05 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +HideGeoset<32>[9] + +LAYOUT DDD77A78 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +HideGeoset<32>[9] + LAYOUT 3B38D999, 2E7C7FED BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> HideGeoset<32>[9] diff --git a/definitions/HighlightColor.dbd b/definitions/HighlightColor.dbd index cfe6b3d5e44..e1bf2f75143 100644 --- a/definitions/HighlightColor.dbd +++ b/definitions/HighlightColor.dbd @@ -6,12 +6,41 @@ int MidColor int StartColor int Type +LAYOUT 900036FD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +StartColor<32> +MidColor<32> +EndColor<32> +Type<8> +Flags<8> + +LAYOUT B8F6DDAF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +StartColor<32> +MidColor<32> +EndColor<32> +Type +Flags + +LAYOUT 5A5613AE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +StartColor<32> +MidColor<32> +EndColor<32> +Type +Flags + LAYOUT 5FADC5D3, A37EF1C7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> StartColor<32> MidColor<32> @@ -44,7 +73,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -63,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/HolidayDescriptions.dbd b/definitions/HolidayDescriptions.dbd index 44cf141a714..3b302f3673e 100644 --- a/definitions/HolidayDescriptions.dbd +++ b/definitions/HolidayDescriptions.dbd @@ -10,6 +10,23 @@ BUILD 3.0.1.8303-3.3.5.12340 $id$ID<32> Description_lang +LAYOUT 2E7616FA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Description_lang + +LAYOUT F339CADC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Description_lang + +LAYOUT F00AB471 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Description_lang + LAYOUT 92A95550, E70F298C, FA0F275C BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Description_lang @@ -54,7 +71,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/HolidayNames.dbd b/definitions/HolidayNames.dbd index df7902f377f..e99b2c2e688 100644 --- a/definitions/HolidayNames.dbd +++ b/definitions/HolidayNames.dbd @@ -10,6 +10,23 @@ BUILD 3.0.1.8303-3.3.5.12340 $id$ID<32> Name_lang +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang + +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang + LAYOUT 96663ABF, F2917D77, A739ACD7 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang @@ -54,7 +71,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Holidays.dbd b/definitions/Holidays.dbd index d8134868311..a00bdc58696 100644 --- a/definitions/Holidays.dbd +++ b/definitions/Holidays.dbd @@ -24,7 +24,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -151,9 +151,85 @@ Priority<32> CalendarFilterType<32> Flags<32> +LAYOUT 534EB576 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722 +$noninline,id$ID<32> +Date<32>[16] +TextureFileName +Duration<16>[10] +Region<16> +Looping<8> +CalendarFlags<8>[10] +HolidayNameID<8> +HolidayDescriptionID<8> +Priority<8> +CalendarFilterType<8> +Flags<8> + +LAYOUT AB34E6EE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$id$ID<32> +Date<32>[16] +TextureFileName +Duration<16>[10] +Region<16> +Looping<8> +CalendarFlags<8>[10] +HolidayNameID<8> +HolidayDescriptionID<8> +Priority<8> +CalendarFilterType<8> +Flags<8> + +LAYOUT 00867BA0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +Date[16] +TextureFileName +Duration[10] +Region +Looping +CalendarFlags[10] +Priority +CalendarFilterType<8> +Flags +HolidayNameID +HolidayDescriptionID + +LAYOUT 11A68D7A +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +Date[16] +TextureFileName +Duration[10] +Region +Looping +CalendarFlags[10] +Priority +CalendarFilterType<8> +Flags +HolidayNameID +HolidayDescriptionID + +LAYOUT 4CE0E634 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$id$ID<32> +Date[16] +Duration[10] +Region +Looping +CalendarFlags[10] +Priority +CalendarFilterType<8> +Flags +HolidayNameID +HolidayDescriptionID +TextureFileDataID<32>[3] + LAYOUT 06B8E478 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> Date[16] Duration[10] @@ -169,8 +245,8 @@ TextureFileDataID<32>[3] LAYOUT 7C3E60FC, DB33A714 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> Date[16] Duration[10] @@ -250,7 +326,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Hotfix.dbd b/definitions/Hotfix.dbd index 324143731f6..a1c18865c9f 100644 --- a/definitions/Hotfix.dbd +++ b/definitions/Hotfix.dbd @@ -3,13 +3,30 @@ int ID int Flags int Object_ID string Tablename +int Field_7_2_0_23445_001? +int Field_7_2_0_23445_002? + +LAYOUT C1D1C1DF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Tablename +Field_7_2_0_23445_001<32> +Field_7_2_0_23445_002<32> + +LAYOUT B21AEBA0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Tablename +Field_7_2_0_23445_001<32> +Field_7_2_0_23445_002<32> LAYOUT 3747930B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Tablename Object_ID<32> diff --git a/definitions/Hotfixes.dbd b/definitions/Hotfixes.dbd index 8fe6f16d088..5916eb0607f 100644 --- a/definitions/Hotfixes.dbd +++ b/definitions/Hotfixes.dbd @@ -3,7 +3,7 @@ int ID int Flags int Object_ID string Tablename -int PushID? +int PushID LAYOUT B67D3F47 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 @@ -26,7 +26,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -61,7 +61,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ImportPriceArmor.dbd b/definitions/ImportPriceArmor.dbd index 18747c81fea..f716847ab07 100644 --- a/definitions/ImportPriceArmor.dbd +++ b/definitions/ImportPriceArmor.dbd @@ -14,6 +14,32 @@ LeatherModifier ChainModifier PlateModifier +LAYOUT 62B804AB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ClothModifier +LeatherModifier +ChainModifier +PlateModifier + +LAYOUT F3966B27 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ClothModifier +LeatherModifier +ChainModifier +PlateModifier + +LAYOUT 3AA36BEB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ClothModifier +LeatherModifier +ChainModifier +PlateModifier + LAYOUT 1F7A850F, C4C8D847, E17061DF BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -30,9 +56,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -42,12 +68,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ClothModifier LeatherModifier @@ -61,7 +87,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ImportPriceQuality.dbd b/definitions/ImportPriceQuality.dbd index 07381ed46ef..ff9a396f239 100644 --- a/definitions/ImportPriceQuality.dbd +++ b/definitions/ImportPriceQuality.dbd @@ -8,6 +8,23 @@ BUILD 4.3.0.15005-4.3.4.15595 $id$ID<32> Data +LAYOUT C7583507 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Data + +LAYOUT 0ED403B1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Data + +LAYOUT 6C3562D2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Data + LAYOUT 6F64793D, CFF4EEC9, A0671348 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -24,9 +41,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -36,12 +53,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Data @@ -52,7 +69,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ImportPriceShield.dbd b/definitions/ImportPriceShield.dbd index 07381ed46ef..ff9a396f239 100644 --- a/definitions/ImportPriceShield.dbd +++ b/definitions/ImportPriceShield.dbd @@ -8,6 +8,23 @@ BUILD 4.3.0.15005-4.3.4.15595 $id$ID<32> Data +LAYOUT C7583507 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Data + +LAYOUT 0ED403B1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Data + +LAYOUT 6C3562D2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Data + LAYOUT 6F64793D, CFF4EEC9, A0671348 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -24,9 +41,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -36,12 +53,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Data @@ -52,7 +69,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ImportPriceWeapon.dbd b/definitions/ImportPriceWeapon.dbd index 07381ed46ef..ff9a396f239 100644 --- a/definitions/ImportPriceWeapon.dbd +++ b/definitions/ImportPriceWeapon.dbd @@ -8,6 +8,23 @@ BUILD 4.3.0.15005-4.3.4.15595 $id$ID<32> Data +LAYOUT C7583507 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Data + +LAYOUT 0ED403B1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Data + +LAYOUT 6C3562D2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Data + LAYOUT 6F64793D, CFF4EEC9, A0671348 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -24,9 +41,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -36,12 +53,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Data @@ -52,7 +69,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/InvasionClientData.dbd b/definitions/InvasionClientData.dbd index 514860be73f..990445d049d 100644 --- a/definitions/InvasionClientData.dbd +++ b/definitions/InvasionClientData.dbd @@ -10,9 +10,50 @@ int WorldQuestID int WorldStateID int WorldStateValue +LAYOUT 03273408 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +IconLocation[2] +$id$ID<32> +WorldStateID<32> +AreaTableID<32> +UiTextureAtlasMemberID<32> +ScenarioID<32> +WorldQuestID<32> +WorldStateValue<32> +InvasionEnabledWorldStateID<32> + +LAYOUT 5A4D6221 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +IconLocation[2] +$id$ID<32> +WorldStateID<32> +AreaTableID<32> +UiTextureAtlasMemberID<32> +ScenarioID<32> +WorldQuestID +WorldStateValue<32> +InvasionEnabledWorldStateID<32> + +LAYOUT 9F6F9573 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +IconLocation[2] +$id$ID<32> +WorldStateID<32> +AreaTableID<32> +UiTextureAtlasMemberID<32> +ScenarioID<32> +WorldQuestID +WorldStateValue<32> +InvasionEnabledWorldStateID<32> + LAYOUT 3781B0B1 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 Name_lang IconLocation[2] $id$ID<32> @@ -40,7 +81,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -50,12 +91,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang IconLocation[2] $id$ID<32> @@ -74,7 +115,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Item-sparse.dbd b/definitions/Item-sparse.dbd index ddb76fc5490..c9ff8ac21d5 100644 --- a/definitions/Item-sparse.dbd +++ b/definitions/Item-sparse.dbd @@ -68,6 +68,12 @@ float DmgVariance int CurrencySubstitutionID int CurrencySubstitutionCount int ItemNameDescriptionID +int Field_7_1_0_22636_018? +int Field_7_1_0_22636_041? +int Field_7_1_0_22636_046? // DBAnalyser: [RequiredHonorRank, 0,95%], [RequiredCityRank, 0,95%] +int Field_7_1_0_22636_047? // DBAnalyser: [RequiredHonorRank, 0,95%], [RequiredCityRank, 0,95%] +int Field_7_1_0_22636_061? // DBAnalyser: [RequiredHonorRank, 0,95%], [RequiredCityRank, 0,95%] +int Field_7_1_0_22636_062? BUILD 5.4.7.17898-5.4.8.18414 $id$ID<32> @@ -202,3 +208,72 @@ DmgVariance CurrencySubstitutionID<32> CurrencySubstitutionCount<32> ItemNameDescriptionID<32> + +LAYOUT F62C72EE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +COMMENT table is sparse +$noninline,id$ID<32> +Flags<32>[3] +PriceRandomValue +PriceVariance +BuyPrice<32> +SellPrice<32> +AllowableClass<32> +AllowableRace<32> +RequiredSpell<32> +MaxCount<32> +Stackable<32> +ItemScalingValue<32>[10] +ItemSocketCostRate[10] +RangedModRange +Display_lang +Display1_lang +Display2_lang +Display3_lang +Description_lang +Field_7_1_0_22636_018<32> +ArmorDamageModifier +Duration<32> +DmgVariance +ItemLevel<16> +RequiredSkill<16> +RequiredSkillRank<16> +RequiredReputationFaction<16> +ItemStatValue<16>[10] +TotemCategory<16> +Delay<16> +PageText<16> +StartQuest<16> +LockID<16> +RandomProperty<16> +RandomSuffix<16> +ItemSet<16> +Area<16> +Map<16> +SocketBonus<16> +GemProperties<16> +ItemLimitCategory<16> +HolidayID<16> +Field_7_1_0_22636_041<16> +Quality<8> +BuyCount<8> +InventoryType<8> +RequiredLevel<8> +Field_7_1_0_22636_046<8> +Field_7_1_0_22636_047<8> +RequiredReputationRank<8> +ContainerSlots<8> +ItemStatType<8>[10] +DamageType<8> +Bonding<8> +LanguageID<8> +PageMaterialID<8> +Material<8> +Sheath<8> +ScalingStatDistributionID<8> +Color<8>[3] +CurrencySubstitutionID<8> +CurrencySubstitutionCount<8> +Field_7_1_0_22636_061<8> +Field_7_1_0_22636_062<8> diff --git a/definitions/Item.dbd b/definitions/Item.dbd index a9436f0487f..96804c5eff7 100644 --- a/definitions/Item.dbd +++ b/definitions/Item.dbd @@ -25,7 +25,7 @@ int ScalingStatDistributionID? int ScalingStatValue? LAYOUT 92F85B98 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> IconFileDataID<32> DisplayInfoID @@ -38,7 +38,7 @@ SheatheType ItemGroupSoundsID LAYOUT 87059168 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -317,8 +317,46 @@ SheatheType<32> IconFileDataID<32> ItemGroupSoundsID<32> +LAYOUT 9EABD639 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +IconFileDataID<32> +ClassID<8> +SubclassID<8> +Sound_override_subclassID<8> +Material<8> +InventoryType<8> +SheatheType<8> +ItemGroupSoundsID<8> + +LAYOUT 89B997A5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +IconFileDataID<32> +ClassID +SubclassID +Sound_override_subclassID<8> +Material +InventoryType +SheatheType +ItemGroupSoundsID + +LAYOUT C0DF3CD9 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +IconFileDataID<32> +ClassID +SubclassID +Sound_override_subclassID<8> +Material +InventoryType +SheatheType +ItemGroupSoundsID + LAYOUT C684AEFD -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> IconFileDataID<32> ClassID @@ -331,7 +369,7 @@ ItemGroupSoundsID LAYOUT 0DFCC83D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> @@ -443,7 +481,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemAppearance.dbd b/definitions/ItemAppearance.dbd index 211343f35d9..c8539bca602 100644 --- a/definitions/ItemAppearance.dbd +++ b/definitions/ItemAppearance.dbd @@ -45,12 +45,38 @@ BUILD 6.0.1.18179 $id$ID<32> ItemDisplayInfoID<32> +LAYOUT DA5B3C85 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemDisplayInfoID<32> +DefaultIconFileDataID<32> +UiOrder<32> +DisplayType<8> + +LAYOUT DCDA7579 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemDisplayInfoID<32> +DefaultIconFileDataID<32> +UiOrder<32> +DisplayType + +LAYOUT 121F06BB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemDisplayInfoID<32> +DefaultIconFileDataID<32> +UiOrder<32> +DisplayType + LAYOUT 06D35A59, 386E9029 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemDisplayInfoID<32> DefaultIconFileDataID<32> @@ -64,7 +90,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -142,7 +168,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemAppearanceXUiCamera.dbd b/definitions/ItemAppearanceXUiCamera.dbd index a9ae2c6d59c..be52e839dc8 100644 --- a/definitions/ItemAppearanceXUiCamera.dbd +++ b/definitions/ItemAppearanceXUiCamera.dbd @@ -12,6 +12,26 @@ $noninline,id$ID<32> ItemAppearanceID UiCameraID +LAYOUT AE12D15D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemAppearanceID<16> +UiCameraID<16> + +LAYOUT DAED798D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemAppearanceID +UiCameraID + +LAYOUT 7EE16A0D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemAppearanceID +UiCameraID + LAYOUT 67747E15, CD3677FD, 774578C5 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -28,9 +48,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -40,12 +60,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemAppearanceID UiCameraID @@ -76,7 +96,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/ItemArmorQuality.dbd b/definitions/ItemArmorQuality.dbd index 22299d17b76..63f3bc7e915 100644 --- a/definitions/ItemArmorQuality.dbd +++ b/definitions/ItemArmorQuality.dbd @@ -12,12 +12,32 @@ $id$ID<32> Qualitymod[7] ItemLevel<32> +LAYOUT 7C79232C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Qualitymod[7] +ItemLevel<16> + +LAYOUT 77B6D8D8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Qualitymod[7] +ItemLevel<16> + +LAYOUT 394BF53C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Qualitymod[7] +ItemLevel<16> + LAYOUT 85642CC0, 1B7A21C8 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Qualitymod[7] ItemLevel<16> @@ -47,7 +67,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -62,7 +82,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemArmorShield.dbd b/definitions/ItemArmorShield.dbd index ae8dd2a0c4c..b87fd94998b 100644 --- a/definitions/ItemArmorShield.dbd +++ b/definitions/ItemArmorShield.dbd @@ -11,6 +11,26 @@ $id$ID<32> ItemLevel<32> Quality[7] +LAYOUT B7443971 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Quality[7] +ItemLevel<16> + +LAYOUT D3BF858D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Quality[7] +ItemLevel + +LAYOUT 8F14CB07 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Quality[7] +ItemLevel + LAYOUT C2186F95, C88C8C8D, 9772ECE9 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -27,9 +47,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -39,12 +59,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Quality[7] ItemLevel @@ -56,7 +76,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemArmorTotal.dbd b/definitions/ItemArmorTotal.dbd index ed73e22a847..f43af4de6dd 100644 --- a/definitions/ItemArmorTotal.dbd +++ b/definitions/ItemArmorTotal.dbd @@ -17,12 +17,41 @@ Leather Mail Plate +LAYOUT 253BAEE3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Cloth +Leather +Mail +Plate +ItemLevel<16> + +LAYOUT 2649AAB9 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Cloth +Leather +Mail +Plate +ItemLevel<16> + +LAYOUT BF25F97C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Cloth +Leather +Mail +Plate +ItemLevel<16> + LAYOUT 45C396DD, 938B8741 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Cloth Leather @@ -55,7 +84,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -74,7 +103,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemBagFamily.dbd b/definitions/ItemBagFamily.dbd index a6430d2aeec..8a74f8324d0 100644 --- a/definitions/ItemBagFamily.dbd +++ b/definitions/ItemBagFamily.dbd @@ -13,6 +13,23 @@ BUILD 1.9.0.4937-1.12.3.6141 $id$ID<32> Name_lang +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang + +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang + LAYOUT 96663ABF, 9F2C8370, 1AC95960 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -29,9 +46,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -41,12 +58,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang @@ -57,7 +74,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemBonus.dbd b/definitions/ItemBonus.dbd index 951300bc5a5..5377defe435 100644 --- a/definitions/ItemBonus.dbd +++ b/definitions/ItemBonus.dbd @@ -21,6 +21,32 @@ Type<32> Value<32>[2] OrderIndex<32> +LAYOUT 8081F714 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Value<32>[2] +Field_6_0_1_18179_001<16> +Type<8> +OrderIndex<8> + +LAYOUT 47811AA8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Value<32>[2] +Field_6_0_1_18179_001 +Type +OrderIndex + +LAYOUT 23702544 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Value<32>[2] +Field_6_0_1_18179_001 +Type +OrderIndex + LAYOUT E12FB1A0, B96C1748, E119360C BUILD 8.3.7.34872, 8.3.7.35114, 8.3.7.35249, 8.3.7.35284, 8.3.7.35435, 8.3.7.35662 BUILD 8.3.0.32044, 8.3.0.32151, 8.3.0.32203, 8.3.0.32218, 8.3.0.32272, 8.3.0.32414, 8.3.0.32489, 8.3.0.32593, 8.3.0.32712, 8.3.0.32805, 8.3.0.32846, 8.3.0.32861, 8.3.0.32976, 8.3.0.33010, 8.3.0.33051, 8.3.0.33062, 8.3.0.33073, 8.3.0.33084, 8.3.0.33095, 8.3.0.33115, 8.3.0.33169, 8.3.0.33183, 8.3.0.33237, 8.3.0.33369, 8.3.0.33528, 8.3.0.33724, 8.3.0.33775, 8.3.0.33941, 8.3.0.34220, 8.3.0.34601, 8.3.0.34769, 8.3.0.34963 @@ -29,16 +55,16 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Value<32>[3] $relation$ParentItemBonusListID @@ -74,7 +100,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemBonusList.dbd b/definitions/ItemBonusList.dbd index 606e7d99ddf..bc7a2278a90 100644 --- a/definitions/ItemBonusList.dbd +++ b/definitions/ItemBonusList.dbd @@ -35,7 +35,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemBonusListGroup.dbd b/definitions/ItemBonusListGroup.dbd index cea53ac7d80..2bb428c6ca3 100644 --- a/definitions/ItemBonusListGroup.dbd +++ b/definitions/ItemBonusListGroup.dbd @@ -50,7 +50,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> SequenceSpellID<32> diff --git a/definitions/ItemBonusListGroupEntry.dbd b/definitions/ItemBonusListGroupEntry.dbd index 7f74cd64686..3f8ab0099cc 100644 --- a/definitions/ItemBonusListGroupEntry.dbd +++ b/definitions/ItemBonusListGroupEntry.dbd @@ -105,7 +105,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $id$ID<32> diff --git a/definitions/ItemBonusListLevelDelta.dbd b/definitions/ItemBonusListLevelDelta.dbd index 309512dc8f9..d2c296ba4b2 100644 --- a/definitions/ItemBonusListLevelDelta.dbd +++ b/definitions/ItemBonusListLevelDelta.dbd @@ -2,6 +2,23 @@ COLUMNS int ID int ItemLevelDelta +LAYOUT 7697CF5D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +ItemLevelDelta<16> +$id$ID<32> + +LAYOUT 82C53FD1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ItemLevelDelta<16> +$id$ID<32> + +LAYOUT 0D7E0F69 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ItemLevelDelta<16> +$id$ID<32> + LAYOUT CB117701 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26918 $id$ID<32> @@ -23,9 +40,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26903, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -35,12 +52,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 ItemLevelDelta<16> $id$ID<32> @@ -51,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemBonusListWarforgeLevelDelta.dbd b/definitions/ItemBonusListWarforgeLevelDelta.dbd index c0403e736e4..645b4341ced 100644 --- a/definitions/ItemBonusListWarforgeLevelDelta.dbd +++ b/definitions/ItemBonusListWarforgeLevelDelta.dbd @@ -25,7 +25,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemBonusSeason.dbd b/definitions/ItemBonusSeason.dbd index 62a6452b56c..285104ed535 100644 --- a/definitions/ItemBonusSeason.dbd +++ b/definitions/ItemBonusSeason.dbd @@ -9,7 +9,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $id$ID<32> SeasonID<32> diff --git a/definitions/ItemBonusSeasonBonusListGroup.dbd b/definitions/ItemBonusSeasonBonusListGroup.dbd index b8b74a8e3ca..a2e6b0fa2fd 100644 --- a/definitions/ItemBonusSeasonBonusListGroup.dbd +++ b/definitions/ItemBonusSeasonBonusListGroup.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $id$ID<32> ItemBonusListGroupID<32> diff --git a/definitions/ItemBonusSeasonUpgradeCost.dbd b/definitions/ItemBonusSeasonUpgradeCost.dbd index 14f1def495b..de746d384c3 100644 --- a/definitions/ItemBonusSeasonUpgradeCost.dbd +++ b/definitions/ItemBonusSeasonUpgradeCost.dbd @@ -19,7 +19,7 @@ $relation$ItemBonusSeasonID<32> LAYOUT CFA99EBB BUILD 10.2.0.51239 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 SourceText_lang $id$ID<32> diff --git a/definitions/ItemBonusSequenceSpell.dbd b/definitions/ItemBonusSequenceSpell.dbd index a35c2afc401..1636b9c6a93 100644 --- a/definitions/ItemBonusSequenceSpell.dbd +++ b/definitions/ItemBonusSequenceSpell.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemBonusTree.dbd b/definitions/ItemBonusTree.dbd index b5822198055..70e0767d8e8 100644 --- a/definitions/ItemBonusTree.dbd +++ b/definitions/ItemBonusTree.dbd @@ -23,7 +23,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemBonusTreeGroupEntry.dbd b/definitions/ItemBonusTreeGroupEntry.dbd index ece38549809..69643684582 100644 --- a/definitions/ItemBonusTreeGroupEntry.dbd +++ b/definitions/ItemBonusTreeGroupEntry.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/ItemBonusTreeNode.dbd b/definitions/ItemBonusTreeNode.dbd index 831d88624c7..622bc4d92cc 100644 --- a/definitions/ItemBonusTreeNode.dbd +++ b/definitions/ItemBonusTreeNode.dbd @@ -55,9 +55,37 @@ ChildItemBonusListID ChildItemLevelSelectorID $noninline,relation$ParentItemBonusTreeID<32> +LAYOUT 26374458 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ParentItemBonusTreeID<16> +ChildItemBonusTreeID<16> +ChildItemBonusListID<16> +ItemContext<8> + +LAYOUT F8A5E4CF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ParentItemBonusTreeID +ChildItemBonusTreeID +ChildItemBonusListID +ChildItemLevelSelectorID +ItemContext + +LAYOUT DFCBD330 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ParentItemBonusTreeID +ChildItemBonusTreeID +ChildItemBonusListID +ChildItemLevelSelectorID +ItemContext + LAYOUT 6149BC4B BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ParentItemBonusTreeID ChildItemBonusTreeID @@ -67,8 +95,8 @@ ItemContext LAYOUT 84FE93B7, 6F36F1F3 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ChildItemBonusTreeID ChildItemBonusListID @@ -88,7 +116,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -148,7 +176,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 $noninline,id$ID<32> diff --git a/definitions/ItemChildEquipment.dbd b/definitions/ItemChildEquipment.dbd index d5dc9e173fe..dfc77e3b240 100644 --- a/definitions/ItemChildEquipment.dbd +++ b/definitions/ItemChildEquipment.dbd @@ -49,9 +49,32 @@ ChildItemID<32> ChildItemEquipSlot $noninline,relation$ParentItemID<32> +LAYOUT 88AA718C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ParentItemID<32> +ChildItemID<32> +ChildItemEquipSlot<8> + +LAYOUT 93C8D316 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ParentItemID<32> +ChildItemID<32> +ChildItemEquipSlot + +LAYOUT C6828B5F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ParentItemID<32> +ChildItemID<32> +ChildItemEquipSlot + LAYOUT 2B093C6A BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ParentItemID<32> ChildItemID<32> @@ -59,14 +82,14 @@ ChildItemEquipSlot LAYOUT B6940674, 48E64550 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ChildItemID<32> ChildItemEquipSlot @@ -105,7 +128,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemClass.dbd b/definitions/ItemClass.dbd index c0dc9e90463..b3502a405da 100644 --- a/definitions/ItemClass.dbd +++ b/definitions/ItemClass.dbd @@ -46,9 +46,35 @@ Flags<32> PriceModifier ClassName_lang +LAYOUT AA6F70FC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +PriceModifier +ClassName_lang +ClassID<8> +Flags<8> + +LAYOUT 2745F408 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +PriceModifier +ClassName_lang +ClassID<8> +Flags + +LAYOUT 9996F3E4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +PriceModifier +ClassName_lang +ClassID<8> +Flags + LAYOUT 5B68FDD8 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> PriceModifier ClassName_lang @@ -57,8 +83,8 @@ Flags LAYOUT A1E4663C, 9CE13EED BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ClassName_lang PriceModifier @@ -90,7 +116,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -108,7 +134,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemCondition.dbd b/definitions/ItemCondition.dbd index 58f715355c3..60d9e672786 100644 --- a/definitions/ItemCondition.dbd +++ b/definitions/ItemCondition.dbd @@ -9,7 +9,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> ModifierTreeID<32> diff --git a/definitions/ItemContextPickerEntry.dbd b/definitions/ItemContextPickerEntry.dbd index b9a9a630f3a..f6d8b7e46a8 100644 --- a/definitions/ItemContextPickerEntry.dbd +++ b/definitions/ItemContextPickerEntry.dbd @@ -30,6 +30,35 @@ Flags PlayerConditionID $noninline,relation$ItemContextPickerID<32> +LAYOUT E5AC6798 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemCreationContext<8> +OrderIndex<8> +ItemContextPickerID<32> +PVal<32> +PlayerConditionID<32> + +LAYOUT 625C8A5A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemCreationContext +OrderIndex +ItemContextPickerID +PVal<32> +PlayerConditionID + +LAYOUT E9470653 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemCreationContext +OrderIndex +ItemContextPickerID +PVal<32> +PlayerConditionID + LAYOUT EEF82C36 BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492 $noninline,id$ID<32> @@ -41,7 +70,7 @@ PlayerConditionID LAYOUT FDCFF5E7 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ItemCreationContext OrderIndex @@ -62,15 +91,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemCreationContext OrderIndex @@ -126,7 +155,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemConversion.dbd b/definitions/ItemConversion.dbd index df8b849e1f4..ae858893ab2 100644 --- a/definitions/ItemConversion.dbd +++ b/definitions/ItemConversion.dbd @@ -41,7 +41,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> Field_9_2_0_42069_001<32> ItemBonusTreeID<32> diff --git a/definitions/ItemConversionEntry.dbd b/definitions/ItemConversionEntry.dbd index a18cd1ebab1..eb2fe6a53f6 100644 --- a/definitions/ItemConversionEntry.dbd +++ b/definitions/ItemConversionEntry.dbd @@ -18,7 +18,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemCurrencyCost.dbd b/definitions/ItemCurrencyCost.dbd index c1e82e259df..3a2c4f79966 100644 --- a/definitions/ItemCurrencyCost.dbd +++ b/definitions/ItemCurrencyCost.dbd @@ -41,6 +41,23 @@ BUILD 4.0.6.13623-4.3.4.15595 $id$ID<32> ItemID<32> +LAYOUT 29CEF0F6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32> + +LAYOUT 438FCC14 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID<32> + +LAYOUT 4060B5A9 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID<32> + LAYOUT E2FF5688, DAC6A93C, 9153400D BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -57,17 +74,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$ItemID<32> @@ -78,7 +95,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemCurrencyValue.dbd b/definitions/ItemCurrencyValue.dbd index b633aa580e0..1f942df8b28 100644 --- a/definitions/ItemCurrencyValue.dbd +++ b/definitions/ItemCurrencyValue.dbd @@ -37,7 +37,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemDamageAmmo.dbd b/definitions/ItemDamageAmmo.dbd index e1fdedbbfa5..5763454e211 100644 --- a/definitions/ItemDamageAmmo.dbd +++ b/definitions/ItemDamageAmmo.dbd @@ -12,12 +12,32 @@ $id$ID<32> Quality[7] ItemLevel<32> +LAYOUT B7443971 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Quality[7] +ItemLevel<16> + +LAYOUT D3BF858D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Quality[7] +ItemLevel + +LAYOUT 8F14CB07 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Quality[7] +ItemLevel + LAYOUT C2186F95, C88C8C8D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Quality[7] ItemLevel @@ -47,7 +67,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -63,7 +83,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemDamageOneHand.dbd b/definitions/ItemDamageOneHand.dbd index 03efee66668..a817156625f 100644 --- a/definitions/ItemDamageOneHand.dbd +++ b/definitions/ItemDamageOneHand.dbd @@ -11,12 +11,32 @@ $id$ID<32> Quality[7] ItemLevel<32> +LAYOUT B7443971 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Quality[7] +ItemLevel<16> + +LAYOUT D3BF858D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Quality[7] +ItemLevel + +LAYOUT 8F14CB07 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Quality[7] +ItemLevel + LAYOUT C2186F95, C88C8C8D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Quality[7] ItemLevel @@ -46,7 +66,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -62,7 +82,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemDamageOneHandCaster.dbd b/definitions/ItemDamageOneHandCaster.dbd index 03efee66668..a817156625f 100644 --- a/definitions/ItemDamageOneHandCaster.dbd +++ b/definitions/ItemDamageOneHandCaster.dbd @@ -11,12 +11,32 @@ $id$ID<32> Quality[7] ItemLevel<32> +LAYOUT B7443971 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Quality[7] +ItemLevel<16> + +LAYOUT D3BF858D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Quality[7] +ItemLevel + +LAYOUT 8F14CB07 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Quality[7] +ItemLevel + LAYOUT C2186F95, C88C8C8D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Quality[7] ItemLevel @@ -46,7 +66,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -62,7 +82,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemDamageTwoHand.dbd b/definitions/ItemDamageTwoHand.dbd index 03efee66668..a817156625f 100644 --- a/definitions/ItemDamageTwoHand.dbd +++ b/definitions/ItemDamageTwoHand.dbd @@ -11,12 +11,32 @@ $id$ID<32> Quality[7] ItemLevel<32> +LAYOUT B7443971 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Quality[7] +ItemLevel<16> + +LAYOUT D3BF858D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Quality[7] +ItemLevel + +LAYOUT 8F14CB07 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Quality[7] +ItemLevel + LAYOUT C2186F95, C88C8C8D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Quality[7] ItemLevel @@ -46,7 +66,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -62,7 +82,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemDamageTwoHandCaster.dbd b/definitions/ItemDamageTwoHandCaster.dbd index 03efee66668..a817156625f 100644 --- a/definitions/ItemDamageTwoHandCaster.dbd +++ b/definitions/ItemDamageTwoHandCaster.dbd @@ -11,12 +11,32 @@ $id$ID<32> Quality[7] ItemLevel<32> +LAYOUT B7443971 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Quality[7] +ItemLevel<16> + +LAYOUT D3BF858D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Quality[7] +ItemLevel + +LAYOUT 8F14CB07 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Quality[7] +ItemLevel + LAYOUT C2186F95, C88C8C8D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Quality[7] ItemLevel @@ -46,7 +66,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -62,7 +82,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemDisenchantLoot.dbd b/definitions/ItemDisenchantLoot.dbd index 50c10a1ae61..3519ba6935b 100644 --- a/definitions/ItemDisenchantLoot.dbd +++ b/definitions/ItemDisenchantLoot.dbd @@ -20,9 +20,41 @@ MinLevel<32> MaxLevel<32> SkillRequired<32> +LAYOUT 6756CB43 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MinLevel<16> +MaxLevel<16> +SkillRequired<16> +Class<8> +Subclass<8> +Quality<8> + +LAYOUT 99B726AB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MinLevel +MaxLevel +SkillRequired +Class +Subclass<8> +Quality + +LAYOUT ED814E91 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MinLevel +MaxLevel +SkillRequired +Class +Subclass<8> +Quality + LAYOUT D77FF753 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> MinLevel MaxLevel @@ -33,8 +65,8 @@ Quality LAYOUT C0D926CC, B48A16D8 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MinLevel MaxLevel @@ -58,7 +90,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -100,7 +132,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemDisplayInfo.dbd b/definitions/ItemDisplayInfo.dbd index 6b970d9b77c..3b6c74fe877 100644 --- a/definitions/ItemDisplayInfo.dbd +++ b/definitions/ItemDisplayInfo.dbd @@ -132,9 +132,68 @@ Texture[9] ItemVisual<32> ParticleColorID<32> +LAYOUT BE73C711 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ModelResourcesID<32>[2] +ModelMaterialResourcesID<32>[2] +GeosetGroup<32>[3] +AttachmentGeosetGroup<32>[3] +Flags<32> +ItemRangedDisplayInfoID<32> +HelmetGeosetVis<32>[2] +ItemVisual<32> +ParticleColorID<32> +OverrideSwooshSoundKitID<32> +SheatheTransformMatrixID<32> +ModelType1<32> +StateSpellVisualKitID<32> +SheathedSpellVisualKitID<32> +UnsheathedSpellVisualKitID<32> + +LAYOUT 267B26AB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ModelResourcesID[2] +ModelMaterialResourcesID<32>[2] +GeosetGroup<32>[3] +AttachmentGeosetGroup<32>[3] +Flags<32> +ItemRangedDisplayInfoID +HelmetGeosetVis<32>[2] +ItemVisual<32> +ParticleColorID<32> +OverrideSwooshSoundKitID +SheatheTransformMatrixID<32> +ModelType1<32> +StateSpellVisualKitID<32> +SheathedSpellVisualKitID<32> +UnsheathedSpellVisualKitID + +LAYOUT 62BBDA36 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ModelResourcesID[2] +ModelMaterialResourcesID<32>[2] +GeosetGroup<32>[3] +AttachmentGeosetGroup<32>[3] +Flags<32> +ItemRangedDisplayInfoID +HelmetGeosetVis<32>[2] +ItemVisual<32> +ParticleColorID<32> +OverrideSwooshSoundKitID +SheatheTransformMatrixID<32> +ModelType1<32> +StateSpellVisualKitID<32> +SheathedSpellVisualKitID<32> +UnsheathedSpellVisualKitID + LAYOUT 989BCDC7 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ModelResourcesID[2] ModelMaterialResourcesID<32>[2] @@ -154,8 +213,8 @@ UnsheathedSpellVisualKitID LAYOUT 99606089 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags<32> ItemRangedDisplayInfoID @@ -178,7 +237,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -288,7 +347,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemDisplayInfoMaterialRes.dbd b/definitions/ItemDisplayInfoMaterialRes.dbd index ef845e47474..0c432643b54 100644 --- a/definitions/ItemDisplayInfoMaterialRes.dbd +++ b/definitions/ItemDisplayInfoMaterialRes.dbd @@ -4,9 +4,32 @@ int ComponentSection int ItemDisplayInfoID int MaterialResourcesID +LAYOUT C2F154A5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemDisplayInfoID<32> +MaterialResourcesID<32> +ComponentSection<8> + +LAYOUT 21B690E3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemDisplayInfoID<32> +MaterialResourcesID<32> +ComponentSection<8> + +LAYOUT 6435FD14 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemDisplayInfoID<32> +MaterialResourcesID<32> +ComponentSection<8> + LAYOUT 0B36789F BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ItemDisplayInfoID<32> MaterialResourcesID<32> @@ -14,8 +37,8 @@ ComponentSection<8> LAYOUT DEE4ED7B, 307E038F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MaterialResourcesID<32> ComponentSection<8> @@ -35,7 +58,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -69,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemDisplayInfoModelMatRes.dbd b/definitions/ItemDisplayInfoModelMatRes.dbd index 2de3fbe3c0d..cc85d83be67 100644 --- a/definitions/ItemDisplayInfoModelMatRes.dbd +++ b/definitions/ItemDisplayInfoModelMatRes.dbd @@ -20,7 +20,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemDisplayXUiCamera.dbd b/definitions/ItemDisplayXUiCamera.dbd index 46b6b6d7f09..ab9ed756e63 100644 --- a/definitions/ItemDisplayXUiCamera.dbd +++ b/definitions/ItemDisplayXUiCamera.dbd @@ -3,6 +3,26 @@ int ID int ItemDisplayInfoID int UiCameraID +LAYOUT 68C79226 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemDisplayInfoID<32> +UiCameraID<16> + +LAYOUT A5CA1B4A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemDisplayInfoID<32> +UiCameraID + +LAYOUT 1EB6CE14 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemDisplayInfoID<32> +UiCameraID + LAYOUT 5867E622 BUILD 9.2.7.44444, 9.2.7.44767, 9.2.7.44931, 9.2.7.44981, 9.2.7.45114, 9.2.7.45161, 9.2.7.45338, 9.2.7.45745 BUILD 9.2.5.43519, 9.2.5.43630, 9.2.5.43741, 9.2.5.43810, 9.2.5.43903, 9.2.5.43971, 9.2.5.44015, 9.2.5.44061, 9.2.5.44127, 9.2.5.44232, 9.2.5.44325, 9.2.5.44730, 9.2.5.44908 @@ -27,9 +47,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -39,12 +59,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemDisplayInfoID<32> UiCameraID diff --git a/definitions/ItemEffect.dbd b/definitions/ItemEffect.dbd index 5755f9ae39f..9bab10ce4b2 100644 --- a/definitions/ItemEffect.dbd +++ b/definitions/ItemEffect.dbd @@ -77,9 +77,50 @@ CoolDownMSec<32> SpellCategoryID<32> CategoryCoolDownMSec<32> +LAYOUT 874EE6D6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ParentItemID<32> +SpellID<32> +CoolDownMSec<32> +CategoryCoolDownMSec<32> +Charges<16> +SpellCategoryID<16> +ChrSpecializationID<16> +LegacySlotIndex<8> +TriggerType<8> + +LAYOUT 78281258 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ParentItemID<32> +SpellID<32> +CoolDownMSec<32> +CategoryCoolDownMSec<32> +Charges<16> +SpellCategoryID +ChrSpecializationID +LegacySlotIndex +TriggerType<8> + +LAYOUT E7C4FB49 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ParentItemID<32> +SpellID<32> +CoolDownMSec<32> +CategoryCoolDownMSec<32> +Charges<16> +SpellCategoryID +ChrSpecializationID +LegacySlotIndex +TriggerType<8> + LAYOUT 56F0AE0C BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ParentItemID<32> SpellID<32> @@ -93,8 +134,8 @@ TriggerType<8> LAYOUT A390FA40 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> CoolDownMSec<32> @@ -132,7 +173,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -171,7 +212,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemExtendedCost.dbd b/definitions/ItemExtendedCost.dbd index eff449afe8e..2c2063f3058 100644 --- a/definitions/ItemExtendedCost.dbd +++ b/definitions/ItemExtendedCost.dbd @@ -93,12 +93,56 @@ Flags<32> Field_6_0_1_18179_013<32> Field_6_0_1_18179_014<32> +LAYOUT DFABA73B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32>[5] +CurrencyCount<32>[5] +ItemCount<16>[5] +RequiredArenaRating<16> +CurrencyID<16>[5] +ArenaBracket<8> +MinFactionID +MinReputation +Flags<8> +RequiredAchievement<8> + +LAYOUT 8A669FBF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID<32>[5] +CurrencyCount[5] +ItemCount[5] +RequiredArenaRating +CurrencyID[5] +ArenaBracket +MinFactionID +MinReputation +Flags +RequiredAchievement + +LAYOUT A69B7665 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID<32>[5] +CurrencyCount[5] +ItemCount[5] +RequiredArenaRating +CurrencyID[5] +ArenaBracket +MinFactionID +MinReputation +Flags +RequiredAchievement + LAYOUT C31F4DEF BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemID<32>[5] CurrencyCount[5] @@ -150,7 +194,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -191,7 +235,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemFallbackVisual.dbd b/definitions/ItemFallbackVisual.dbd index 909f9e733dc..9c31c831b9e 100644 --- a/definitions/ItemFallbackVisual.dbd +++ b/definitions/ItemFallbackVisual.dbd @@ -30,7 +30,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemFixup.dbd b/definitions/ItemFixup.dbd index 8a0367ee305..5b5e8cf2e30 100644 --- a/definitions/ItemFixup.dbd +++ b/definitions/ItemFixup.dbd @@ -9,7 +9,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> ItemConditionID<32> diff --git a/definitions/ItemGroupIlvlScalingEntry.dbd b/definitions/ItemGroupIlvlScalingEntry.dbd index fdfece6c038..4a8e576878f 100644 --- a/definitions/ItemGroupIlvlScalingEntry.dbd +++ b/definitions/ItemGroupIlvlScalingEntry.dbd @@ -15,7 +15,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> CurrencyTypeID<32> diff --git a/definitions/ItemGroupSounds.dbd b/definitions/ItemGroupSounds.dbd index 1b051feaf90..6a8948ba6e8 100644 --- a/definitions/ItemGroupSounds.dbd +++ b/definitions/ItemGroupSounds.dbd @@ -15,9 +15,21 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> Sound<32>[4] +LAYOUT 3EEA4BE4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Sound<32>[4] + +LAYOUT 094808C1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Sound[4] + LAYOUT 66A967E2 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Sound[4] @@ -37,7 +49,8 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -47,12 +60,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Sound[4] @@ -63,7 +76,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemLevelSelector.dbd b/definitions/ItemLevelSelector.dbd index 6f458b84b6f..77624da24c2 100644 --- a/definitions/ItemLevelSelector.dbd +++ b/definitions/ItemLevelSelector.dbd @@ -40,19 +40,30 @@ $noninline,id$ID<32> MinItemLevel ItemLevelSelectorQualitySetID +LAYOUT E2ED753A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MinItemLevel + +LAYOUT 858C1619 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MinItemLevel + LAYOUT 8143060E, 3112276E BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MinItemLevel ItemLevelSelectorQualitySetID @@ -84,7 +95,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemLevelSelectorQuality.dbd b/definitions/ItemLevelSelectorQuality.dbd index 5ed8974bc67..1f50baae564 100644 --- a/definitions/ItemLevelSelectorQuality.dbd +++ b/definitions/ItemLevelSelectorQuality.dbd @@ -6,7 +6,7 @@ int QualityItemBonusListID LAYOUT D6F9A05B BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> QualityItemBonusListID<32> ParentILSQualitySetID<16> @@ -24,15 +24,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> QualityItemBonusListID<32> Quality<8> @@ -62,7 +62,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemLevelSelectorQualitySet.dbd b/definitions/ItemLevelSelectorQualitySet.dbd index b6ba63ff268..647901e3ce0 100644 --- a/definitions/ItemLevelSelectorQualitySet.dbd +++ b/definitions/ItemLevelSelectorQualitySet.dbd @@ -19,9 +19,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +31,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> IlvlRare<16> IlvlEpic<16> @@ -48,7 +48,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemLimitCategory.dbd b/definitions/ItemLimitCategory.dbd index 2d9ea5fcd08..00d05d5a460 100644 --- a/definitions/ItemLimitCategory.dbd +++ b/definitions/ItemLimitCategory.dbd @@ -14,6 +14,29 @@ Name_lang Quantity<32> Flags<32> +LAYOUT 74E301FB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Quantity<8> +Flags<8> + +LAYOUT F0312C21 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Quantity +Flags + +LAYOUT AC1539C8 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Quantity +Flags + LAYOUT B6BB188D, E068171C, E09B28B2 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -30,9 +53,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -42,12 +65,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Quantity @@ -60,7 +83,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemLimitCategoryCondition.dbd b/definitions/ItemLimitCategoryCondition.dbd index 6f0087a50d7..1ddbe80a8b6 100644 --- a/definitions/ItemLimitCategoryCondition.dbd +++ b/definitions/ItemLimitCategoryCondition.dbd @@ -4,9 +4,32 @@ int AddQuantity int ParentItemLimitCategoryID int PlayerConditionID +LAYOUT 1609ED4D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AddQuantity<8> +ParentItemLimitCategoryID<32> +PlayerConditionID<32> + +LAYOUT CA340D17 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AddQuantity<8> +ParentItemLimitCategoryID<32> +PlayerConditionID + +LAYOUT D3A638FA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AddQuantity<8> +ParentItemLimitCategoryID<32> +PlayerConditionID + LAYOUT 9F1DFE83 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> AddQuantity<8> ParentItemLimitCategoryID<32> @@ -28,7 +51,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +61,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AddQuantity<8> PlayerConditionID @@ -56,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemLogicalCost.dbd b/definitions/ItemLogicalCost.dbd index cdcfbc19daa..3d531f68dcd 100644 --- a/definitions/ItemLogicalCost.dbd +++ b/definitions/ItemLogicalCost.dbd @@ -12,7 +12,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemLogicalCostGroup.dbd b/definitions/ItemLogicalCostGroup.dbd index 20d3d536ed0..a6e2e2f48ab 100644 --- a/definitions/ItemLogicalCostGroup.dbd +++ b/definitions/ItemLogicalCostGroup.dbd @@ -8,7 +8,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemModifiedAppearance.dbd b/definitions/ItemModifiedAppearance.dbd index 6a504887429..486d1a12723 100644 --- a/definitions/ItemModifiedAppearance.dbd +++ b/definitions/ItemModifiedAppearance.dbd @@ -73,9 +73,38 @@ Field_6_0_1_18179_003<32> Field_6_0_1_18179_004<32> Field_6_0_1_18179_005<32> +LAYOUT DFD4F953 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +ItemID<32> +ItemAppearanceID<16> +ItemAppearanceModifierID<8> +OrderIndex<8> +TransmogSourceTypeEnum<8> +$id$ID<32> + +LAYOUT 0C715403 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ItemID<32> +ItemAppearanceID +ItemAppearanceModifierID +OrderIndex +TransmogSourceTypeEnum<8> +$id$ID<32> + +LAYOUT A3FDFED1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ItemID<32> +ItemAppearanceID +ItemAppearanceModifierID +OrderIndex +TransmogSourceTypeEnum<8> +$id$ID<32> + LAYOUT 9F3061BB BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 ItemID<32> ItemAppearanceID ItemAppearanceModifierID @@ -85,8 +114,8 @@ $id$ID<32> LAYOUT E64FD18B, 73D81AD3 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $relation$ItemID<32> $id$ID<32> ItemAppearanceModifierID @@ -108,7 +137,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -146,7 +175,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemModifiedAppearanceExtra.dbd b/definitions/ItemModifiedAppearanceExtra.dbd index 3ecc71ca516..bb70545f522 100644 --- a/definitions/ItemModifiedAppearanceExtra.dbd +++ b/definitions/ItemModifiedAppearanceExtra.dbd @@ -15,6 +15,35 @@ SheatheType DisplayWeaponSubclassID<8> DisplayInventoryType<8> +LAYOUT 0D36FDB0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +IconFileDataID<32> +UnequippedIconFileDataID<32> +SheatheType<8> +DisplayWeaponSubclassID<8> +DisplayInventoryType<8> + +LAYOUT DA0E091A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +IconFileDataID<32> +UnequippedIconFileDataID<32> +SheatheType +DisplayWeaponSubclassID<8> +DisplayInventoryType<8> + +LAYOUT 383879CB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +IconFileDataID<32> +UnequippedIconFileDataID<32> +SheatheType +DisplayWeaponSubclassID<8> +DisplayInventoryType<8> + LAYOUT 77212236, 7E2FD302, BEB0A3C9 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -31,9 +60,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -43,12 +72,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> IconFileDataID<32> UnequippedIconFileDataID<32> @@ -62,7 +91,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemNameDescription.dbd b/definitions/ItemNameDescription.dbd index 8b9cf34b106..6d79acacd91 100644 --- a/definitions/ItemNameDescription.dbd +++ b/definitions/ItemNameDescription.dbd @@ -10,6 +10,26 @@ $id$ID<32> Description_lang Color<32> +LAYOUT 5C280FE0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Description_lang +Color<32> + +LAYOUT 80AEB64C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Description_lang +Color<32> + +LAYOUT 05098966 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Description_lang +Color<32> + LAYOUT 16760BD4, BBF04CCC, 302E0BAD BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +46,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +58,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Description_lang Color<32> @@ -55,7 +75,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemNameSlotOverride.dbd b/definitions/ItemNameSlotOverride.dbd index 8856d1accb8..5fe88c5470c 100644 --- a/definitions/ItemNameSlotOverride.dbd +++ b/definitions/ItemNameSlotOverride.dbd @@ -25,7 +25,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemPetFood.dbd b/definitions/ItemPetFood.dbd index cbb8b29aa8f..bf0a77720e1 100644 --- a/definitions/ItemPetFood.dbd +++ b/definitions/ItemPetFood.dbd @@ -14,6 +14,23 @@ BUILD 0.9.0.3807-0.12.0.3988 $id$ID<32> Name_lang +LAYOUT A75DB185 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang + +LAYOUT 8401C693 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang + +LAYOUT 8730DCFE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang + LAYOUT E4923C1F, D6AB60EB, 896335AB BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -30,9 +47,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -42,12 +59,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang @@ -58,7 +75,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemPriceBase.dbd b/definitions/ItemPriceBase.dbd index a65b87c46d6..de61df44542 100644 --- a/definitions/ItemPriceBase.dbd +++ b/definitions/ItemPriceBase.dbd @@ -12,12 +12,35 @@ ItemLevel<32> Armor Weapon +LAYOUT 5B07F241 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Armor +Weapon +ItemLevel<16> + +LAYOUT EBAEC783 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Armor +Weapon +ItemLevel + +LAYOUT 03750934 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Armor +Weapon +ItemLevel + LAYOUT 4BD234D7, 8DCC898B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Armor Weapon @@ -48,7 +71,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -65,7 +88,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemRandomProperties.dbd b/definitions/ItemRandomProperties.dbd index 8b5c55db393..e774bb90f35 100644 --- a/definitions/ItemRandomProperties.dbd +++ b/definitions/ItemRandomProperties.dbd @@ -49,12 +49,32 @@ Name Enchantment<32>[5] Name_lang +LAYOUT 76CA3B88 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Enchantment<16>[5] + +LAYOUT 8DE90BA8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Enchantment[5] + +LAYOUT 7D6F4EDC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Enchantment[5] + LAYOUT B67375F8, BDA8BFCD, 3C106C78 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -64,12 +84,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Enchantment[5] diff --git a/definitions/ItemRandomSuffix.dbd b/definitions/ItemRandomSuffix.dbd index b3eaee42c4e..d7b55b38a08 100644 --- a/definitions/ItemRandomSuffix.dbd +++ b/definitions/ItemRandomSuffix.dbd @@ -59,12 +59,35 @@ InternalName Enchantment<32>[5] AllocationPct<32>[5] +LAYOUT E2A58F9F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Enchantment<16>[5] +AllocationPct<16>[5] + +LAYOUT 7F9EC0E9 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Enchantment[5] +AllocationPct[5] + +LAYOUT 826E5016 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Enchantment[5] +AllocationPct[5] + LAYOUT 95CAB825, ABCC4871, 97F945AB BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -74,12 +97,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Enchantment[5] diff --git a/definitions/ItemRangedDisplayInfo.dbd b/definitions/ItemRangedDisplayInfo.dbd index c420942680f..df85a493b0d 100644 --- a/definitions/ItemRangedDisplayInfo.dbd +++ b/definitions/ItemRangedDisplayInfo.dbd @@ -4,13 +4,49 @@ int AutoAttackSpellVisualID int CastSpellVisualID int MissileSpellVisualEffectNameID int QuiverFileDataID +int Field_7_2_0_23478_000? + +LAYOUT D8FA47D9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MissileSpellVisualEffectNameID<32> +QuiverFileDataID<32> +CastSpellVisualID<32> +AutoAttackSpellVisualID<32> + +LAYOUT EFFBA1F9 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MissileSpellVisualEffectNameID +QuiverFileDataID +CastSpellVisualID +AutoAttackSpellVisualID + +LAYOUT 196943A3 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +Field_7_2_0_23478_000 +MissileSpellVisualEffectNameID +QuiverFileDataID +CastSpellVisualID +AutoAttackSpellVisualID + +LAYOUT CE6F98AF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MissileSpellVisualEffectNameID +QuiverFileDataID +CastSpellVisualID +AutoAttackSpellVisualID LAYOUT 687A28D1 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MissileSpellVisualEffectNameID QuiverFileDataID @@ -42,7 +78,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -60,7 +96,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemRecraft.dbd b/definitions/ItemRecraft.dbd index 9d963de5a39..0c3a7623cac 100644 --- a/definitions/ItemRecraft.dbd +++ b/definitions/ItemRecraft.dbd @@ -19,7 +19,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $id$ID<32> ItemFixupID<32> diff --git a/definitions/ItemSalvage.dbd b/definitions/ItemSalvage.dbd index a53b4b1a909..3ddfe988aed 100644 --- a/definitions/ItemSalvage.dbd +++ b/definitions/ItemSalvage.dbd @@ -25,7 +25,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemSalvageLoot.dbd b/definitions/ItemSalvageLoot.dbd index 49aae7928f0..d5582747eae 100644 --- a/definitions/ItemSalvageLoot.dbd +++ b/definitions/ItemSalvageLoot.dbd @@ -18,7 +18,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemSearchName.dbd b/definitions/ItemSearchName.dbd index 6dcea397418..94e6d28341d 100644 --- a/definitions/ItemSearchName.dbd +++ b/definitions/ItemSearchName.dbd @@ -108,9 +108,62 @@ RequiredAbility ItemLevel Flags<32>[5] +LAYOUT 1F0753BA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Display_lang +Flags<32>[3] +AllowableRace<32> +RequiredAbility<32> +MinFactionID<16> +RequiredSkill<16> +RequiredSkillRank<16> +ItemLevel<16> +OverallQualityID<8> +ExpansionID<8> +MinReputation<8> +RequiredLevel<8> +AllowableClass<32> + +LAYOUT A7591218 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Display_lang +Flags<32>[3] +AllowableRace<32> +RequiredAbility +MinFactionID +RequiredSkill +RequiredSkillRank +ItemLevel +OverallQualityID +ExpansionID +MinReputation +RequiredLevel<8> +AllowableClass<32> + +LAYOUT F245D75D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Display_lang +Flags<32>[3] +AllowableRace<32> +RequiredAbility +MinFactionID +RequiredSkill +RequiredSkillRank +ItemLevel +OverallQualityID +ExpansionID +MinReputation +RequiredLevel<8> +AllowableClass<32> + LAYOUT 4DB151B2 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> Display_lang Flags<32>[3] @@ -120,12 +173,12 @@ OverallQualityID ExpansionID RequiredLevel<8> AllowableClass<32> -$noninline,relation$Field_7_3_2_25549_009<16> +$noninline,relation$Field_7_3_2_25549_009 LAYOUT 2D4B72FA, 251C9AAA BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 AllowableRace<64> Display_lang $id$ID<32> @@ -145,7 +198,7 @@ LAYOUT F0940AFC BUILD 8.2.5.32144, 8.2.5.32185, 8.2.5.32265, 8.2.5.32294, 8.2.5.32305, 8.2.5.32494, 8.2.5.32580, 8.2.5.32638, 8.2.5.32722, 8.2.5.32750, 8.2.5.32978 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -288,7 +341,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemSet.dbd b/definitions/ItemSet.dbd index 56ac9a33e60..3dff1f3a4f5 100644 --- a/definitions/ItemSet.dbd +++ b/definitions/ItemSet.dbd @@ -51,12 +51,41 @@ ItemID<32>[17] RequiredSkill<32> RequiredSkillRank<32> +LAYOUT 0390F3A4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +ItemID<32>[17] +RequiredSkillRank<16> +RequiredSkill<32> +SetFlags<32> + +LAYOUT 0912C63E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +ItemID[17] +RequiredSkillRank +RequiredSkill +SetFlags + +LAYOUT 64E9C31D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +ItemID[17] +RequiredSkillRank +RequiredSkill +SetFlags + LAYOUT 847FF58A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang ItemID[17] @@ -98,7 +127,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -117,7 +146,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemSetSpell.dbd b/definitions/ItemSetSpell.dbd index bbffaf72297..b067dbbcd28 100644 --- a/definitions/ItemSetSpell.dbd +++ b/definitions/ItemSetSpell.dbd @@ -12,9 +12,35 @@ SpellID<32> Threshold<32> ChrSpecID<32> +LAYOUT F9A57500 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +ItemSetID<16> +ChrSpecID<16> +Threshold<8> + +LAYOUT 20F72828 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID +ItemSetID +ChrSpecID +Threshold + +LAYOUT 68B26488 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID +ItemSetID +ChrSpecID +Threshold + LAYOUT F65DE520 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID ItemSetID @@ -23,8 +49,8 @@ Threshold LAYOUT F65D0AF8, 50E1E858 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID ChrSpecID @@ -45,7 +71,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -81,7 +107,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemSparse.dbd b/definitions/ItemSparse.dbd index 62385c77b20..4b9e2cb3a7e 100644 --- a/definitions/ItemSparse.dbd +++ b/definitions/ItemSparse.dbd @@ -78,9 +78,19 @@ int Field_7_3_2_25549_048? // probably RequiredPVPRank int Field_7_3_2_25549_049? // probably RequiredPVPMedal int Field_4_4_0_53750_013? int Field_1_15_3_55112_014? +int Field_7_2_0_23445_003? // DBAnalyser: [VendorStackCount, 0,79%] +int Field_7_2_0_23445_004? // DBAnalyser: [BuyPrice, 0,8%] +int Field_7_2_0_23445_006? // DBAnalyser: [Field_7_2_0_23478_048, 0,99%], [Field_7_2_0_23478_049, 0,99%] +int Field_7_2_0_23445_042? // DBAnalyser: [Field_7_3_2_25549_048, 0,95%], [RequiredPVPMedal, 0,95%], [RequiredPVPRank, 0,95%], [ModifiedCraftingReagentItemID, 0,95%], [PlayerLevelToItemLevelCurveID, 0,95%], [RequiredTransmogHoliday, 0,95%] +int Field_7_2_0_23445_048? // DBAnalyser: [Field_7_3_2_25549_048, 0,95%], [RequiredPVPMedal, 0,95%], [RequiredPVPRank, 0,95%], [ModifiedCraftingReagentItemID, 0,95%], [PlayerLevelToItemLevelCurveID, 0,95%], [RequiredTransmogHoliday, 0,95%] +int Field_7_2_0_23445_049? // DBAnalyser: [Field_7_3_2_25549_048, 0,95%], [RequiredPVPMedal, 0,95%], [RequiredPVPRank, 0,95%], [ModifiedCraftingReagentItemID, 0,95%], [PlayerLevelToItemLevelCurveID, 0,95%], [RequiredTransmogHoliday, 0,95%] +int Field_7_2_0_23478_048? // DBAnalyser: [Field_7_3_2_25549_048, 0,95%], [Field_7_2_0_23445_049, 0,95%], [Field_7_2_0_23445_048, 0,95%] +int Field_7_2_0_23478_049? // DBAnalyser: [Field_7_3_2_25549_048, 0,95%], [Field_7_2_0_23445_049, 0,95%], [Field_7_2_0_23445_048, 0,95%] +int Field_7_2_0_23623_048? // DBAnalyser: [Field_7_2_0_23478_049, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_3_2_25549_048, 0,95%] +int Field_7_2_0_23623_049? // DBAnalyser: [Field_7_2_0_23478_049, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_3_2_25549_048, 0,95%] LAYOUT 5272360F -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 COMMENT table is sparse $noninline,id$ID<32> AllowableRace<64> @@ -155,7 +165,7 @@ ExpansionID LAYOUT E4F66BC4 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -1024,9 +1034,217 @@ OverallQualityID<8> AmmunitionType RequiredLevel<8> +LAYOUT 577DDABE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +COMMENT table is sparse +$noninline,id$ID<32> +Flags<32>[3] +PriceRandomValue +PriceVariance +Field_7_2_0_23445_003 +Field_7_2_0_23445_004 +AllowableRace<32> +Field_7_2_0_23445_006 +RequiredAbility<32> +MaxCount<32> +StatPercentEditor<32>[10] +StatPercentageOfSocket[10] +ItemRange +Display_lang +Display1_lang +Display2_lang +Display3_lang +Description_lang +BagFamily +QualityModifier +DurationInInventory +DmgVariance +AllowableClass<16> +ItemLevel +RequiredSkill +RequiredSkillRank +MinFactionID +StatModifier_bonusAmount<16>[10] +ScalingStatDistributionID +ItemDelay +PageID +StartQuestID +LockID +RandomSelect +ItemRandomSuffixGroupID +ItemSet +ZoneBound +InstanceBound +TotemCategoryID +Socket_match_enchantment_ID +Gem_properties +LimitCategory +RequiredHoliday +Field_7_2_0_23445_042 +ItemNameDescriptionID +OverallQualityID +VendorStackCount +InventoryType +RequiredLevel<8> +Field_7_2_0_23445_048 +Field_7_2_0_23445_049 +MinReputation +ContainerSlots +StatModifier_bonusStat<8>[10] +Damage_damageType +Bonding +LanguageID +PageMaterialID +Material +SheatheType +SocketType[3] +SpellWeightCategory +SpellWeight +ArtifactID +ExpansionID + +LAYOUT C48A5496 +BUILD 7.2.0.23478, 7.2.0.23578 +COMMENT table is sparse +$noninline,id$ID<32> +Flags<32>[3] +PriceRandomValue +PriceVariance +Field_7_2_0_23445_003 +Field_7_2_0_23445_004 +AllowableRace<32> +Field_7_2_0_23445_006 +RequiredAbility<32> +MaxCount<32> +StatPercentEditor<32>[10] +StatPercentageOfSocket[10] +ItemRange +Display_lang +Display1_lang +Display2_lang +Display3_lang +Description_lang +BagFamily +QualityModifier +DurationInInventory +DmgVariance +AllowableClass<16> +ItemLevel +RequiredSkill +RequiredSkillRank +MinFactionID +StatModifier_bonusAmount<16>[10] +ScalingStatDistributionID +ItemDelay +PageID +StartQuestID +LockID +RandomSelect +ItemRandomSuffixGroupID +ItemSet +ZoneBound +InstanceBound +TotemCategoryID +Socket_match_enchantment_ID +Gem_properties +LimitCategory +RequiredHoliday +Field_7_2_0_23445_042 +ItemNameDescriptionID +OverallQualityID +VendorStackCount +InventoryType +RequiredLevel<8> +Field_7_2_0_23478_048 +Field_7_2_0_23478_049 +MinReputation +ContainerSlots +StatModifier_bonusStat<8>[10] +Damage_damageType +Bonding +LanguageID +PageMaterialID +Material +SheatheType +SocketType[3] +SpellWeightCategory +SpellWeight +ArtifactID +ExpansionID + +LAYOUT 2CDA679A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +COMMENT table is sparse +$noninline,id$ID<32> +Flags<32>[3] +PriceRandomValue +PriceVariance +VendorStackCount +Field_7_2_0_23445_003 +Field_7_2_0_23445_004 +AllowableRace<32> +Field_7_2_0_23445_006 +RequiredAbility<32> +MaxCount<32> +StatPercentEditor<32>[10] +StatPercentageOfSocket[10] +ItemRange +Display_lang +Display1_lang +Display2_lang +Display3_lang +Description_lang +BagFamily +QualityModifier +DurationInInventory +DmgVariance +AllowableClass<16> +ItemLevel +RequiredSkill +RequiredSkillRank +MinFactionID +StatModifier_bonusAmount<16>[10] +ScalingStatDistributionID +ItemDelay +PageID +StartQuestID +LockID +RandomSelect +ItemRandomSuffixGroupID +ItemSet +ZoneBound +InstanceBound +TotemCategoryID +Socket_match_enchantment_ID +Gem_properties +LimitCategory +RequiredHoliday +Field_7_2_0_23445_042 +ItemNameDescriptionID +OverallQualityID +InventoryType +RequiredLevel<8> +Field_7_2_0_23623_048 +Field_7_2_0_23623_049 +MinReputation +ContainerSlots +StatModifier_bonusStat<8>[10] +Damage_damageType +Bonding +LanguageID +PageMaterialID +Material +SheatheType +SocketType[3] +SpellWeightCategory +SpellWeight +ArtifactID +ExpansionID + LAYOUT BB5BF754 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 COMMENT table is sparse $noninline,id$ID<32> Flags<32>[4] @@ -1095,7 +1313,7 @@ ArtifactID ExpansionID LAYOUT 4007DE16 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 COMMENT table is sparse $noninline,id$ID<32> AllowableRace<64> @@ -1934,7 +2152,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemSpec.dbd b/definitions/ItemSpec.dbd index d5dc3b8b303..76630b09e10 100644 --- a/definitions/ItemSpec.dbd +++ b/definitions/ItemSpec.dbd @@ -6,6 +6,11 @@ int ItemType int PrimaryStat int SecondaryStat int SpecializationID +int Field_7_2_0_23445_001? +int Field_7_2_0_23445_002? +int Field_7_2_0_23445_003? +int Field_7_2_0_23445_004? +int Field_7_2_0_23445_005? BUILD 6.0.1.18179 BUILD 5.0.1.15464-5.4.8.18414 @@ -17,12 +22,44 @@ PrimaryStat<32> SecondaryStat<32> SpecializationID<32> +LAYOUT 0F323686 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpecializationID<16> +Field_7_2_0_23445_001<8> +Field_7_2_0_23445_002<8> +Field_7_2_0_23445_003<8> +Field_7_2_0_23445_004<8> +Field_7_2_0_23445_005<8> + +LAYOUT 1DE75AFE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpecializationID +Field_7_2_0_23445_001 +Field_7_2_0_23445_002 +Field_7_2_0_23445_003 +Field_7_2_0_23445_004 +Field_7_2_0_23445_005 + +LAYOUT 91EB0140 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpecializationID +Field_7_2_0_23445_001 +Field_7_2_0_23445_002 +Field_7_2_0_23445_003 +Field_7_2_0_23445_004 +Field_7_2_0_23445_005 + LAYOUT B17B7986, DF0C293E BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpecializationID MinLevel @@ -56,7 +93,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -76,7 +113,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemSpecOverride.dbd b/definitions/ItemSpecOverride.dbd index 8d9928207b3..652b3c7cdcc 100644 --- a/definitions/ItemSpecOverride.dbd +++ b/definitions/ItemSpecOverride.dbd @@ -9,9 +9,29 @@ $id$ID<32> ItemID<32> SpecID<32> +LAYOUT 158F7C4E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32> +SpecID<16> + +LAYOUT D458F1A6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID<32> +SpecID + +LAYOUT 998D0348 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID<32> +SpecID + LAYOUT C7350ADE BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ItemID<32> SpecID @@ -28,15 +48,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpecID $noninline,relation$ItemID<32> @@ -64,7 +84,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemSubClass.dbd b/definitions/ItemSubClass.dbd index 36de9f44736..31f34d28bc8 100644 --- a/definitions/ItemSubClass.dbd +++ b/definitions/ItemSubClass.dbd @@ -89,12 +89,56 @@ WeaponSwingSize<32> DisplayName_lang VerboseName_lang +LAYOUT 2B6ECF61 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +DisplayName_lang +VerboseName_lang +Flags<16> +ClassID<8> +SubClassID<8> +PrerequisiteProficiency<8> +PostrequisiteProficiency<8> +DisplayFlags<8> +WeaponSwingSize<8> +AuctionHouseSortOrder<8> + +LAYOUT 7EF9538F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +DisplayName_lang +VerboseName_lang +Flags<16> +ClassID<8> +SubClassID<8> +PrerequisiteProficiency<8> +PostrequisiteProficiency<8> +DisplayFlags<8> +WeaponSwingSize<8> +AuctionHouseSortOrder + +LAYOUT 4656936D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +DisplayName_lang +VerboseName_lang +Flags<16> +ClassID<8> +SubClassID<8> +PrerequisiteProficiency<8> +PostrequisiteProficiency<8> +DisplayFlags<8> +WeaponSwingSize<8> +AuctionHouseSortOrder + LAYOUT DAD92A67 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DisplayName_lang VerboseName_lang @@ -140,7 +184,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -214,7 +258,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemSubClassMask.dbd b/definitions/ItemSubClassMask.dbd index 293904d82e3..e6101cc643d 100644 --- a/definitions/ItemSubClassMask.dbd +++ b/definitions/ItemSubClassMask.dbd @@ -22,9 +22,32 @@ ClassID<32> Mask<32> Name_lang +LAYOUT 002D222A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Mask<32> +Name_lang +ClassID<8> + +LAYOUT B144D99C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Mask +Name_lang +ClassID + +LAYOUT 3A3C009D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Mask +Name_lang +ClassID + LAYOUT 2A8488C0 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Mask Name_lang @@ -32,8 +55,8 @@ ClassID LAYOUT FC1DA850, E1975A0C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Mask @@ -64,7 +87,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -81,7 +104,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemUpgrade.dbd b/definitions/ItemUpgrade.dbd index 008b16da40d..00d4d9ce441 100644 --- a/definitions/ItemUpgrade.dbd +++ b/definitions/ItemUpgrade.dbd @@ -66,12 +66,41 @@ PrerequisiteID<32> CurrencyType<32> CurrencyAmount<32> +LAYOUT F7CA02D9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +CurrencyAmount<32> +PrerequisiteID<16> +CurrencyType<16> +ItemUpgradePathID<8> +ItemLevelIncrement<8> + +LAYOUT 2E0E507B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +CurrencyAmount +PrerequisiteID +CurrencyType +ItemUpgradePathID +ItemLevelIncrement + +LAYOUT 8C289A02 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +CurrencyAmount +PrerequisiteID +CurrencyType +ItemUpgradePathID +ItemLevelIncrement + LAYOUT 8F3A4137, 0AB08623 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CurrencyAmount PrerequisiteID @@ -85,7 +114,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/ItemVisualEffects.dbd b/definitions/ItemVisualEffects.dbd index feb5e613850..930ca483a46 100644 --- a/definitions/ItemVisualEffects.dbd +++ b/definitions/ItemVisualEffects.dbd @@ -17,3 +17,20 @@ BUILD 1.0.0.3980-1.12.3.6141 BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> Model + +LAYOUT 71B9EC59 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Model + +LAYOUT EE16D3AF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Model + +LAYOUT 3024FF02 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Model diff --git a/definitions/ItemVisuals.dbd b/definitions/ItemVisuals.dbd index 02c17d02213..bca707ddc2a 100644 --- a/definitions/ItemVisuals.dbd +++ b/definitions/ItemVisuals.dbd @@ -42,9 +42,26 @@ BUILD 0.5.5.3494-0.12.0.3988 $id$ID<32> Slot<32>[5] +LAYOUT 7459D46B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Slot<16>[5] + +LAYOUT 82642E5D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Slot[5] + +LAYOUT DFC58D7E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Slot[5] + LAYOUT BDE42406 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ModelFileID<32>[5] @@ -60,7 +77,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -70,12 +87,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ModelFileID<32>[5] @@ -97,7 +114,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemVisualsXEffect.dbd b/definitions/ItemVisualsXEffect.dbd index 2c76dd2e198..8cd319d467e 100644 --- a/definitions/ItemVisualsXEffect.dbd +++ b/definitions/ItemVisualsXEffect.dbd @@ -51,7 +51,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemXBonusTree.dbd b/definitions/ItemXBonusTree.dbd index 9756823dd0b..a747930ccbf 100644 --- a/definitions/ItemXBonusTree.dbd +++ b/definitions/ItemXBonusTree.dbd @@ -3,9 +3,29 @@ int ID int ItemBonusTreeID int ItemID +LAYOUT A672E053 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32> +ItemBonusTreeID<16> + +LAYOUT E2A0C4B3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID<32> +ItemBonusTreeID + +LAYOUT 1513D39F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID<32> +ItemBonusTreeID + LAYOUT ED7A617B BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ItemID<32> ItemBonusTreeID @@ -22,15 +42,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemBonusTreeID $noninline,relation$ItemID<32> @@ -58,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ItemXItemEffect.dbd b/definitions/ItemXItemEffect.dbd index 02d2a7b379f..47d9335efcb 100644 --- a/definitions/ItemXItemEffect.dbd +++ b/definitions/ItemXItemEffect.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalEncounter.dbd b/definitions/JournalEncounter.dbd index 10f7a494220..1e3fc82e0d5 100644 --- a/definitions/JournalEncounter.dbd +++ b/definitions/JournalEncounter.dbd @@ -97,9 +97,68 @@ Name_lang Description_lang Flags<32> +LAYOUT D59A20F7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Map[2] +Name_lang +Description_lang +DungeonMapID<16> +WorldMapAreaID<16> +FirstSectionID<16> +JournalInstanceID<16> +DifficultyMask<8> +Flags<8> +OrderIndex<32> + +LAYOUT 84238C3B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Map[2] +Name_lang +Description_lang +DungeonMapID +WorldMapAreaID +FirstSectionID +JournalInstanceID +DifficultyMask<8> +Flags +OrderIndex + +LAYOUT 9D9C1DA1 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +Map[2] +Name_lang +Description_lang +DungeonMapID +WorldMapAreaID +FirstSectionID +JournalInstanceID +DifficultyMask<8> +Flags +OrderIndex + +LAYOUT F58D8B3E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Map[2] +Name_lang +Description_lang +DungeonMapID +WorldMapAreaID +FirstSectionID +JournalInstanceID +DifficultyMask<8> +Flags +OrderIndex +MapDisplayConditionID + LAYOUT 5B5D5FCF BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Map[2] Name_lang @@ -115,8 +174,8 @@ MapDisplayConditionID LAYOUT 2935A0FD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Description_lang @@ -164,7 +223,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -259,7 +318,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalEncounterCreature.dbd b/definitions/JournalEncounterCreature.dbd index 6734c88c83d..d4a098fc699 100644 --- a/definitions/JournalEncounterCreature.dbd +++ b/definitions/JournalEncounterCreature.dbd @@ -19,9 +19,41 @@ FileDataID<32> Name_lang Description_lang +LAYOUT C527E3A6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +CreatureDisplayInfoID<32> +FileDataID<32> +Name_lang +Description_lang +JournalEncounterID<16> +OrderIndex<8> +$id$ID<32> + +LAYOUT 13E1F20C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +CreatureDisplayInfoID +FileDataID +Name_lang +Description_lang +JournalEncounterID +OrderIndex +$id$ID<32> + +LAYOUT D3A6C2CF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +CreatureDisplayInfoID +FileDataID +Name_lang +Description_lang +JournalEncounterID +OrderIndex +$id$ID<32> + LAYOUT 07522050 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 CreatureDisplayInfoID FileDataID Name_lang @@ -32,8 +64,8 @@ $id$ID<32> LAYOUT 22C79A42 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Description_lang CreatureDisplayInfoID @@ -79,7 +111,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -100,7 +132,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalEncounterItem.dbd b/definitions/JournalEncounterItem.dbd index 98d3ae25087..309f975331e 100644 --- a/definitions/JournalEncounterItem.dbd +++ b/definitions/JournalEncounterItem.dbd @@ -52,12 +52,41 @@ DifficultyMask<32> FactionMask<32> Flags<32> +LAYOUT 06112EE4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +ItemID<32> +JournalEncounterID<16> +DifficultyMask<8> +FactionMask<8> +Flags<8> +$id$ID<32> + +LAYOUT DA8DAD19 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ItemID +JournalEncounterID +DifficultyMask<8> +FactionMask<8> +Flags +$id$ID + +LAYOUT A4AF3B4B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ItemID +JournalEncounterID +DifficultyMask<8> +FactionMask<8> +Flags +$id$ID + LAYOUT 39230FF9 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 ItemID $relation$JournalEncounterID DifficultyMask<8> @@ -93,7 +122,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -130,7 +159,7 @@ LAYOUT DAC92896 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalEncounterSection.dbd b/definitions/JournalEncounterSection.dbd index 26d59ff9913..00951b52090 100644 --- a/definitions/JournalEncounterSection.dbd +++ b/definitions/JournalEncounterSection.dbd @@ -50,9 +50,66 @@ IconCreatureDisplayInfoID<32> SpellID<32> IconFileDataID<32> +LAYOUT 9D01F1EF +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Title_lang +BodyText_lang +IconCreatureDisplayInfoID<32> +SpellID<32> +IconFileDataID<32> +JournalEncounterID<16> +NextSiblingSectionID<16> +FirstChildSectionID<16> +ParentSectionID<16> +Flags<16> +IconFlags<16> +OrderIndex<8> +Type<8> +DifficultyMask<8> + +LAYOUT 97E5665F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Title_lang +BodyText_lang +IconCreatureDisplayInfoID +SpellID<32> +IconFileDataID<32> +JournalEncounterID +NextSiblingSectionID +FirstChildSectionID +ParentSectionID +Flags +IconFlags +OrderIndex +Type +DifficultyMask<8> + +LAYOUT A3FC6A6B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Title_lang +BodyText_lang +IconCreatureDisplayInfoID +SpellID<32> +IconFileDataID<32> +JournalEncounterID +NextSiblingSectionID +FirstChildSectionID +ParentSectionID +Flags +IconFlags +OrderIndex +Type +DifficultyMask<8> + LAYOUT 8C84A73F +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Title_lang BodyText_lang @@ -71,8 +128,8 @@ DifficultyMask<8> LAYOUT 13E56B12 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Title_lang BodyText_lang @@ -149,7 +206,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -200,7 +257,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalEncounterXDifficulty.dbd b/definitions/JournalEncounterXDifficulty.dbd index a131f64c2a9..0a43db6c62b 100644 --- a/definitions/JournalEncounterXDifficulty.dbd +++ b/definitions/JournalEncounterXDifficulty.dbd @@ -9,9 +9,29 @@ $id$ID<32> JournalEncounterID<32> DifficultyID<32> +LAYOUT D14F0A02 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +JournalEncounterID<16> +DifficultyID<8> + +LAYOUT FCC904EA +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +JournalEncounterID +DifficultyID + +LAYOUT AC8AC546 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +JournalEncounterID +DifficultyID + LAYOUT 929953A2 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> JournalEncounterID DifficultyID @@ -28,15 +48,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DifficultyID $noninline,relation$JournalEncounterID @@ -64,7 +84,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalEncounterXMapLoc.dbd b/definitions/JournalEncounterXMapLoc.dbd index d74c2a561a6..118f6b331dc 100644 --- a/definitions/JournalEncounterXMapLoc.dbd +++ b/definitions/JournalEncounterXMapLoc.dbd @@ -20,8 +20,8 @@ MapDisplayConditionID<32> LAYOUT 430540E4, E7EC7104 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Map[2] Flags @@ -64,7 +64,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -83,7 +83,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalInstance.dbd b/definitions/JournalInstance.dbd index fd4daa32a73..e31da237952 100644 --- a/definitions/JournalInstance.dbd +++ b/definitions/JournalInstance.dbd @@ -99,8 +99,52 @@ LoreFileDataID<32> Name_lang Description_lang +LAYOUT 6569C6CB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +ButtonFileDataID<32> +ButtonSmallFileDataID<32> +BackgroundFileDataID<32> +LoreFileDataID<32> +Name_lang +Description_lang +MapID<16> +AreaID<16> +OrderIndex<8> +Flags<8> +$id$ID<32> + +LAYOUT F3E73FA9 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ButtonFileDataID<32> +ButtonSmallFileDataID<32> +BackgroundFileDataID<32> +LoreFileDataID<32> +Name_lang +Description_lang +MapID +AreaID +OrderIndex +Flags +$id$ID<32> + +LAYOUT 5ADEB91A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ButtonFileDataID<32> +ButtonSmallFileDataID<32> +BackgroundFileDataID<32> +LoreFileDataID<32> +Name_lang +Description_lang +MapID +AreaID +OrderIndex +Flags +$id$ID<32> + LAYOUT 0E941A25 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 ButtonFileDataID<32> ButtonSmallFileDataID<32> BackgroundFileDataID<32> @@ -130,8 +174,8 @@ $id$ID<32> LAYOUT 1691CC3D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Description_lang ButtonFileDataID<32> @@ -177,7 +221,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -249,7 +293,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalInstanceEntrance.dbd b/definitions/JournalInstanceEntrance.dbd index 9888ddb2349..9da82779b53 100644 --- a/definitions/JournalInstanceEntrance.dbd +++ b/definitions/JournalInstanceEntrance.dbd @@ -13,7 +13,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/JournalInstanceQueueLoc.dbd b/definitions/JournalInstanceQueueLoc.dbd index 4a4cd7e93b5..6d7d399f930 100644 --- a/definitions/JournalInstanceQueueLoc.dbd +++ b/definitions/JournalInstanceQueueLoc.dbd @@ -14,7 +14,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/JournalItemXDifficulty.dbd b/definitions/JournalItemXDifficulty.dbd index d0e0bb3ca57..e2a6ba6a238 100644 --- a/definitions/JournalItemXDifficulty.dbd +++ b/definitions/JournalItemXDifficulty.dbd @@ -9,9 +9,29 @@ $id$ID<32> JournalEncounterItemID<32> DifficultyID<32> +LAYOUT 9EDCD781 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +JournalEncounterItemID<16> +DifficultyID<8> + +LAYOUT C48FE469 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +JournalEncounterItemID +DifficultyID + +LAYOUT A2434FB5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +JournalEncounterItemID +DifficultyID + LAYOUT 3F2D52A1 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> JournalEncounterItemID DifficultyID @@ -28,15 +48,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DifficultyID $noninline,relation$JournalEncounterItemID @@ -64,7 +84,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalSectionXDifficulty.dbd b/definitions/JournalSectionXDifficulty.dbd index 3a2231bef75..7d4b5fccfbc 100644 --- a/definitions/JournalSectionXDifficulty.dbd +++ b/definitions/JournalSectionXDifficulty.dbd @@ -9,9 +9,29 @@ $id$ID<32> JournalEncounterSectionID<32> DifficultyID<32> +LAYOUT 332C40F7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +JournalEncounterSectionID<16> +DifficultyID<8> + +LAYOUT AE40FB77 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +JournalEncounterSectionID +DifficultyID + +LAYOUT 58F088AB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +JournalEncounterSectionID +DifficultyID + LAYOUT CCC4BEB7 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> JournalEncounterSectionID DifficultyID @@ -28,15 +48,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DifficultyID $noninline,relation$JournalEncounterSectionID @@ -64,7 +84,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalTier.dbd b/definitions/JournalTier.dbd index f63cdd75245..a43d3356963 100644 --- a/definitions/JournalTier.dbd +++ b/definitions/JournalTier.dbd @@ -35,6 +35,23 @@ BUILD 5.4.0.17266-5.4.8.18414 $id$ID<32> Name_lang +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang + +LAYOUT 4BF54DB3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang + +LAYOUT 22E5531E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang + LAYOUT 8046B23F, E0D727CB, 2ABC8A8B BUILD 9.0.1.33978, 9.0.1.34003, 9.0.1.34081, 9.0.1.34098, 9.0.1.34137, 9.0.1.34199, 9.0.1.34278, 9.0.1.34324, 9.0.1.34365, 9.0.1.34392, 9.0.1.34490, 9.0.1.34615, 9.0.1.34714, 9.0.1.34821 BUILD 8.3.7.34872, 8.3.7.35114, 8.3.7.35249, 8.3.7.35284, 8.3.7.35435, 8.3.7.35662 @@ -44,9 +61,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -56,12 +73,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang @@ -85,7 +102,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/JournalTierXInstance.dbd b/definitions/JournalTierXInstance.dbd index 24f7d4730c9..97c785e9993 100644 --- a/definitions/JournalTierXInstance.dbd +++ b/definitions/JournalTierXInstance.dbd @@ -15,6 +15,26 @@ BUILD 5.4.0.17266-5.4.8.18414 JournalTierID<32> JournalInstanceID<32> +LAYOUT 6D895E3A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +JournalTierID<16> +JournalInstanceID<16> + +LAYOUT 282FF48A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +JournalTierID +JournalInstanceID + +LAYOUT 148D3EC4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +JournalTierID +JournalInstanceID + LAYOUT 9C4F4D2A, D584CE6A, 88DBB128 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -31,9 +51,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -43,12 +63,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$JournalTierID JournalInstanceID @@ -88,7 +108,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 $noninline,id$ID<32> diff --git a/definitions/Keychain.dbd b/definitions/Keychain.dbd index fdf66c6f9b6..d9b1cc3feda 100644 --- a/definitions/Keychain.dbd +++ b/definitions/Keychain.dbd @@ -9,12 +9,29 @@ BUILD 4.0.0.12911-4.3.4.15595 $id$ID<32> Key<8>[32] +LAYOUT F16B0884 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Key<8>[32] + +LAYOUT D0A6CB06 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Key[32] + +LAYOUT FDBFEF61 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Key[32] + LAYOUT 5B214E82 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Key[32] @@ -43,7 +60,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -58,7 +75,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/KeystoneAffix.dbd b/definitions/KeystoneAffix.dbd index 9003811d0c6..f67f9eb6a93 100644 --- a/definitions/KeystoneAffix.dbd +++ b/definitions/KeystoneAffix.dbd @@ -29,12 +29,35 @@ Description_lang $id$ID<32> FiledataID<32> +LAYOUT DDD973A4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Description_lang +FiledataID<32> + +LAYOUT 6B53A9BE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Description_lang +FiledataID<32> + +LAYOUT 96AEEFE1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Description_lang +FiledataID<32> + LAYOUT 1BCB46AA, 50306D85 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Description_lang @@ -61,7 +84,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -96,7 +119,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LFGDungeonExpansion.dbd b/definitions/LFGDungeonExpansion.dbd index 25c05d0fc61..2fbd82d7fb7 100644 --- a/definitions/LFGDungeonExpansion.dbd +++ b/definitions/LFGDungeonExpansion.dbd @@ -73,8 +73,43 @@ Hard_level_max<32> Target_level_min<32> Target_level_max<32> +LAYOUT 709756FB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Lfg_ID<16> +Random_ID<16> +Expansion_level<8> +Hard_level_min<8> +Hard_level_max<8> +Target_level_min<32> +Target_level_max<32> + +LAYOUT 3C75EB91 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Lfg_ID +Random_ID +Expansion_level +Hard_level_min +Hard_level_max +Target_level_min<32> +Target_level_max<32> + +LAYOUT A1F7409C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Lfg_ID +Random_ID +Expansion_level +Hard_level_min +Hard_level_max +Target_level_min<32> +Target_level_max<32> + LAYOUT F795910D -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Lfg_ID Random_ID @@ -98,8 +133,8 @@ Target_level_max<32> LAYOUT B41DEA61 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Random_ID Expansion_level @@ -130,7 +165,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/LFGDungeonGroup.dbd b/definitions/LFGDungeonGroup.dbd index 4e4b104f357..e5b7a7f4b5e 100644 --- a/definitions/LFGDungeonGroup.dbd +++ b/definitions/LFGDungeonGroup.dbd @@ -16,12 +16,38 @@ Order_index<32> Parent_group_ID<32> TypeID<32> +LAYOUT 45E343EF +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Order_index<16> +Parent_group_ID<8> +TypeID<8> + +LAYOUT 77D34BD7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Order_index +Parent_group_ID +TypeID + +LAYOUT F75B9257 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Order_index +Parent_group_ID +TypeID + LAYOUT 724D58E7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Order_index @@ -61,7 +87,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -79,7 +105,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LFGDungeons.dbd b/definitions/LFGDungeons.dbd index 264a678cecb..7e71c060f55 100644 --- a/definitions/LFGDungeons.dbd +++ b/definitions/LFGDungeons.dbd @@ -386,8 +386,185 @@ Bonus_reputation_amount<32> MentorCharLevel<32> MentorItemLevel<32> +LAYOUT 960619D1 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852 +Name_lang +Flags<32> +TextureFilename +Description_lang +Required_player_condition_ID<32> +MaxLevel<16> +Target_level_max<16> +MapID<16> +Random_ID<16> +ScenarioID<16> +FinalEncounterID<16> +Bonus_reputation_amount<16> +MentorItemLevel<16> +MinLevel<8> +Target_level<8> +Target_level_min<8> +DifficultyID<8> +TypeID<8> +Faction<8> +ExpansionLevel<8> +Order_index<8> +Group_ID<8> +Count_tank<8> +Count_healer<8> +Count_damage<8> +Min_count_tank<8> +Min_count_healer<8> +Min_count_damage<8> +Subtype<8> +MentorCharLevel<8> +$id$ID<32> + +LAYOUT 40D77668 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +Flags<32> +TextureFilename +Description_lang +Required_player_condition_ID<32> +MinGear +MaxLevel<16> +Target_level_max<16> +MapID<16> +Random_ID<16> +ScenarioID<16> +FinalEncounterID<16> +Bonus_reputation_amount<16> +MentorItemLevel<16> +MinLevel<8> +Target_level<8> +Target_level_min<8> +DifficultyID<8> +TypeID<8> +Faction<8> +ExpansionLevel<8> +Order_index<8> +Group_ID<8> +Count_tank<8> +Count_healer<8> +Count_damage<8> +Min_count_tank<8> +Min_count_healer<8> +Min_count_damage<8> +Subtype<8> +MentorCharLevel<8> +$id$ID<32> + +LAYOUT 9C640A2B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +Flags +TextureFilename +Description_lang +MinGear +MaxLevel +Target_level_max +MapID<16> +Random_ID +ScenarioID +FinalEncounterID +Bonus_reputation_amount +MentorItemLevel +Required_player_condition_ID +MinLevel +Target_level +Target_level_min +DifficultyID +TypeID +Faction<8> +ExpansionLevel +Order_index +Group_ID +Count_tank +Count_healer +Count_damage +Min_count_tank +Min_count_healer +Min_count_damage +Subtype +MentorCharLevel +$id$ID<32> + +LAYOUT 3F2A92F9 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +Flags +TextureFilename +Description_lang +MinGear +MaxLevel +Target_level_max +MapID<16> +Random_ID +ScenarioID +FinalEncounterID +Bonus_reputation_amount +MentorItemLevel +Required_player_condition_ID +MinLevel +Target_level +Target_level_min +DifficultyID +TypeID +Faction<8> +ExpansionLevel +Order_index +Group_ID +Count_tank +Count_healer +Count_damage +Min_count_tank +Min_count_healer +Min_count_damage +Subtype +MentorCharLevel +$id$ID<32> + +LAYOUT 0FBB2573 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +Name_lang +Flags +Description_lang +MinGear +MaxLevel +Target_level_max +MapID<16> +Random_ID +ScenarioID +FinalEncounterID +Bonus_reputation_amount +MentorItemLevel +Required_player_condition_ID +MinLevel +Target_level +Target_level_min +DifficultyID +TypeID +Faction<8> +ExpansionLevel +Order_index +Group_ID +Count_tank +Count_healer +Count_damage +Min_count_tank +Min_count_healer +Min_count_damage +Subtype +MentorCharLevel +IconTextureFileID<32> +RewardsBgTextureFileID<32> +PopupBgTextureFileID<32> + LAYOUT 4C519080 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Name_lang Flags @@ -462,8 +639,8 @@ RewardsBgTextureFileID<32> PopupBgTextureFileID<32> LAYOUT F02081A0 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Description_lang @@ -662,7 +839,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -879,7 +1056,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LFGRoleRequirement.dbd b/definitions/LFGRoleRequirement.dbd index 9382f430850..f23fd12520f 100644 --- a/definitions/LFGRoleRequirement.dbd +++ b/definitions/LFGRoleRequirement.dbd @@ -13,9 +13,39 @@ Field_6_0_1_18179_001<32> Field_6_0_1_18179_002<32> Field_6_0_1_18179_003<32> +LAYOUT 6C04E981 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +LfgDungeonsID<16> +PlayerConditionID<16> +RoleType<8> + +LAYOUT F8BE1E13 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +LfgDungeonsID +PlayerConditionID +RoleType + +LAYOUT 8960CD32 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +LfgDungeonsID +PlayerConditionID +RoleType + +LAYOUT 8F8987DE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +LfgDungeonsID +RoleType +PlayerConditionID + LAYOUT 0F8A6D6D BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> LfgDungeonsID RoleType @@ -23,8 +53,8 @@ PlayerConditionID LAYOUT 7EB8A359 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> RoleType PlayerConditionID @@ -51,7 +81,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -85,7 +115,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LabelXContentRestrictRuleSet.dbd b/definitions/LabelXContentRestrictRuleSet.dbd index 40631132774..0e86c63a8fb 100644 --- a/definitions/LabelXContentRestrictRuleSet.dbd +++ b/definitions/LabelXContentRestrictRuleSet.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LanguageWords.dbd b/definitions/LanguageWords.dbd index 5a02e3f24ed..b6216d996a4 100644 --- a/definitions/LanguageWords.dbd +++ b/definitions/LanguageWords.dbd @@ -52,6 +52,26 @@ $id$ID<32> LanguageID<32> Word +LAYOUT ABBAA499 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Word +LanguageID<8> + +LAYOUT 447BCE15 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Word +LanguageID + +LAYOUT B128C39B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Word +LanguageID + LAYOUT C15912BD, FBB33D15, D2A6C669 BUILD 8.3.0.32044, 8.3.0.32151, 8.3.0.32203, 8.3.0.32218, 8.3.0.32272 BUILD 8.2.5.31337, 8.2.5.31401, 8.2.5.31521, 8.2.5.31599, 8.2.5.31812, 8.2.5.31884, 8.2.5.31919, 8.2.5.31921, 8.2.5.31958, 8.2.5.31960, 8.2.5.31961, 8.2.5.31984, 8.2.5.32028, 8.2.5.32079, 8.2.5.32144, 8.2.5.32185, 8.2.5.32265, 8.2.5.32294, 8.2.5.32305, 8.2.5.32494, 8.2.5.32580, 8.2.5.32638, 8.2.5.32722, 8.2.5.32750, 8.2.5.32978 @@ -59,17 +79,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Word LanguageID @@ -101,7 +121,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Languages.dbd b/definitions/Languages.dbd index 876dce7692e..5fcab6ecbcf 100644 --- a/definitions/Languages.dbd +++ b/definitions/Languages.dbd @@ -63,6 +63,23 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> Name_lang +LAYOUT 557617F0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +$id$ID<32> + +LAYOUT 1B55DECC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +$id$ID + +LAYOUT 5FDF22D6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +$id$ID + LAYOUT 6FA5D0C4, AA508D47, 8DD4A016 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -75,9 +92,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 @@ -85,12 +102,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang $id$ID @@ -129,7 +146,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 Name_lang diff --git a/definitions/LfgDungeonsGroupingMap.dbd b/definitions/LfgDungeonsGroupingMap.dbd index 810cde4abf3..b34673a9104 100644 --- a/definitions/LfgDungeonsGroupingMap.dbd +++ b/definitions/LfgDungeonsGroupingMap.dbd @@ -12,9 +12,32 @@ LfgDungeonsID<32> Random_lfgDungeonsID<32> Group_ID<32> +LAYOUT D9B4F21E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +LfgDungeonsID<16> +Random_lfgDungeonsID<16> +Group_ID<8> + +LAYOUT B654DF38 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +LfgDungeonsID +Random_lfgDungeonsID +Group_ID + +LAYOUT 459FD93F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +LfgDungeonsID +Random_lfgDungeonsID +Group_ID + LAYOUT A7288E14 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> LfgDungeonsID Random_lfgDungeonsID @@ -32,15 +55,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Random_lfgDungeonsID Group_ID @@ -70,7 +93,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Light.dbd b/definitions/Light.dbd index 10f3fff6430..3db09384941 100644 --- a/definitions/Light.dbd +++ b/definitions/Light.dbd @@ -29,6 +29,35 @@ GameFalloffStart GameFalloffEnd LightParamsID<32>[8] +LAYOUT 125FB33D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GameCoords[3] +GameFalloffStart +GameFalloffEnd +ContinentID<16> +LightParamsID<16>[8] + +LAYOUT 1E65C637 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GameCoords[3] +GameFalloffStart +GameFalloffEnd +ContinentID<16> +LightParamsID[8] + +LAYOUT D7A45504 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GameCoords[3] +GameFalloffStart +GameFalloffEnd +ContinentID<16> +LightParamsID[8] + LAYOUT 25025A13, 04052B1F, 9088A2A3 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -45,9 +74,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -57,12 +86,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GameCoords[3] GameFalloffStart @@ -77,7 +106,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LightData.dbd b/definitions/LightData.dbd index ad6707afdde..7148c06c2c2 100644 --- a/definitions/LightData.dbd +++ b/definitions/LightData.dbd @@ -46,6 +46,7 @@ float FogStartOffset int EndFogHeightColor float HeightDensityFogCoeff int Field_10_0_0_44649_042? +float Field_7_1_0_22636_025? // DBAnalyser: [Field_7_2_0_23445_025, 0,82%] LAYOUT 9E95F375 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 @@ -193,9 +194,128 @@ FogScaler CloudDensity FogDensity +LAYOUT E3E8B600 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +DirectColor<32> +AmbientColor<32> +SkyTopColor<32> +SkyMiddleColor<32> +SkyBand1Color<32> +SkyBand2Color<32> +SkySmogColor<32> +SkyFogColor<32> +SunColor<32> +CloudSunColor<32> +CloudEmissiveColor<32> +CloudLayer1AmbientColor<32> +CloudLayer2AmbientColor<32> +OceanCloseColor<32> +OceanFarColor<32> +RiverCloseColor<32> +RiverFarColor<32> +ShadowOpacity<32> +FogEnd +FogScaler +CloudDensity +FogDensity +FogHeight +FogHeightScaler +FogHeightDensity +Field_7_1_0_22636_025 +EndFogColorDistance +SunFogColor<32> +EndFogColor<32> +FogHeightColor<32> +ColorGradingFileDataID<32> +HorizonAmbientColor<32> +GroundAmbientColor<32> +LightParamID<16> +Time<16> + +LAYOUT 12420062 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +DirectColor<32> +AmbientColor<32> +SkyTopColor<32> +SkyMiddleColor<32> +SkyBand1Color<32> +SkyBand2Color<32> +SkySmogColor<32> +SkyFogColor<32> +SunColor<32> +CloudSunColor<32> +CloudEmissiveColor<32> +CloudLayer1AmbientColor<32> +CloudLayer2AmbientColor<32> +OceanCloseColor<32> +OceanFarColor<32> +RiverCloseColor<32> +RiverFarColor<32> +ShadowOpacity<32> +FogEnd +FogScaler +CloudDensity +FogDensity +FogHeight +FogHeightScaler +FogHeightDensity +SunFogAngle +EndFogColorDistance +SunFogColor +EndFogColor +FogHeightColor +ColorGradingFileDataID +HorizonAmbientColor<32> +GroundAmbientColor<32> +LightParamID +Time + +LAYOUT CFCF6A11 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +DirectColor<32> +AmbientColor<32> +SkyTopColor<32> +SkyMiddleColor<32> +SkyBand1Color<32> +SkyBand2Color<32> +SkySmogColor<32> +SkyFogColor<32> +SunColor<32> +CloudSunColor<32> +CloudEmissiveColor<32> +CloudLayer1AmbientColor<32> +CloudLayer2AmbientColor<32> +OceanCloseColor<32> +OceanFarColor<32> +RiverCloseColor<32> +RiverFarColor<32> +ShadowOpacity<32> +FogEnd +FogScaler +CloudDensity +FogDensity +FogHeight +FogHeightScaler +FogHeightDensity +SunFogAngle +EndFogColorDistance +SunFogColor +EndFogColor +FogHeightColor +ColorGradingFileDataID +HorizonAmbientColor<32> +GroundAmbientColor<32> +LightParamID +Time + LAYOUT 2D2BA7FA -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DirectColor<32> AmbientColor<32> @@ -236,7 +356,7 @@ $noninline,relation$LightParamID LAYOUT 98BC17CE BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> DirectColor<32> AmbientColor<32> @@ -356,7 +476,7 @@ Time LAYOUT E7CA3F85 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -758,7 +878,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/LightParams.dbd b/definitions/LightParams.dbd index 1439b8455fa..9d025160b36 100644 --- a/definitions/LightParams.dbd +++ b/definitions/LightParams.dbd @@ -106,12 +106,56 @@ OceanShallowAlpha OceanDeepAlpha Flags<32> +LAYOUT B6AE9B79 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Glow +WaterShallowAlpha +WaterDeepAlpha +OceanShallowAlpha +OceanDeepAlpha +OverrideCelestialSphere[3] +LightSkyboxID<16> +HighlightSky<8> +CloudTypeID<8> +Flags<8> +$id$ID<32> + +LAYOUT 06961093 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Glow +WaterShallowAlpha +WaterDeepAlpha +OceanShallowAlpha +OceanDeepAlpha +OverrideCelestialSphere[3] +LightSkyboxID +HighlightSky +CloudTypeID +Flags<8> +$id$ID<32> + +LAYOUT 96B9BFD4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Glow +WaterShallowAlpha +WaterDeepAlpha +OceanShallowAlpha +OceanDeepAlpha +OverrideCelestialSphere[3] +LightSkyboxID +HighlightSky +CloudTypeID +Flags<8> +$id$ID<32> + LAYOUT F67DE2AF, F29DB5FB BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Glow WaterShallowAlpha WaterDeepAlpha @@ -150,7 +194,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -217,7 +261,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LightSkybox.dbd b/definitions/LightSkybox.dbd index fe3e9543ad7..920d434534f 100644 --- a/definitions/LightSkybox.dbd +++ b/definitions/LightSkybox.dbd @@ -21,12 +21,46 @@ $id$ID<32> Name Flags<32> +LAYOUT C284FF64 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +Flags<8> + +LAYOUT D243B580 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +Flags + +LAYOUT D2D5A474 +BUILD 7.2.0.23478, 7.2.0.23578 +$noninline,id$ID<32> +Name +Flags + +LAYOUT 6BE10D77 +BUILD 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +CelestialSkyboxFileDataID<32> +Flags + +LAYOUT 599D510E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +Name +CelestialSkyboxFileDataID<32> +SkyboxFileDataID<32> +Flags + LAYOUT 8817C02C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name CelestialSkyboxFileDataID<32> @@ -55,7 +89,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -91,7 +125,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LightWorldShadow.dbd b/definitions/LightWorldShadow.dbd index 7cebd710288..4ace1ddf9cb 100644 --- a/definitions/LightWorldShadow.dbd +++ b/definitions/LightWorldShadow.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Lightning.dbd b/definitions/Lightning.dbd index 81b1d15cf73..33a406a8a66 100644 --- a/definitions/Lightning.dbd +++ b/definitions/Lightning.dbd @@ -168,7 +168,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -216,7 +216,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LiquidMaterial.dbd b/definitions/LiquidMaterial.dbd index cea723065d4..c3007cf2b49 100644 --- a/definitions/LiquidMaterial.dbd +++ b/definitions/LiquidMaterial.dbd @@ -13,12 +13,32 @@ $id$ID<32> LVF<32> Flags<32> +LAYOUT DB7E353C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +LVF<8> +Flags<8> + +LAYOUT 4226D940 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +LVF<8> +Flags<8> + +LAYOUT 0BACC5EA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +LVF<8> +Flags<8> + LAYOUT 62BE0340 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> LVF<8> Flags<8> @@ -48,7 +68,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -64,7 +84,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LiquidObject.dbd b/definitions/LiquidObject.dbd index 832a988a201..e18c96a8e2f 100644 --- a/definitions/LiquidObject.dbd +++ b/definitions/LiquidObject.dbd @@ -17,6 +17,35 @@ LiquidTypeID<32> Fishable<32> Reflection<32> +LAYOUT 0FA85D64 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FlowDirection +FlowSpeed +LiquidTypeID<16> +Fishable<8> +Reflection<8> + +LAYOUT E0163C22 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FlowDirection +FlowSpeed +LiquidTypeID<16> +Fishable +Reflection + +LAYOUT 936412BD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FlowDirection +FlowSpeed +LiquidTypeID<16> +Fishable +Reflection + LAYOUT ACC168A6, 7AF380AA, F09062A1 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -33,9 +62,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -45,12 +74,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FlowDirection FlowSpeed @@ -65,7 +94,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LiquidType.dbd b/definitions/LiquidType.dbd index f9f45d1d244..c014d7f6b78 100644 --- a/definitions/LiquidType.dbd +++ b/definitions/LiquidType.dbd @@ -125,9 +125,80 @@ Color<32>[2] Float[18] Int<32>[4] +LAYOUT 99FC34E5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +SpellID<32> +MaxDarkenDepth +FogDarkenIntensity +AmbDarkenIntensity +DirDarkenIntensity +ParticleScale +Texture[6] +Color<32>[2] +Float[18] +Int<32>[4] +Flags<16> +LightID<16> +SoundBank<8> +ParticleMovement<8> +ParticleTexSlots<8> +MaterialID<8> +FrameCountTexture<8>[6] +SoundID<32> + +LAYOUT 888D59B7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +SpellID +MaxDarkenDepth +FogDarkenIntensity +AmbDarkenIntensity +DirDarkenIntensity +ParticleScale +Texture[6] +Color<32>[2] +Float[18] +Int[4] +Flags +LightID +SoundBank +ParticleMovement +ParticleTexSlots +MaterialID +FrameCountTexture[6] +SoundID + +LAYOUT EB9E4B52 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +SpellID +MaxDarkenDepth +FogDarkenIntensity +AmbDarkenIntensity +DirDarkenIntensity +ParticleScale +Texture[6] +Color<32>[2] +Float[18] +Int[4] +Flags +LightID +SoundBank +ParticleMovement +ParticleTexSlots +MaterialID +FrameCountTexture[6] +SoundID + LAYOUT BBB8B593 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Name SpellID @@ -150,8 +221,8 @@ FrameCountTexture[6] SoundID LAYOUT 3313BBF3 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name Texture[6] @@ -212,7 +283,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -282,7 +353,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LiquidTypeXTexture.dbd b/definitions/LiquidTypeXTexture.dbd index 7c8b6a89145..08825911053 100644 --- a/definitions/LiquidTypeXTexture.dbd +++ b/definitions/LiquidTypeXTexture.dbd @@ -40,7 +40,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LivingWorldObjectTemplate.dbd b/definitions/LivingWorldObjectTemplate.dbd index 98fb53c2168..4cb776750ec 100644 --- a/definitions/LivingWorldObjectTemplate.dbd +++ b/definitions/LivingWorldObjectTemplate.dbd @@ -14,7 +14,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LivingWorldObjectTemplateModel.dbd b/definitions/LivingWorldObjectTemplateModel.dbd index 5dc5fc89fef..55f20ae41f2 100644 --- a/definitions/LivingWorldObjectTemplateModel.dbd +++ b/definitions/LivingWorldObjectTemplateModel.dbd @@ -12,7 +12,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 COMMENT table is unused by client, fields are entirely speculative $noninline,id$ID<32> diff --git a/definitions/LoadingScreenSkin.dbd b/definitions/LoadingScreenSkin.dbd index f0d684b92b9..fa9590f008e 100644 --- a/definitions/LoadingScreenSkin.dbd +++ b/definitions/LoadingScreenSkin.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LoadingScreenTaxiSplines.dbd b/definitions/LoadingScreenTaxiSplines.dbd index 8a238b9dbb3..50cb642adc4 100644 --- a/definitions/LoadingScreenTaxiSplines.dbd +++ b/definitions/LoadingScreenTaxiSplines.dbd @@ -35,8 +35,37 @@ Locy[10] LegIndex<32> LoadingScreenID<32> +LAYOUT C020B1BD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Locx[10] +Locy[10] +PathID<16> +LoadingScreenID<16> +LegIndex<8> + +LAYOUT AEAC292F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Locx[10] +Locy[10] +PathID +LoadingScreenID +LegIndex + +LAYOUT 14126CDE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Locx[10] +Locy[10] +PathID +LoadingScreenID +LegIndex + LAYOUT EAC6E723 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Locx[10] Locy[10] @@ -46,10 +75,10 @@ LegIndex LAYOUT 4D6292C3, BE127DD7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Locx[10] Locy[10] @@ -82,7 +111,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -101,7 +130,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LoadingScreens.dbd b/definitions/LoadingScreens.dbd index 4ba11618fc8..ac2c6957cde 100644 --- a/definitions/LoadingScreens.dbd +++ b/definitions/LoadingScreens.dbd @@ -58,8 +58,31 @@ Name FileName HasWideScreen<32> +LAYOUT D8EA0A1E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +NarrowScreenFileDataID<32> +WideScreenFileDataID<32> +WideScreen169FileDataID<32> + +LAYOUT 6D46F864 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +NarrowScreenFileDataID<32> +WideScreenFileDataID<32> +WideScreen169FileDataID<32> + +LAYOUT 68B99439 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +NarrowScreenFileDataID<32> +WideScreenFileDataID<32> +WideScreen169FileDataID<32> + LAYOUT F7F61A38 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> NarrowScreenFileDataID<32> WideScreenFileDataID<32> @@ -68,7 +91,7 @@ WideScreen169FileDataID<32> LAYOUT 99C0EB78, A2488A1C, 54D4DACD BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -80,12 +103,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> NarrowScreenFileDataID<32> WideScreenFileDataID<32> @@ -124,7 +147,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Locale.dbd b/definitions/Locale.dbd index 9c9a780a87c..7846642d1de 100644 --- a/definitions/Locale.dbd +++ b/definitions/Locale.dbd @@ -9,7 +9,7 @@ int Cfg_regionsID int Field_5_0_2_15827_001? LAYOUT FC7AA031 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FontFileDataID<32> WowLocale @@ -23,7 +23,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -89,11 +89,37 @@ Secondary<32> FontFileDataID<32> ClientDisplayExpansion<32> +LAYOUT 16687537 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FontFileDataID<32> +WowLocale<8> +Secondary<8> +ClientDisplayExpansion<8> + +LAYOUT 0EF4DCD3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FontFileDataID<32> +WowLocale +Secondary +ClientDisplayExpansion + +LAYOUT AE598A8F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FontFileDataID<32> +WowLocale +Secondary +ClientDisplayExpansion + LAYOUT 592AE13B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> FontFileDataID<32> WowLocale @@ -146,7 +172,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Location.dbd b/definitions/Location.dbd index f7fb7a0ebae..b596537805e 100644 --- a/definitions/Location.dbd +++ b/definitions/Location.dbd @@ -9,6 +9,26 @@ $id$ID<32> Pos[3] Rot[3] +LAYOUT EC59DBEA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Pos[3] +Rot[3] + +LAYOUT 152D9872 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Pos[3] +Rot[3] + +LAYOUT 0C9FA688 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Pos[3] +Rot[3] + LAYOUT BBC1BE7A, 71BD1122, D6CE20A8 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -25,9 +45,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -37,12 +57,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Pos[3] Rot[3] @@ -54,7 +74,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Lock.dbd b/definitions/Lock.dbd index b72e25ff7b7..12c5c2e53da 100644 --- a/definitions/Lock.dbd +++ b/definitions/Lock.dbd @@ -53,6 +53,32 @@ Index<32>[8] Skill<32>[8] Action<32>[8] +LAYOUT 8036B9F7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Index<32>[8] +Skill<16>[8] +Type<8>[8] +Action<8>[8] + +LAYOUT 5CDA5BF7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Index<32>[8] +Skill[8] +Type[8] +Action[8] + +LAYOUT 2A5174FF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Index<32>[8] +Skill[8] +Type[8] +Action[8] + LAYOUT DAC7F42F, 156C0BD7, 2BD710C7 BUILD 9.0.1.33978, 9.0.1.34003, 9.0.1.34081, 9.0.1.34098, 9.0.1.34137, 9.0.1.34199, 9.0.1.34278, 9.0.1.34324, 9.0.1.34365, 9.0.1.34392, 9.0.1.34490, 9.0.1.34615, 9.0.1.34714, 9.0.1.34821, 9.0.1.34902, 9.0.1.34972, 9.0.1.35078, 9.0.1.35167, 9.0.1.35213, 9.0.1.35256, 9.0.1.35282, 9.0.1.35360, 9.0.1.35432, 9.0.1.35482, 9.0.1.35522, 9.0.1.35598 BUILD 8.3.7.34872, 8.3.7.35114, 8.3.7.35249, 8.3.7.35284, 8.3.7.35435, 8.3.7.35662 @@ -62,9 +88,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -74,12 +100,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Index<32>[8] Skill[8] @@ -109,7 +135,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LockType.dbd b/definitions/LockType.dbd index c8ef31a3042..2fe2a7c224d 100644 --- a/definitions/LockType.dbd +++ b/definitions/LockType.dbd @@ -70,6 +70,32 @@ ResourceName_lang Verb_lang CursorName +LAYOUT B2F2A80D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +ResourceName_lang +Verb_lang +CursorName +$id$ID<32> + +LAYOUT B54E6CF3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +ResourceName_lang +Verb_lang +CursorName +$id$ID<32> + +LAYOUT 45B49052 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +ResourceName_lang +Verb_lang +CursorName +$id$ID<32> + LAYOUT CD5E1D2F, 3F736720, 1BCEC060 BUILD 9.0.1.33978, 9.0.1.34003, 9.0.1.34081, 9.0.1.34098, 9.0.1.34137, 9.0.1.34199, 9.0.1.34278, 9.0.1.34324, 9.0.1.34365, 9.0.1.34392, 9.0.1.34490, 9.0.1.34615, 9.0.1.34714, 9.0.1.34821, 9.0.1.34902, 9.0.1.34972, 9.0.1.35078, 9.0.1.35167, 9.0.1.35213, 9.0.1.35256, 9.0.1.35282 BUILD 8.3.7.34872, 8.3.7.35114, 8.3.7.35249, 8.3.7.35284, 8.3.7.35435, 8.3.7.35662 @@ -79,17 +105,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang ResourceName_lang Verb_lang @@ -148,7 +174,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LookAtController.dbd b/definitions/LookAtController.dbd index 85cc0b667a1..8c2bcd29275 100644 --- a/definitions/LookAtController.dbd +++ b/definitions/LookAtController.dbd @@ -18,13 +18,87 @@ int ReactionIgnoreTimeMinMS int ReactionWarmUpTimeMSMax int ReactionWarmUpTimeMSMin float TorsoSpeedFactor +int Field_7_1_0_22636_008? // DBAnalyser: [MaxTorsoYaw, 1%], [MaxHeadPitch, 1%] +int Field_7_1_0_22636_011? // DBAnalyser: [MaxTorsoYaw, 1%], [MaxHeadPitch, 1%] +int Field_7_2_0_23445_008? // DBAnalyser: [MaxTorsoYaw, 1%], [MaxHeadPitch, 1%], [Field_7_1_0_22636_008, 1%], [Field_7_1_0_22636_011, 1%] +int Field_7_2_0_23445_011? // DBAnalyser: [MaxTorsoYaw, 1%], [MaxHeadPitch, 1%], [Field_7_1_0_22636_008, 1%], [Field_7_1_0_22636_011, 1%] +int Field_7_2_0_23478_008? // DBAnalyser: [MaxTorsoYaw, 1%], [MaxHeadPitch, 1%], [Field_7_2_0_23445_008, 1%], [Field_7_2_0_23445_011, 1%] +int Field_7_2_0_23478_011? // DBAnalyser: [MaxTorsoYaw, 1%], [MaxHeadPitch, 1%], [Field_7_2_0_23445_008, 1%], [Field_7_2_0_23445_011, 1%] + +LAYOUT 306B35FA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ReactionEnableDistance +ReactionGiveupDistance +TorsoSpeedFactor +HeadSpeedFactor +ReactionEnableFOVDeg<16> +ReactionGiveupTimeMS<16> +ReactionIgnoreTimeMinMS<16> +ReactionIgnoreTimeMaxMS<16> +Field_7_1_0_22636_008<8> +MaxTorsoYawWhileMoving<8> +MaxHeadYaw<8> +Field_7_1_0_22636_011<8> +Flags<8> +ReactionWarmUpTimeMSMin<32> +ReactionWarmUpTimeMSMax<32> +ReactionGiveupFOVDeg<32> +MaxTorsoPitchUp<32> +MaxTorsoPitchDown<32> + +LAYOUT 8E8CD3D6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ReactionEnableDistance +ReactionGiveupDistance +TorsoSpeedFactor +HeadSpeedFactor +ReactionEnableFOVDeg +ReactionGiveupTimeMS +ReactionIgnoreTimeMinMS +ReactionIgnoreTimeMaxMS +Field_7_2_0_23445_008 +MaxTorsoYawWhileMoving +MaxHeadYaw +Field_7_2_0_23445_011 +Flags +ReactionWarmUpTimeMSMin +ReactionWarmUpTimeMSMax +ReactionGiveupFOVDeg +MaxTorsoPitchUp +MaxTorsoPitchDown + +LAYOUT 5CADD6CE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ReactionEnableDistance +ReactionGiveupDistance +TorsoSpeedFactor +HeadSpeedFactor +ReactionEnableFOVDeg +ReactionGiveupTimeMS +ReactionIgnoreTimeMinMS +ReactionIgnoreTimeMaxMS +Field_7_2_0_23478_008 +MaxTorsoYawWhileMoving +MaxHeadYaw +Field_7_2_0_23478_011 +Flags +ReactionWarmUpTimeMSMin +ReactionWarmUpTimeMSMax +ReactionGiveupFOVDeg +MaxTorsoPitchUp +MaxTorsoPitchDown LAYOUT 543C0D56, FD444016 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ReactionEnableDistance ReactionGiveupDistance @@ -70,7 +144,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -102,7 +176,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LoreText.dbd b/definitions/LoreText.dbd index a59a9452b28..65a8a75d1db 100644 --- a/definitions/LoreText.dbd +++ b/definitions/LoreText.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/LoreTextPublic.dbd b/definitions/LoreTextPublic.dbd index 9cb4335560b..59a3e7f1daf 100644 --- a/definitions/LoreTextPublic.dbd +++ b/definitions/LoreTextPublic.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MCRSlotXMCRCategory.dbd b/definitions/MCRSlotXMCRCategory.dbd index 42df51de91e..51247a3676c 100644 --- a/definitions/MCRSlotXMCRCategory.dbd +++ b/definitions/MCRSlotXMCRCategory.dbd @@ -37,7 +37,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MailTemplate.dbd b/definitions/MailTemplate.dbd index a5749097c85..75156e73d67 100644 --- a/definitions/MailTemplate.dbd +++ b/definitions/MailTemplate.dbd @@ -19,6 +19,23 @@ $id$ID<32> Subject_lang Body_lang +LAYOUT 423247A6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Body_lang + +LAYOUT C5386140 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Body_lang + +LAYOUT 832A35ED +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Body_lang + LAYOUT 25C8D6CC, C6E0D9B5, 82DA0EF5 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -35,9 +52,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -47,12 +64,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Body_lang @@ -63,7 +80,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ManagedWorldState.dbd b/definitions/ManagedWorldState.dbd index 9ec5aba03a8..9e42406a1cd 100644 --- a/definitions/ManagedWorldState.dbd +++ b/definitions/ManagedWorldState.dbd @@ -10,6 +10,22 @@ int DepletionStateTargetValue int DownTimeSecs int UpTimeSecs int Field_8_1_5_29418_009? // Contribution State related, probably when to show or something (is active and under attack) +int Field_7_2_0_23445_002? // DBAnalyser: [ProgressWorldStateID, 0,25%] +int Field_7_2_0_23445_003? +int Field_7_2_0_23445_004? // DBAnalyser: [AccumulationAmountPerMinute, 0,75%] +int Field_7_2_0_23445_005? // DBAnalyser: [AccumulationAmountPerMinute, 0,75%] +int Field_7_2_0_23445_006? +int Field_7_2_0_23445_007? +int Field_7_2_0_23478_003? // DBAnalyser: [Field_7_2_0_23445_003, 0,25%] +int Field_7_2_0_23478_004? // DBAnalyser: [Field_7_2_0_23445_004, 0,25%] +int Field_7_2_0_23478_006? // DBAnalyser: [Field_7_2_0_23445_006, 0,25%] +int Field_7_2_0_23478_007? // DBAnalyser: [Field_7_2_0_23445_007, 0,25%] +int Field_7_2_0_23478_009? +int Field_7_2_0_23478_010? +int Field_7_2_0_23578_002? // DBAnalyser: [UpTimeSecs, 0,75%], [Field_7_2_0_23478_006, 0,75%] +int Field_7_2_0_23578_003? // DBAnalyser: [DownTimeSecs, 0,75%], [Field_7_2_0_23478_007, 0,75%] +int Field_7_2_0_23578_007? // DBAnalyser: [AccumulationAmountPerMinute, 0,75%], [Field_7_2_0_23445_005, 0,75%], [Field_7_2_0_23478_009, 0,75%] +int Field_7_2_0_23578_008? // DBAnalyser: [DepletionAmountPerMinute, 0,75%] LAYOUT EC75BD52 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -68,12 +84,52 @@ AccumulationAmountPerMinute<32> DepletionAmountPerMinute<32> OccurrencesWorldStateID<32>[4] +LAYOUT B7F4A85B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +CurrentStageWorldStateID<32> +Field_7_2_0_23445_002<32> +Field_7_2_0_23445_003 +Field_7_2_0_23445_004 +Field_7_2_0_23445_005 +Field_7_2_0_23445_006 +Field_7_2_0_23445_007 +OccurrencesWorldStateID<32> + +LAYOUT 64EC7755 +BUILD 7.2.0.23478 +$id$ID<32> +CurrentStageWorldStateID<32> +Field_7_2_0_23445_002<32> +Field_7_2_0_23478_003 +Field_7_2_0_23478_004 +Field_7_2_0_23445_005 +Field_7_2_0_23478_006 +Field_7_2_0_23478_007 +OccurrencesWorldStateID<32> +Field_7_2_0_23478_009<32> +Field_7_2_0_23478_010<32> + +LAYOUT F7EDCAD1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +CurrentStageWorldStateID<32> +ProgressWorldStateID<32> +Field_7_2_0_23578_002 +Field_7_2_0_23578_003 +OccurrencesWorldStateID<32> +AccumulationStateTargetValue<32> +DepletionStateTargetValue<32> +Field_7_2_0_23578_007<32> +Field_7_2_0_23578_008<32> +$id$ID<32> + LAYOUT BA06FC33, 61C45023 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 CurrentStageWorldStateID<32> ProgressWorldStateID<32> UpTimeSecs @@ -103,7 +159,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -166,7 +222,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ManagedWorldStateBuff.dbd b/definitions/ManagedWorldStateBuff.dbd index cb8a8264132..25fd4643132 100644 --- a/definitions/ManagedWorldStateBuff.dbd +++ b/definitions/ManagedWorldStateBuff.dbd @@ -5,9 +5,34 @@ int ManagedWorldStateID int OccurrenceValue int PlayerConditionID +LAYOUT 3BFD29EC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +ManagedWorldStateID<32> +OccurrenceValue +BuffSpellID<32> +PlayerConditionID<32> + +LAYOUT E1F7F2C7 +BUILD 7.2.0.23478 +$id$ID<32> +ManagedWorldStateID<32> +OccurrenceValue +BuffSpellID<32> +PlayerConditionID<32> + +LAYOUT 60EA865B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ManagedWorldStateID<32> +OccurrenceValue +BuffSpellID<32> +PlayerConditionID + LAYOUT 8649A3CF BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ManagedWorldStateID<32> OccurrenceValue @@ -16,8 +41,8 @@ PlayerConditionID LAYOUT 6D201DC7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> OccurrenceValue BuffSpellID<32> @@ -46,7 +71,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -82,7 +107,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ManagedWorldStateInput.dbd b/definitions/ManagedWorldStateInput.dbd index d474681203d..cccd549e781 100644 --- a/definitions/ManagedWorldStateInput.dbd +++ b/definitions/ManagedWorldStateInput.dbd @@ -4,6 +4,26 @@ int ManagedWorldStateID int QuestID int ValidInputConditionID +LAYOUT A96FEBB1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +ManagedWorldStateID<32> +QuestID<32> + +LAYOUT FF08575A +BUILD 7.2.0.23478 +$id$ID<32> +ManagedWorldStateID<32> +QuestID<32> + +LAYOUT 7160F4F3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ManagedWorldStateID<32> +QuestID<32> +ValidInputConditionID<32> + LAYOUT 0FC1A9B0, 21237CDC, F4514EDF BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -20,9 +40,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -32,12 +52,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ManagedWorldStateID<32> QuestID<32> @@ -50,7 +70,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ManifestInterfaceActionIcon.dbd b/definitions/ManifestInterfaceActionIcon.dbd index 680244e860d..16d157c71d4 100644 --- a/definitions/ManifestInterfaceActionIcon.dbd +++ b/definitions/ManifestInterfaceActionIcon.dbd @@ -1,5 +1,22 @@ COLUMNS int ID +int Field_7_1_0_22636_000? +int Field_7_2_0_23445_000? +int Field_7_2_0_23478_000? + +LAYOUT D94C8F61 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$id$Field_7_1_0_22636_000<32> + +LAYOUT F4CD22B3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$Field_7_2_0_23445_000<32> + +LAYOUT 0CF14016 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$Field_7_2_0_23478_000<32> LAYOUT 6A529F37, B5EE0DCB, 28EBA06A BUILD 10.0.0.43342 @@ -17,9 +34,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 6.0.1.18179 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 @@ -30,12 +47,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> LAYOUT 6657BD0A @@ -45,7 +62,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ManifestInterfaceData.dbd b/definitions/ManifestInterfaceData.dbd index 8d7773d5477..56087446daa 100644 --- a/definitions/ManifestInterfaceData.dbd +++ b/definitions/ManifestInterfaceData.dbd @@ -8,6 +8,26 @@ $id$ID<32> FilePath FileName +LAYOUT 4A072B71 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FilePath +FileName + +LAYOUT 736E54E1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FilePath +FileName + +LAYOUT 08EA6AC9 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FilePath +FileName + LAYOUT 9E5F4C99, 03E4C021, 9A4B7AC1 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -24,9 +44,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -36,12 +56,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FilePath FileName @@ -53,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ManifestInterfaceItemIcon.dbd b/definitions/ManifestInterfaceItemIcon.dbd index 680244e860d..16d157c71d4 100644 --- a/definitions/ManifestInterfaceItemIcon.dbd +++ b/definitions/ManifestInterfaceItemIcon.dbd @@ -1,5 +1,22 @@ COLUMNS int ID +int Field_7_1_0_22636_000? +int Field_7_2_0_23445_000? +int Field_7_2_0_23478_000? + +LAYOUT D94C8F61 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$id$Field_7_1_0_22636_000<32> + +LAYOUT F4CD22B3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$Field_7_2_0_23445_000<32> + +LAYOUT 0CF14016 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$Field_7_2_0_23478_000<32> LAYOUT 6A529F37, B5EE0DCB, 28EBA06A BUILD 10.0.0.43342 @@ -17,9 +34,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 6.0.1.18179 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 @@ -30,12 +47,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> LAYOUT 6657BD0A @@ -45,7 +62,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ManifestInterfaceTOCData.dbd b/definitions/ManifestInterfaceTOCData.dbd index 326c1d4b5cb..1d3acf20d1f 100644 --- a/definitions/ManifestInterfaceTOCData.dbd +++ b/definitions/ManifestInterfaceTOCData.dbd @@ -6,6 +6,23 @@ BUILD 6.0.1.18179 $id$ID<32> FilePath +LAYOUT 0B897147 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FilePath + +LAYOUT 0EECC3F1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FilePath + +LAYOUT 121BDA5C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FilePath + LAYOUT 6F7D397D, D00DAF09, C45B9788 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -22,9 +39,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -34,12 +51,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FilePath @@ -50,7 +67,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ManifestMP3.dbd b/definitions/ManifestMP3.dbd index a95afedb776..b8741396a6d 100644 --- a/definitions/ManifestMP3.dbd +++ b/definitions/ManifestMP3.dbd @@ -1,5 +1,22 @@ COLUMNS int ID +int Field_7_1_0_22636_000? +int Field_7_2_0_23445_000? +int Field_7_2_0_23478_000? + +LAYOUT D94C8F61 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$id$Field_7_1_0_22636_000<32> + +LAYOUT F4CD22B3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$Field_7_2_0_23445_000<32> + +LAYOUT 0CF14016 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$Field_7_2_0_23478_000<32> LAYOUT 6A529F37, B5EE0DCB, 28EBA06A BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 @@ -13,17 +30,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> LAYOUT 6657BD0A @@ -33,7 +50,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/Map.dbd b/definitions/Map.dbd index 342e137374d..25f6dd0c344 100644 --- a/definitions/Map.dbd +++ b/definitions/Map.dbd @@ -171,7 +171,7 @@ Unk4 LAYOUT 0E84A21C BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -797,6 +797,9 @@ MaxPlayers<8> TimeOffset<8> LAYOUT B32E648C, F7CF2DA2, BDBE8188, 98BE9895 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476, 7.2.0.23478 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 BUILD 7.2.0.23436-7.2.0.23514 BUILD 7.1.5.23038-7.1.5.23420 BUILD 7.1.0.22578-7.1.0.22996 @@ -809,22 +812,24 @@ Corpse[2] MapName_lang MapDescription0_lang MapDescription1_lang -AreaTableID<16> +AreaTableID LoadingScreenID<16> CorpseMapID<16> TimeOfDayOverride<16> ParentMapID<16> CosmeticParentMapID<16> WindSettingsID<16> -InstanceType<8> -MapType<8> -ExpansionID<8> -MaxPlayers<8> -TimeOffset<8> +InstanceType +MapType +ExpansionID +MaxPlayers +TimeOffset LAYOUT C34CD39B, AFAFB470, A37A2830 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 BUILD 7.3.2.25135-7.3.2.25549 BUILD 7.3.0.24473-7.3.0.25195 BUILD 7.2.5.23910-7.2.5.24393 @@ -854,8 +859,8 @@ TimeOffset LAYOUT F568DF12 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 BUILD 8.0.1.25902-8.0.1.26095 BUILD 7.3.5.25600-7.3.5.25928 $noninline,id$ID<32> @@ -1109,7 +1114,7 @@ Flags<32>[3] LAYOUT 43E626E4 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MapCelestialBody.dbd b/definitions/MapCelestialBody.dbd index 72135466621..2de3f35853f 100644 --- a/definitions/MapCelestialBody.dbd +++ b/definitions/MapCelestialBody.dbd @@ -4,9 +4,24 @@ int CelestialBodyID int MapID int PlayerConditionID +LAYOUT 772C5E92 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +MapID<16> +CelestialBodyID<16> +PlayerConditionID<16> + +LAYOUT 4A133A37 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MapID<16> +CelestialBodyID<16> +PlayerConditionID + LAYOUT B0E40E66 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> MapID<16> CelestialBodyID<16> @@ -24,15 +39,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CelestialBodyID<16> PlayerConditionID @@ -62,7 +77,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MapChallengeMode.dbd b/definitions/MapChallengeMode.dbd index 884b07607b3..edf3ecdc447 100644 --- a/definitions/MapChallengeMode.dbd +++ b/definitions/MapChallengeMode.dbd @@ -27,9 +27,34 @@ Field_6_0_1_18179_002<32> Field_6_0_1_18179_003<32> CriteriaCount<32>[5] +LAYOUT 71154C5C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MapID<16> +CriteriaCount<16>[3] +Flags<8> + +LAYOUT 0CDDCF9E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +Name_lang +MapID +CriteriaCount<16>[3] +Flags + +LAYOUT 20D6D025 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +Name_lang +MapID +CriteriaCount<16>[3] +Flags + LAYOUT E3D5F2E2 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> Name_lang MapID @@ -38,8 +63,8 @@ Flags LAYOUT C5261662, 60E56722 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang $id$ID<32> $relation$MapID @@ -61,7 +86,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -115,7 +140,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MapDifficulty.dbd b/definitions/MapDifficulty.dbd index 5b127cbc3a2..fdb4d1be9d0 100644 --- a/definitions/MapDifficulty.dbd +++ b/definitions/MapDifficulty.dbd @@ -143,9 +143,60 @@ RaidDuration<32> MaxPlayers<32> LockID<32> +LAYOUT 7C085B97 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Message_lang +MapID<16> +DifficultyID<8> +ResetInterval<8> +MaxPlayers<8> +LockID<8> +ItemContext<8> +ItemContextPickerID<32> + +LAYOUT FFF94ABB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Message_lang +MapID +DifficultyID +ResetInterval +MaxPlayers +LockID +ItemContext +ItemContextPickerID + +LAYOUT 396E3077 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Message_lang +MapID +DifficultyID +ResetInterval +MaxPlayers +LockID +ItemContext +ItemContextPickerID + +LAYOUT 592DC1E1 +BUILD 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +Message_lang +MapID +DifficultyID +ResetInterval +MaxPlayers +LockID +Flags +ItemContext +ItemContextPickerID + LAYOUT 910C00B6 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Message_lang MapID @@ -159,8 +210,8 @@ ItemContextPickerID LAYOUT 2B3B759E BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Message_lang DifficultyID @@ -217,7 +268,7 @@ LAYOUT F876E8BA BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -267,7 +318,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MapDifficultyXCondition.dbd b/definitions/MapDifficultyXCondition.dbd index 9d0ab8f2314..b6b3b27c0e5 100644 --- a/definitions/MapDifficultyXCondition.dbd +++ b/definitions/MapDifficultyXCondition.dbd @@ -5,9 +5,35 @@ int MapDifficultyID int OrderIndex int PlayerConditionID +LAYOUT 19ABF9EE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FailureDescription_lang +MapDifficultyID<32> +PlayerConditionID<32> +OrderIndex<32> + +LAYOUT 8CEEDBFE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FailureDescription_lang +MapDifficultyID +PlayerConditionID +OrderIndex<32> + +LAYOUT 5326D470 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FailureDescription_lang +MapDifficultyID +PlayerConditionID +OrderIndex<32> + LAYOUT 68BB0796 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> FailureDescription_lang MapDifficultyID @@ -26,15 +52,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FailureDescription_lang PlayerConditionID @@ -66,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MapLoadingScreen.dbd b/definitions/MapLoadingScreen.dbd index 3ddbbfd6a2a..40631a4f2ec 100644 --- a/definitions/MapLoadingScreen.dbd +++ b/definitions/MapLoadingScreen.dbd @@ -32,7 +32,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -42,12 +42,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Min[2] Max[2] @@ -62,7 +62,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MapRenderScale.dbd b/definitions/MapRenderScale.dbd index 15035444c9d..dafccb2ce25 100644 --- a/definitions/MapRenderScale.dbd +++ b/definitions/MapRenderScale.dbd @@ -17,7 +17,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MarketingPromotionsXLocale.dbd b/definitions/MarketingPromotionsXLocale.dbd index 6d8b0999377..0553597ed12 100644 --- a/definitions/MarketingPromotionsXLocale.dbd +++ b/definitions/MarketingPromotionsXLocale.dbd @@ -19,9 +19,44 @@ AcceptButtonTexture<32> DeclineButtonTexture<32> AcceptURL +LAYOUT 59F09849 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AdTexture<32> +LogoTexture<32> +AcceptButtonTexture<32> +DeclineButtonTexture<32> +AcceptURL +PromotionID<8> +LocaleID<8> + +LAYOUT 45BDD963 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AdTexture<32> +LogoTexture<32> +AcceptButtonTexture<32> +DeclineButtonTexture<32> +AcceptURL +PromotionID +LocaleID<8> + +LAYOUT D7CA6C38 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AdTexture<32> +LogoTexture<32> +AcceptButtonTexture<32> +DeclineButtonTexture<32> +AcceptURL +PromotionID +LocaleID<8> + LAYOUT D0976347 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> AdTexture<32> LogoTexture<32> @@ -33,8 +68,8 @@ LocaleID<8> LAYOUT 80362F57, 901306D3 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AcceptURL AdTexture<32> @@ -58,7 +93,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -100,7 +135,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Material.dbd b/definitions/Material.dbd index 7d5e6b943b2..298e26eaaea 100644 --- a/definitions/Material.dbd +++ b/definitions/Material.dbd @@ -38,6 +38,32 @@ FoleySoundID<32> SheatheSoundID<32> UnsheatheSoundID<32> +LAYOUT 33D0FF68 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<8> +FoleySoundID<32> +SheatheSoundID<32> +UnsheatheSoundID<32> + +LAYOUT 38352614 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags +FoleySoundID +SheatheSoundID +UnsheatheSoundID + +LAYOUT CD76BC84 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags +FoleySoundID +SheatheSoundID +UnsheatheSoundID + LAYOUT 0BC8C134, 370D43B4, 6BEC0928 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -54,9 +80,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -66,12 +92,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags FoleySoundID @@ -84,7 +110,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MawPower.dbd b/definitions/MawPower.dbd index ea00cd82091..91448860b57 100644 --- a/definitions/MawPower.dbd +++ b/definitions/MawPower.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MawPowerRarity.dbd b/definitions/MawPowerRarity.dbd index 5287b6a86f7..66b6663a02f 100644 --- a/definitions/MawPowerRarity.dbd +++ b/definitions/MawPowerRarity.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MinorTalent.dbd b/definitions/MinorTalent.dbd index 9814b54ef2d..b943d06a224 100644 --- a/definitions/MinorTalent.dbd +++ b/definitions/MinorTalent.dbd @@ -10,9 +10,32 @@ ChrSpecializationID<32> SpellID<32> OrderIndex<32> +LAYOUT 86299404 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +ChrSpecializationID<32> +OrderIndex<32> + +LAYOUT 2DEC8CC6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +ChrSpecializationID<32> +OrderIndex<32> + +LAYOUT E365DD95 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +ChrSpecializationID<32> +OrderIndex<32> + LAYOUT F4C9681A BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> ChrSpecializationID<32> @@ -34,7 +57,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -44,12 +67,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> OrderIndex<32> @@ -62,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MissileTargeting.dbd b/definitions/MissileTargeting.dbd index 08386046d94..859b464f270 100644 --- a/definitions/MissileTargeting.dbd +++ b/definitions/MissileTargeting.dbd @@ -15,7 +15,7 @@ float TurnLingering LAYOUT AD7FCC9A BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> TurnLingering PitchLingering @@ -32,8 +32,8 @@ ImpactModelFileID<32>[2] LAYOUT 2305491E, 4FC09986 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TurnLingering PitchLingering @@ -73,7 +73,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -99,7 +99,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ModelAnimCloakDampening.dbd b/definitions/ModelAnimCloakDampening.dbd index ca6f5277fba..4aee45a0074 100644 --- a/definitions/ModelAnimCloakDampening.dbd +++ b/definitions/ModelAnimCloakDampening.dbd @@ -4,9 +4,32 @@ int AnimationDataID int CloakDampeningID int FileDataID +LAYOUT ABAAC3BD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AnimationDataID<8> +FileDataID<32> +CloakDampeningID<32> + +LAYOUT E1C9ACB5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileDataID +AnimationDataID +CloakDampeningID + +LAYOUT BF0CF2C8 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileDataID +AnimationDataID +CloakDampeningID + LAYOUT 5DF8E3B9 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> FileDataID AnimationDataID @@ -24,15 +47,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AnimationDataID CloakDampeningID @@ -62,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ModelFileData.dbd b/definitions/ModelFileData.dbd index 6be8b738717..022627d86b4 100644 --- a/definitions/ModelFileData.dbd +++ b/definitions/ModelFileData.dbd @@ -15,11 +15,31 @@ Flags LodCount $relation$ModelResourcesID +LAYOUT 0F24B84E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +LodCount<8> +$id$FileDataID<32> +ModelResourcesID<32> + +LAYOUT E16CEF74 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +LodCount +$id$FileDataID<32> +ModelResourcesID + +LAYOUT 8994DB79 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +LodCount +$id$FileDataID<32> +ModelResourcesID + LAYOUT A395EB50 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 LodCount $id$FileDataID<32> $relation$ModelResourcesID @@ -56,7 +76,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -91,7 +111,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ModelRibbonQuality.dbd b/definitions/ModelRibbonQuality.dbd index b0731d7d109..75490cdc50c 100644 --- a/definitions/ModelRibbonQuality.dbd +++ b/definitions/ModelRibbonQuality.dbd @@ -3,9 +3,29 @@ int ID int FileDataID int RibbonQualityID +LAYOUT 941830DD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FileDataID<32> +RibbonQualityID<8> + +LAYOUT 54D014D9 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileDataID<32> +RibbonQualityID + +LAYOUT 7AFA1F55 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileDataID<32> +RibbonQualityID + LAYOUT 28B1E809 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> FileDataID<32> RibbonQualityID @@ -22,15 +42,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> RibbonQualityID $noninline,relation$FileDataID<32> @@ -58,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ModifiedCraftingCategory.dbd b/definitions/ModifiedCraftingCategory.dbd index ba4f947d498..50fcc48cdcb 100644 --- a/definitions/ModifiedCraftingCategory.dbd +++ b/definitions/ModifiedCraftingCategory.dbd @@ -61,7 +61,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> DisplayName_lang diff --git a/definitions/ModifiedCraftingItem.dbd b/definitions/ModifiedCraftingItem.dbd index b027c6d514b..d04ae1bb600 100644 --- a/definitions/ModifiedCraftingItem.dbd +++ b/definitions/ModifiedCraftingItem.dbd @@ -16,7 +16,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ModifiedCraftingReagentItem.dbd b/definitions/ModifiedCraftingReagentItem.dbd index 23fb0985b43..b97ca299824 100644 --- a/definitions/ModifiedCraftingReagentItem.dbd +++ b/definitions/ModifiedCraftingReagentItem.dbd @@ -43,7 +43,7 @@ ItemContextOffset<32> LAYOUT 5F7E56EC BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ModifiedCraftingReagentSlot.dbd b/definitions/ModifiedCraftingReagentSlot.dbd index d37f57ec6eb..f1cef78917f 100644 --- a/definitions/ModifiedCraftingReagentSlot.dbd +++ b/definitions/ModifiedCraftingReagentSlot.dbd @@ -77,7 +77,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 Name_lang $id$ID<32> diff --git a/definitions/ModifiedCraftingSpellSlot.dbd b/definitions/ModifiedCraftingSpellSlot.dbd index 7f428f2b270..ab658045515 100644 --- a/definitions/ModifiedCraftingSpellSlot.dbd +++ b/definitions/ModifiedCraftingSpellSlot.dbd @@ -53,7 +53,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ModifierTree.dbd b/definitions/ModifierTree.dbd index 3c1885bf4f4..d815cbfea9a 100644 --- a/definitions/ModifierTree.dbd +++ b/definitions/ModifierTree.dbd @@ -68,8 +68,43 @@ Operator<32> Amount<32> Parent<32> +LAYOUT 46CC701E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Asset<32> +SecondaryAsset<32> +Parent<16> +Type<8> +TertiaryAsset<8> +Operator<8> +Amount<8> + +LAYOUT 973E0330 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Asset<32> +SecondaryAsset<32> +Parent +Type +TertiaryAsset<8> +Operator<8> +Amount<8> + +LAYOUT E3B45A7D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Asset<32> +SecondaryAsset<32> +Parent +Type +TertiaryAsset<8> +Operator<8> +Amount<8> + LAYOUT 8D3D8CE2 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Asset<32> SecondaryAsset<32> @@ -81,10 +116,10 @@ Amount<8> LAYOUT 7718AFC2 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Asset<32> SecondaryAsset<32> @@ -110,7 +145,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -188,7 +223,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> Parent Operator<8> diff --git a/definitions/Mount.dbd b/definitions/Mount.dbd index 32cfb720add..e5db44d02f4 100644 --- a/definitions/Mount.dbd +++ b/definitions/Mount.dbd @@ -78,9 +78,67 @@ SourceText_lang Field_6_0_1_18179_007<32> SourceSpellID<32> +LAYOUT 9E01F745 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +SourceSpellID<32> +CreatureDisplayInfoID<32> +Name_lang +Description_lang +SourceText_lang +MountFlyRideHeight +MountTypeID<16> +Flags<16> +PlayerConditionID<16> +SourceTypeEnum<8> +$id$ID<32> + +LAYOUT 3BD87EC7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +SourceSpellID<32> +Name_lang +Description_lang +SourceText_lang +MountFlyRideHeight +MountTypeID +Flags +PlayerConditionID +SourceTypeEnum<8> +$id$ID<32> +UiModelSceneID<32> + +LAYOUT 0649284A +BUILD 7.2.0.23478 +SourceSpellID<32> +Name_lang +Description_lang +SourceText_lang +MountFlyRideHeight +MountTypeID +Flags +PlayerConditionID +SourceTypeEnum<8> +$id$ID<32> +UiModelSceneID<32> + +LAYOUT BCA6C106 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +SourceSpellID<32> +Name_lang +Description_lang +SourceText_lang +MountFlyRideHeight +MountTypeID +Flags +SourceTypeEnum<8> +$id$ID<32> +PlayerConditionID +UiModelSceneID<32> + LAYOUT 753464AB BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 SourceSpellID<32> Name_lang Description_lang @@ -95,8 +153,8 @@ UiModelSceneID<32> LAYOUT 4D812F19 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Description_lang SourceText_lang @@ -139,7 +197,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -198,7 +256,7 @@ MountSpecialSpellVisualKitID<32> LAYOUT 7A9CE26C BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MountCapability.dbd b/definitions/MountCapability.dbd index a3c8cee6259..e601a597a27 100644 --- a/definitions/MountCapability.dbd +++ b/definitions/MountCapability.dbd @@ -115,12 +115,47 @@ ReqSpellKnownID<32> ModSpellAuraID<32> ReqMapID<32> +LAYOUT 3F0A62EE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +ReqSpellKnownID<32> +ModSpellAuraID<32> +ReqRidingSkill<16> +ReqAreaID<16> +ReqMapID<16> +Flags<8> +$id$ID<32> +ReqSpellAuraID<32> + +LAYOUT F282A30A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ReqSpellKnownID<32> +ModSpellAuraID<32> +ReqRidingSkill +ReqAreaID +ReqMapID<16> +Flags +$id$ID<32> +ReqSpellAuraID + +LAYOUT E81038CA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ReqSpellKnownID<32> +ModSpellAuraID<32> +ReqRidingSkill +ReqAreaID +ReqMapID<16> +Flags +$id$ID<32> +ReqSpellAuraID + LAYOUT B0D11D52, A2B1CDEA BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 ReqSpellKnownID<32> ModSpellAuraID<32> ReqRidingSkill @@ -136,7 +171,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -200,7 +235,7 @@ PlayerConditionID<32> LAYOUT 7620F729 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MountEquipment.dbd b/definitions/MountEquipment.dbd index f70112abe1b..fe5a671f14c 100644 --- a/definitions/MountEquipment.dbd +++ b/definitions/MountEquipment.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MountType.dbd b/definitions/MountType.dbd index 81917a23817..eb619244478 100644 --- a/definitions/MountType.dbd +++ b/definitions/MountType.dbd @@ -30,7 +30,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MountTypeXCapability.dbd b/definitions/MountTypeXCapability.dbd index 4f9cd24eac8..30474edff7e 100644 --- a/definitions/MountTypeXCapability.dbd +++ b/definitions/MountTypeXCapability.dbd @@ -4,6 +4,29 @@ int MountCapabilityID int MountTypeID int OrderIndex +LAYOUT 73CEF21F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MountTypeID<16> +MountCapabilityID<16> +OrderIndex<8> + +LAYOUT 69F77991 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MountTypeID +MountCapabilityID +OrderIndex + +LAYOUT A5E685D0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MountTypeID +MountCapabilityID +OrderIndex + LAYOUT A34A8445, 613701E9, C657AD26 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -20,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -32,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$MountTypeID MountCapabilityID @@ -50,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MountXDisplay.dbd b/definitions/MountXDisplay.dbd index d61dfe3f7c3..f662adfab51 100644 --- a/definitions/MountXDisplay.dbd +++ b/definitions/MountXDisplay.dbd @@ -12,9 +12,31 @@ CreatureDisplayInfoID<32> PlayerConditionID $noninline,relation$MountID<32> +LAYOUT E2426085 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MountID<32> +CreatureDisplayInfoID<32> +PlayerConditionID<32> + +LAYOUT 6A4D0932 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +MountID<32> +CreatureDisplayInfoID<32> +PlayerConditionID<32> + +LAYOUT 0CEBAA11 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MountID<32> +CreatureDisplayInfoID<32> +PlayerConditionID + LAYOUT 77A58808 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> MountID<32> CreatureDisplayInfoID<32> @@ -36,7 +58,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -46,12 +68,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CreatureDisplayInfoID<32> PlayerConditionID @@ -63,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MountXSpellVisualKitPicker.dbd b/definitions/MountXSpellVisualKitPicker.dbd index 56fdae0a8bc..ca59126c252 100644 --- a/definitions/MountXSpellVisualKitPicker.dbd +++ b/definitions/MountXSpellVisualKitPicker.dbd @@ -22,7 +22,7 @@ $noninline,relation$MountID<32> LAYOUT 253A6DD0 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Movie.dbd b/definitions/Movie.dbd index 7dda68b1e6c..c98abdeab3f 100644 --- a/definitions/Movie.dbd +++ b/definitions/Movie.dbd @@ -39,12 +39,38 @@ KeyID<32> AudioFileDataID<32> SubtitleFileDataID<32> +LAYOUT 1295D923 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AudioFileDataID<32> +SubtitleFileDataID<32> +Volume<8> +KeyID<8> + +LAYOUT 3931C37B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AudioFileDataID +SubtitleFileDataID +Volume +KeyID + +LAYOUT EBC7B6C9 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AudioFileDataID +SubtitleFileDataID +Volume +KeyID + LAYOUT F3E9AE3B, 1137B67B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AudioFileDataID SubtitleFileDataID @@ -76,7 +102,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -112,7 +138,7 @@ SubtitleFileDataID LAYOUT 214C1925 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> Volume diff --git a/definitions/MovieFileData.dbd b/definitions/MovieFileData.dbd index e1f1564db4d..e054ab93e29 100644 --- a/definitions/MovieFileData.dbd +++ b/definitions/MovieFileData.dbd @@ -12,6 +12,23 @@ BUILD 3.0.1.8471-3.3.5.12340 $id$FileDataID<32> Resolution<32> +LAYOUT A15FC1F5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Resolution<16> + +LAYOUT 73706E03 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Resolution + +LAYOUT 5B4C50A0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Resolution + LAYOUT AA16D59F, B24F82EB, 08B7478A BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -28,9 +45,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -40,12 +57,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Resolution @@ -56,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MovieVariation.dbd b/definitions/MovieVariation.dbd index b0829137e38..24ba23f5499 100644 --- a/definitions/MovieVariation.dbd +++ b/definitions/MovieVariation.dbd @@ -18,9 +18,32 @@ MovieID<32> FileDataID<32> OverlayFileDataID<32> +LAYOUT 1A77D958 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FileDataID<32> +MovieID<16> +OverlayFileDataID<32> + +LAYOUT E5960D12 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileDataID +MovieID +OverlayFileDataID + +LAYOUT 2A319023 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileDataID +MovieID +OverlayFileDataID + LAYOUT 5340E226 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> FileDataID MovieID @@ -38,15 +61,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FileDataID OverlayFileDataID @@ -76,7 +99,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MultiStateProperties.dbd b/definitions/MultiStateProperties.dbd index f5ec134ef26..8c571c71dd6 100644 --- a/definitions/MultiStateProperties.dbd +++ b/definitions/MultiStateProperties.dbd @@ -54,7 +54,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -104,7 +104,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MultiTransitionProperties.dbd b/definitions/MultiTransitionProperties.dbd index 80db0edabc1..c571b2cc70d 100644 --- a/definitions/MultiTransitionProperties.dbd +++ b/definitions/MultiTransitionProperties.dbd @@ -44,7 +44,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -63,7 +63,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MythicPlusSeason.dbd b/definitions/MythicPlusSeason.dbd index f9a7fde2ed1..dea2b61e0d0 100644 --- a/definitions/MythicPlusSeason.dbd +++ b/definitions/MythicPlusSeason.dbd @@ -63,7 +63,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/MythicPlusSeasonRewardLevels.dbd b/definitions/MythicPlusSeasonRewardLevels.dbd index f7b0ff6c40c..c0cf4678c99 100644 --- a/definitions/MythicPlusSeasonRewardLevels.dbd +++ b/definitions/MythicPlusSeasonRewardLevels.dbd @@ -52,7 +52,7 @@ LAYOUT AD6A6D9F BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085 BUILD 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -87,7 +87,7 @@ $noninline,relation$MythicPlusSeasonID<32> LAYOUT 2ABB5E15 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MythicPlusSeasonTrackedAffix.dbd b/definitions/MythicPlusSeasonTrackedAffix.dbd index b2cc3a748ac..788751189e9 100644 --- a/definitions/MythicPlusSeasonTrackedAffix.dbd +++ b/definitions/MythicPlusSeasonTrackedAffix.dbd @@ -41,7 +41,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/MythicPlusSeasonTrackedMap.dbd b/definitions/MythicPlusSeasonTrackedMap.dbd index a4c98f104ea..4e362343821 100644 --- a/definitions/MythicPlusSeasonTrackedMap.dbd +++ b/definitions/MythicPlusSeasonTrackedMap.dbd @@ -17,7 +17,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/NPCModelItemSlotDisplayInfo.dbd b/definitions/NPCModelItemSlotDisplayInfo.dbd index 614abff3078..8b7b365ab74 100644 --- a/definitions/NPCModelItemSlotDisplayInfo.dbd +++ b/definitions/NPCModelItemSlotDisplayInfo.dbd @@ -11,9 +11,32 @@ ItemDisplayInfoID<32> ItemSlot<8> $noninline,relation$NpcModelID<32> +LAYOUT 82126742 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +NpcModelID<32> +ItemDisplayInfoID<32> +ItemSlot<8> + +LAYOUT 3B4FD654 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +NpcModelID<32> +ItemDisplayInfoID<32> +ItemSlot<8> + +LAYOUT 6F4C79CF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +NpcModelID<32> +ItemDisplayInfoID<32> +ItemSlot<8> + LAYOUT 3890D0A8 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> NpcModelID<32> ItemDisplayInfoID<32> @@ -35,7 +58,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -45,12 +68,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemDisplayInfoID<32> ItemSlot<8> @@ -62,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/NPCSounds.dbd b/definitions/NPCSounds.dbd index 5a50e015b41..6bbc8a80b7f 100644 --- a/definitions/NPCSounds.dbd +++ b/definitions/NPCSounds.dbd @@ -15,9 +15,21 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> SoundID<32>[4] +LAYOUT E5E4FB99 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SoundID<32>[4] + +LAYOUT C48F798C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SoundID[4] + LAYOUT DCB396EF BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SoundID[4] @@ -37,7 +49,8 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -47,12 +60,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SoundID[4] @@ -63,7 +76,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/NameGen.dbd b/definitions/NameGen.dbd index 2a9512adda7..b981704e474 100644 --- a/definitions/NameGen.dbd +++ b/definitions/NameGen.dbd @@ -18,6 +18,29 @@ Name RaceID<32> Sex<32> +LAYOUT DFD3BCC7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +RaceID<8> +Sex<8> + +LAYOUT A24D8F81 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +RaceID +Sex + +LAYOUT F5753138 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +RaceID +Sex + LAYOUT 2EF936CD, B0EBC6C9, 76610958 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -30,17 +53,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name RaceID @@ -70,7 +93,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/NamesProfanity.dbd b/definitions/NamesProfanity.dbd index 4a35d6fbe10..f0df844f65f 100644 --- a/definitions/NamesProfanity.dbd +++ b/definitions/NamesProfanity.dbd @@ -21,6 +21,26 @@ $id$ID<32> Name Language<32> +LAYOUT 14126F92 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +Language<8> + +LAYOUT 045B24EE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +Language<8> + +LAYOUT A99B2912 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +Language<8> + LAYOUT DFB56E0E, CD33D2BE, CE63393A BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -33,17 +53,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name Language<8> @@ -71,7 +91,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/NamesReserved.dbd b/definitions/NamesReserved.dbd index 2ad9f969c60..17f73d675b6 100644 --- a/definitions/NamesReserved.dbd +++ b/definitions/NamesReserved.dbd @@ -21,6 +21,23 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> Name +LAYOUT A75DB185 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name + +LAYOUT 8401C693 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name + +LAYOUT 8730DCFE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name + LAYOUT E4923C1F, ECCAE96B, E722960A BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -33,17 +50,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name @@ -69,7 +86,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/NamesReservedLocale.dbd b/definitions/NamesReservedLocale.dbd index 6e1cfc7f82b..449cd7546c4 100644 --- a/definitions/NamesReservedLocale.dbd +++ b/definitions/NamesReservedLocale.dbd @@ -9,6 +9,26 @@ $id$ID<32> Name LocaleMask<32> +LAYOUT EA8688CB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +LocaleMask<8> + +LAYOUT 49D5ED03 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +LocaleMask + +LAYOUT 38161F55 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +LocaleMask + LAYOUT C1403093, 5AAEEDD3, 5144468F BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -21,17 +41,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name LocaleMask @@ -59,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/NumTalentsAtLevel.dbd b/definitions/NumTalentsAtLevel.dbd index c3ae6434c58..9f4fff28554 100644 --- a/definitions/NumTalentsAtLevel.dbd +++ b/definitions/NumTalentsAtLevel.dbd @@ -64,7 +64,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -92,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ObjectEffect.dbd b/definitions/ObjectEffect.dbd index 4dfe0e2bdc8..a661841d6b1 100644 --- a/definitions/ObjectEffect.dbd +++ b/definitions/ObjectEffect.dbd @@ -29,12 +29,66 @@ Attachment<32> Offset[3] ObjectEffectModifierID<32> +LAYOUT 50D174A8 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +Offset[3] +ObjectEffectGroupID<16> +TriggerType<8> +EventType<8> +EffectRecType<8> +Attachment<8> +ObjectEffectModifierID<8> +EffectRecID<32> + +LAYOUT 513675B6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +Offset[3] +ObjectEffectGroupID +TriggerType +EventType +EffectRecType +Attachment +EffectRecID +ObjectEffectModifierID + +LAYOUT 001DC485 +BUILD 7.2.0.23478, 7.2.0.23578 +$noninline,id$ID<32> +Name +Offset[3] +ObjectEffectGroupID +TriggerType +EventType +EffectRecType +Attachment +EffectRecID +ObjectEffectModifierID + +LAYOUT 068A1648 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +Offset[3] +ObjectEffectGroupID +TriggerType +EventType +EffectRecType +Attachment<8> +EffectRecID +ObjectEffectModifierID + LAYOUT 6A0CF743, E2032F3B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Offset[3] ObjectEffectGroupID @@ -70,7 +124,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -92,7 +146,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ObjectEffectGroup.dbd b/definitions/ObjectEffectGroup.dbd index 61bf4247496..becb2cb1f07 100644 --- a/definitions/ObjectEffectGroup.dbd +++ b/definitions/ObjectEffectGroup.dbd @@ -12,6 +12,23 @@ BUILD 3.0.1.8622-3.3.5.12340 $id$ID<32> Name +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name + +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name + LAYOUT 96663ABF BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492 $noninline,id$ID<32> diff --git a/definitions/ObjectEffectModifier.dbd b/definitions/ObjectEffectModifier.dbd index 8d7a0054cc1..ae0e7fb5738 100644 --- a/definitions/ObjectEffectModifier.dbd +++ b/definitions/ObjectEffectModifier.dbd @@ -18,6 +18,32 @@ MapType<32> OutputType<32> Param[4] +LAYOUT 78E883C3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Param[4] +InputType<8> +MapType<8> +OutputType<8> + +LAYOUT 7BF9F253 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Param[4] +InputType +MapType +OutputType + +LAYOUT 1BB6C439 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Param[4] +InputType +MapType +OutputType + LAYOUT A482B053, 68D120B3, 918E2238 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -34,9 +60,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -46,12 +72,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Param[4] InputType @@ -65,7 +91,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ObjectEffectPackage.dbd b/definitions/ObjectEffectPackage.dbd index 61bf4247496..becb2cb1f07 100644 --- a/definitions/ObjectEffectPackage.dbd +++ b/definitions/ObjectEffectPackage.dbd @@ -12,6 +12,23 @@ BUILD 3.0.1.8622-3.3.5.12340 $id$ID<32> Name +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name + +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name + LAYOUT 96663ABF BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492 $noninline,id$ID<32> diff --git a/definitions/ObjectEffectPackageElem.dbd b/definitions/ObjectEffectPackageElem.dbd index eec9a6c7a01..6ee688f5ed2 100644 --- a/definitions/ObjectEffectPackageElem.dbd +++ b/definitions/ObjectEffectPackageElem.dbd @@ -17,6 +17,29 @@ ObjectEffectPackageID<32> ObjectEffectGroupID<32> StateType<32> +LAYOUT D29A59FB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ObjectEffectPackageID<16> +ObjectEffectGroupID<16> +StateType<16> + +LAYOUT D14F3E91 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ObjectEffectPackageID +ObjectEffectGroupID +StateType + +LAYOUT C470C33C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ObjectEffectPackageID +ObjectEffectGroupID +StateType + LAYOUT 8CF043E5, 3B8C53F9, 9844275E BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -33,9 +56,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -45,12 +68,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ObjectEffectPackageID ObjectEffectGroupID @@ -63,7 +86,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Occluder.dbd b/definitions/Occluder.dbd index a58bc7cacc1..b45b52d8dcf 100644 --- a/definitions/Occluder.dbd +++ b/definitions/Occluder.dbd @@ -65,7 +65,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -103,7 +103,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/OccluderCurtain.dbd b/definitions/OccluderCurtain.dbd index 51ef73e486c..e827b02e6d2 100644 --- a/definitions/OccluderCurtain.dbd +++ b/definitions/OccluderCurtain.dbd @@ -36,7 +36,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/OccluderLocation.dbd b/definitions/OccluderLocation.dbd index b3c4ede6db6..d9dd0b3ccad 100644 --- a/definitions/OccluderLocation.dbd +++ b/definitions/OccluderLocation.dbd @@ -57,7 +57,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -85,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/OccluderNode.dbd b/definitions/OccluderNode.dbd index 30bc7def5d8..aa9578111cf 100644 --- a/definitions/OccluderNode.dbd +++ b/definitions/OccluderNode.dbd @@ -57,7 +57,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -85,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/OutlineEffect.dbd b/definitions/OutlineEffect.dbd index 2ddccaec0a5..12be35e2c91 100644 --- a/definitions/OutlineEffect.dbd +++ b/definitions/OutlineEffect.dbd @@ -7,12 +7,44 @@ int Priority float Range int UnitConditionID +LAYOUT F8D79D78 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Range +UnitConditionID<32> +PassiveHighlightColorID<32> +HighlightColorID<32> +Priority<32> +Flags<32> + +LAYOUT ACF323BC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Range +UnitConditionID +PassiveHighlightColorID +HighlightColorID +Priority<32> +Flags<32> + +LAYOUT 937C8918 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Range +UnitConditionID +PassiveHighlightColorID +HighlightColorID +Priority<32> +Flags<32> + LAYOUT 466B2BC4 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Range UnitConditionID @@ -46,7 +78,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -66,7 +98,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/OverrideSpellData.dbd b/definitions/OverrideSpellData.dbd index 7b3c3bcddc0..0e4fd3a6e3c 100644 --- a/definitions/OverrideSpellData.dbd +++ b/definitions/OverrideSpellData.dbd @@ -26,8 +26,31 @@ Spells<32>[10] Flags<32> PlayerActionbarFileDataID<32> +LAYOUT 0F841B9A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Spells<32>[10] +PlayerActionbarFileDataID<32> +Flags<8> + +LAYOUT 812D38F0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Spells<32>[10] +PlayerActionbarFileDataID<32> +Flags + +LAYOUT 57896951 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Spells<32>[10] +PlayerActionbarFileDataID<32> +Flags + LAYOUT C9C4E52C -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Spells<32>[10] PlayerActionbarFileDataID<32> @@ -49,7 +72,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -61,12 +84,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Spells<32>[10] PlayerActionbarFileDataID<32> @@ -79,7 +102,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PVPBracketTypes.dbd b/definitions/PVPBracketTypes.dbd index 02cd7c45451..f3c4ec286fc 100644 --- a/definitions/PVPBracketTypes.dbd +++ b/definitions/PVPBracketTypes.dbd @@ -3,9 +3,29 @@ int ID int BracketID int WeeklyQuestID +LAYOUT 621CD92F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +BracketID<8> +WeeklyQuestID<32>[4] + +LAYOUT 98A97617 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BracketID<8> +WeeklyQuestID[4] + +LAYOUT 26EDA043 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BracketID<8> +WeeklyQuestID[4] + LAYOUT F1DB623F BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> BracketID<8> WeeklyQuestID[4] @@ -26,7 +46,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -36,12 +56,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BracketID<8> WeeklyQuestID[4] @@ -68,7 +88,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/PVPDifficulty.dbd b/definitions/PVPDifficulty.dbd index 0628d88c0e3..d0e9c6e11f6 100644 --- a/definitions/PVPDifficulty.dbd +++ b/definitions/PVPDifficulty.dbd @@ -24,9 +24,35 @@ RangeIndex<32> MinLevel<32> MaxLevel<32> +LAYOUT CF4D1AEB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MapID<16> +RangeIndex<8> +MinLevel<8> +MaxLevel<8> + +LAYOUT 38B1AADF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MapID +RangeIndex +MinLevel +MaxLevel + +LAYOUT 86D72D63 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MapID +RangeIndex +MinLevel +MaxLevel + LAYOUT DFC4C4EF BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> MapID RangeIndex @@ -35,8 +61,8 @@ MaxLevel LAYOUT 970B5E15 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> RangeIndex MinLevel @@ -57,7 +83,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -93,7 +119,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PVPItem.dbd b/definitions/PVPItem.dbd index c8eacdf9e1b..3d2830a7363 100644 --- a/definitions/PVPItem.dbd +++ b/definitions/PVPItem.dbd @@ -8,12 +8,32 @@ $id$ID<32> ItemID<32> ItemLevelDelta<32> +LAYOUT 5C087651 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32> +ItemLevelDelta<8> + +LAYOUT 920C87A1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID<32> +ItemLevelDelta + +LAYOUT F92326FB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID<32> +ItemLevelDelta + LAYOUT BD449801 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemID<32> ItemLevelDelta @@ -43,7 +63,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -59,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PVPScoreboardCellInfo.dbd b/definitions/PVPScoreboardCellInfo.dbd index aded85a66dc..b63153bb2fa 100644 --- a/definitions/PVPScoreboardCellInfo.dbd +++ b/definitions/PVPScoreboardCellInfo.dbd @@ -36,7 +36,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PVPScoreboardColumnHeader.dbd b/definitions/PVPScoreboardColumnHeader.dbd index fbf996f62e1..e592cc67e9e 100644 --- a/definitions/PVPScoreboardColumnHeader.dbd +++ b/definitions/PVPScoreboardColumnHeader.dbd @@ -50,7 +50,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> Name_lang diff --git a/definitions/PVPScoreboardLayout.dbd b/definitions/PVPScoreboardLayout.dbd index da2ce88bbd3..3912b830b32 100644 --- a/definitions/PVPScoreboardLayout.dbd +++ b/definitions/PVPScoreboardLayout.dbd @@ -36,7 +36,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PVPStat.dbd b/definitions/PVPStat.dbd index 4a1ab2f33d5..bad4feb6e28 100644 --- a/definitions/PVPStat.dbd +++ b/definitions/PVPStat.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PageTextMaterial.dbd b/definitions/PageTextMaterial.dbd index 0424e23ba94..39ebd84a66a 100644 --- a/definitions/PageTextMaterial.dbd +++ b/definitions/PageTextMaterial.dbd @@ -15,6 +15,23 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> Name +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name + +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name + LAYOUT 96663ABF, F6F6B04B, 887BEAEA BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -27,17 +44,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name @@ -63,7 +80,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PaperDollItemFrame.dbd b/definitions/PaperDollItemFrame.dbd index e1d50e2aa1c..e83ef93a058 100644 --- a/definitions/PaperDollItemFrame.dbd +++ b/definitions/PaperDollItemFrame.dbd @@ -23,6 +23,29 @@ ItemButtonName SlotIcon SlotNumber<32> +LAYOUT 9C3CC0A9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemButtonName +SlotIcon +SlotNumber<8> + +LAYOUT 7F20C83F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemButtonName +SlotIcon +SlotNumber + +LAYOUT 3949398C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemButtonName +SlotIcon +SlotNumber + LAYOUT 1B0E948B BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492 $noninline,id$ID<32> @@ -32,10 +55,10 @@ SlotNumber LAYOUT 66B0597E, A971E22A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemButtonName SlotNumber @@ -55,7 +78,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -89,7 +112,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ParagonReputation.dbd b/definitions/ParagonReputation.dbd index 13479b9f140..d6a8c128abf 100644 --- a/definitions/ParagonReputation.dbd +++ b/definitions/ParagonReputation.dbd @@ -4,8 +4,23 @@ int FactionID int LevelThreshold int QuestID +LAYOUT 858A295C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +LevelThreshold<32> +QuestID<32> +FactionID + +LAYOUT 835D97B5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +LevelThreshold<32> +QuestID<32> +FactionID + LAYOUT 2ED74FB8 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> LevelThreshold<32> QuestID<32> @@ -13,10 +28,10 @@ FactionID LAYOUT D7712F98, A6CD3A14 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> LevelThreshold<32> QuestID<32> @@ -36,7 +51,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -71,7 +86,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ParticleColor.dbd b/definitions/ParticleColor.dbd index bca1e044bd9..7c000f51576 100644 --- a/definitions/ParticleColor.dbd +++ b/definitions/ParticleColor.dbd @@ -16,6 +16,29 @@ Start<32>[3] MID<32>[3] End<32>[3] +LAYOUT BC5D3597 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Start<32>[3] +MID<32>[3] +End<32>[3] + +LAYOUT 90AD2185 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Start<32>[3] +MID<32>[3] +End<32>[3] + +LAYOUT A3E6ABEE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Start<32>[3] +MID<32>[3] +End<32>[3] + LAYOUT 1576D1E1, B44B4D4D, 218FDF1C BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -32,9 +55,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -44,12 +67,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Start<32>[3] MID<32>[3] @@ -62,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Particulate.dbd b/definitions/Particulate.dbd index 81eb506ebe1..7289122173b 100644 --- a/definitions/Particulate.dbd +++ b/definitions/Particulate.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ParticulateSound.dbd b/definitions/ParticulateSound.dbd index 05abc119995..9d5975cbe36 100644 --- a/definitions/ParticulateSound.dbd +++ b/definitions/ParticulateSound.dbd @@ -31,7 +31,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -50,7 +50,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Path.dbd b/definitions/Path.dbd index 0bc61374fdc..b44d14116dd 100644 --- a/definitions/Path.dbd +++ b/definitions/Path.dbd @@ -37,6 +37,41 @@ Blue<32> Alpha<32> Flags<32> +LAYOUT 2B91D905 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Type<8> +SplineType<8> +Red<8> +Green<8> +Blue<8> +Alpha<8> +Flags<8> + +LAYOUT 7ED2C6B3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Type +SplineType +Red +Green +Blue +Alpha +Flags + +LAYOUT 33962B1C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Type +SplineType +Red +Green +Blue +Alpha +Flags + LAYOUT 5017579F, 3551690B, F65ED186 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -53,9 +88,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -65,12 +100,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Type SplineType @@ -87,7 +122,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PathEdge.dbd b/definitions/PathEdge.dbd index 78c8d42242a..9dedb1508b7 100644 --- a/definitions/PathEdge.dbd +++ b/definitions/PathEdge.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PathNode.dbd b/definitions/PathNode.dbd index ed173bc2397..ace5edac949 100644 --- a/definitions/PathNode.dbd +++ b/definitions/PathNode.dbd @@ -36,12 +36,35 @@ PathID<32> Sequence<32> LocationID<32> +LAYOUT 9B535598 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$id$ID<32> +LocationID<32> +PathID<16> +Sequence<16> + +LAYOUT 42E25630 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +LocationID<32> +PathID +Sequence<16> + +LAYOUT 74A74F2E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +LocationID<32> +PathID +Sequence<16> + LAYOUT 76615830, 80473F80 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> LocationID<32> PathID @@ -68,7 +91,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -96,7 +119,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PathNodeProperty.dbd b/definitions/PathNodeProperty.dbd index 2da0d96e5f8..effd16194cb 100644 --- a/definitions/PathNodeProperty.dbd +++ b/definitions/PathNodeProperty.dbd @@ -56,12 +56,38 @@ Sequence<32> PropertyIndex<32> Value<32> +LAYOUT F446CDBB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +PathID<16> +Sequence<16> +PropertyIndex<8> +$id$ID<32> +Value<32> + +LAYOUT 282181F5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +PathID +Sequence +PropertyIndex +$id$ID<32> +Value<32> + +LAYOUT 8ECAC0B2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +PathID +Sequence +PropertyIndex +$id$ID<32> +Value<32> + LAYOUT 92C03009, CB2C92BD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 PathID Sequence PropertyIndex @@ -72,7 +98,7 @@ LAYOUT 578DA815 BUILD 8.1.0.27826 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -120,7 +146,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PathProperty.dbd b/definitions/PathProperty.dbd index f2d809a2f23..34f71bbcb3d 100644 --- a/definitions/PathProperty.dbd +++ b/definitions/PathProperty.dbd @@ -36,6 +36,29 @@ PathID<32> PropertyIndex<32> Value<32> +LAYOUT F4469671 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Value<32> +PathID<16> +PropertyIndex<8> +$id$ID<32> + +LAYOUT 09D68D99 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Value +PathID +PropertyIndex +$id$ID<32> + +LAYOUT 9A295667 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Value +PathID +PropertyIndex +$id$ID<32> + LAYOUT C90264B9 BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563 Value @@ -45,10 +68,10 @@ $id$ID<32> LAYOUT 3D29C266, 6BA0CABE BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Value<32> PathID PropertyIndex @@ -75,7 +98,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -103,7 +126,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PerksActivity.dbd b/definitions/PerksActivity.dbd index d191d1f2bad..60c27d7d324 100644 --- a/definitions/PerksActivity.dbd +++ b/definitions/PerksActivity.dbd @@ -32,7 +32,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 ActivityName_lang Description_lang diff --git a/definitions/PerksActivityTag.dbd b/definitions/PerksActivityTag.dbd index 8bb091b1317..8af7d701b7f 100644 --- a/definitions/PerksActivityTag.dbd +++ b/definitions/PerksActivityTag.dbd @@ -9,7 +9,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PerksActivityThreshold.dbd b/definitions/PerksActivityThreshold.dbd index ae928f0e962..87ef2422447 100644 --- a/definitions/PerksActivityThreshold.dbd +++ b/definitions/PerksActivityThreshold.dbd @@ -12,7 +12,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PerksActivityThresholdGroup.dbd b/definitions/PerksActivityThresholdGroup.dbd index 2e863d6477d..3957d90bbe8 100644 --- a/definitions/PerksActivityThresholdGroup.dbd +++ b/definitions/PerksActivityThresholdGroup.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PerksActivityXInterval.dbd b/definitions/PerksActivityXInterval.dbd index 7a373ba7ee5..a9bf048f0a4 100644 --- a/definitions/PerksActivityXInterval.dbd +++ b/definitions/PerksActivityXInterval.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PerksActivityXTag.dbd b/definitions/PerksActivityXTag.dbd index 76c54236842..617b0dd1272 100644 --- a/definitions/PerksActivityXTag.dbd +++ b/definitions/PerksActivityXTag.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PerksVendorCategory.dbd b/definitions/PerksVendorCategory.dbd index 3ca44df59dd..b94b3dc0a90 100644 --- a/definitions/PerksVendorCategory.dbd +++ b/definitions/PerksVendorCategory.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PerksVendorItem.dbd b/definitions/PerksVendorItem.dbd index 369a1ba4e7e..42e239eaa60 100644 --- a/definitions/PerksVendorItem.dbd +++ b/definitions/PerksVendorItem.dbd @@ -12,7 +12,7 @@ int UiGroupInfo? LAYOUT 451B856E BUILD 10.2.0.51239, 10.2.0.51297 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PerksVendorItemUIInfo.dbd b/definitions/PerksVendorItemUIInfo.dbd index c2ac226da94..c595a275f8a 100644 --- a/definitions/PerksVendorItemUIInfo.dbd +++ b/definitions/PerksVendorItemUIInfo.dbd @@ -16,7 +16,7 @@ Field_10_0_5_47118_002<32> LAYOUT F86315E9 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $id$ID<32> Field_10_0_5_47118_001<32> Field_10_0_5_47118_002<32> diff --git a/definitions/PerksVendorItemXInterval.dbd b/definitions/PerksVendorItemXInterval.dbd index 407f1852b86..73443155682 100644 --- a/definitions/PerksVendorItemXInterval.dbd +++ b/definitions/PerksVendorItemXInterval.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PetLoyalty.dbd b/definitions/PetLoyalty.dbd index 16b150cb9cb..dda86109d76 100644 --- a/definitions/PetLoyalty.dbd +++ b/definitions/PetLoyalty.dbd @@ -3,13 +3,13 @@ int ID locstring Name_lang LAYOUT 96663ABF -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang LAYOUT B80FFD00 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/PetPersonality.dbd b/definitions/PetPersonality.dbd index 788563764bb..dfa5c9317e2 100644 --- a/definitions/PetPersonality.dbd +++ b/definitions/PetPersonality.dbd @@ -7,7 +7,7 @@ float DamageModifier? float Field_1_13_0_28211_003? LAYOUT 74E3A027 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> HappinessThreshold<32>[3] HappinessDamage[3] @@ -16,7 +16,7 @@ Field_1_13_0_28211_003[8] LAYOUT AD28FFCD BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/Phase.dbd b/definitions/Phase.dbd index 7f895b08304..990f856f06f 100644 --- a/definitions/Phase.dbd +++ b/definitions/Phase.dbd @@ -28,6 +28,23 @@ $id$ID<32> Name Flags<32> +LAYOUT B2EE9466 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<16> + +LAYOUT C99CBA00 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags + +LAYOUT E1C0D763 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags + LAYOUT 0043219C, 60D39728, 4B4C20B9 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -44,9 +61,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -56,18 +73,18 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags LAYOUT 2BE7B349 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PhaseShiftZoneSounds.dbd b/definitions/PhaseShiftZoneSounds.dbd index 8f6b0b139da..0865c1c8673 100644 --- a/definitions/PhaseShiftZoneSounds.dbd +++ b/definitions/PhaseShiftZoneSounds.dbd @@ -13,6 +13,21 @@ int UWZoneIntroMusicID int UWZoneMusicID int UWSoundAmbienceID int UWSoundProviderPreferencesID +int Field_7_1_0_22636_005? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%] +int Field_7_1_0_22636_006? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%] +int Field_7_1_0_22636_008? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%] +int Field_7_1_0_22636_011? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%] +int Field_7_1_0_22636_012? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%] +int Field_7_2_0_23445_005? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%], [Field_7_1_0_22636_005, 0,95%], [Field_7_1_0_22636_006, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_012, 0,95%] +int Field_7_2_0_23445_006? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%], [Field_7_1_0_22636_005, 0,95%], [Field_7_1_0_22636_006, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_012, 0,95%] +int Field_7_2_0_23445_008? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%], [Field_7_1_0_22636_005, 0,95%], [Field_7_1_0_22636_006, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_012, 0,95%] +int Field_7_2_0_23445_011? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%], [Field_7_1_0_22636_005, 0,95%], [Field_7_1_0_22636_006, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_012, 0,95%] +int Field_7_2_0_23445_012? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%], [Field_7_1_0_22636_005, 0,95%], [Field_7_1_0_22636_006, 0,95%], [Field_7_1_0_22636_008, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_012, 0,95%] +int Field_7_2_0_23478_005? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%], [Field_7_2_0_23445_005, 0,95%], [Field_7_2_0_23445_006, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_012, 0,95%] +int Field_7_2_0_23478_006? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%], [Field_7_2_0_23445_005, 0,95%], [Field_7_2_0_23445_006, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_012, 0,95%] +int Field_7_2_0_23478_008? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%], [Field_7_2_0_23445_005, 0,95%], [Field_7_2_0_23445_006, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_012, 0,95%] +int Field_7_2_0_23478_011? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%], [Field_7_2_0_23445_005, 0,95%], [Field_7_2_0_23445_006, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_012, 0,95%] +int Field_7_2_0_23478_012? // DBAnalyser: [WMOAreaID, 0,95%], [PhaseUseFlags, 0,95%], [UWSoundProviderPreferencesID, 0,95%], [UWZoneIntroMusicID, 0,95%], [UWZoneMusicID, 0,95%], [Field_7_2_0_23445_005, 0,95%], [Field_7_2_0_23445_006, 0,95%], [Field_7_2_0_23445_008, 0,95%], [Field_7_2_0_23445_011, 0,95%], [Field_7_2_0_23445_012, 0,95%] BUILD 6.0.1.18179 BUILD 6.0.1.18125-6.2.4.21742 @@ -33,12 +48,65 @@ UWZoneMusicID<32> UWSoundAmbienceID<32> UWSoundProviderPreferencesID<32> +LAYOUT 1AA0596A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AreaID<16> +PhaseID<16> +PhaseGroupID<16> +SoundAmbienceID<16> +UWSoundAmbienceID<16> +Field_7_1_0_22636_005<8> +Field_7_1_0_22636_006<8> +SoundProviderPreferencesID<8> +Field_7_1_0_22636_008<8> +ZoneIntroMusicID<32> +ZoneMusicID<32> +Field_7_1_0_22636_011<32> +Field_7_1_0_22636_012<32> + +LAYOUT 011EEC44 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AreaID +PhaseID +PhaseGroupID +SoundAmbienceID +UWSoundAmbienceID +Field_7_2_0_23445_005 +Field_7_2_0_23445_006 +SoundProviderPreferencesID +Field_7_2_0_23445_008 +ZoneIntroMusicID +ZoneMusicID +Field_7_2_0_23445_011 +Field_7_2_0_23445_012 + +LAYOUT 0892E505 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AreaID +PhaseID +PhaseGroupID +SoundAmbienceID +UWSoundAmbienceID +Field_7_2_0_23478_005 +Field_7_2_0_23478_006 +SoundProviderPreferencesID +Field_7_2_0_23478_008 +ZoneIntroMusicID +ZoneMusicID +Field_7_2_0_23478_011 +Field_7_2_0_23478_012 + LAYOUT 85ACB830, 226766FC BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AreaID PhaseID @@ -79,7 +147,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -101,7 +169,7 @@ UWSoundProviderPreferencesID LAYOUT 48F50F33 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PhaseXPhaseGroup.dbd b/definitions/PhaseXPhaseGroup.dbd index 0486bc5ad98..0286dbccd95 100644 --- a/definitions/PhaseXPhaseGroup.dbd +++ b/definitions/PhaseXPhaseGroup.dbd @@ -11,6 +11,26 @@ $id$ID<32> PhaseID<32> PhaseGroupID<32> +LAYOUT B494BBD2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +PhaseID<16> +PhaseGroupID<16> + +LAYOUT 283615AE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +PhaseID +PhaseGroupID + +LAYOUT 058995BA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +PhaseID +PhaseGroupID + LAYOUT 66517AF6, F00195AE, F66B1AC6 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -23,17 +43,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> PhaseID $noninline,relation$PhaseGroupID @@ -61,7 +81,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PlayerCondition.dbd b/definitions/PlayerCondition.dbd index 6c2e7af708f..e0be13cc1aa 100644 --- a/definitions/PlayerCondition.dbd +++ b/definitions/PlayerCondition.dbd @@ -87,87 +87,166 @@ int TraitNodeEntryLogic? int TraitNodeEntryID? int TraitNodeEntryMinRank? int TraitNodeEntryMaxRank? -int Field_4_4_0_54377_000? -locstring Field_4_4_0_54377_001_lang? -int Field_4_4_0_54377_002? -int Field_4_4_0_54377_003? -int Field_4_4_0_54377_004? -int Field_4_4_0_54377_005? -int Field_4_4_0_54377_006? -int Field_4_4_0_54377_007? -int Field_4_4_0_54377_008? -int Field_4_4_0_54377_009? -int Field_4_4_0_54377_010? -int Field_4_4_0_54377_011? -int Field_4_4_0_54377_012? -int Field_4_4_0_54377_013? -int Field_4_4_0_54377_014? -int Field_4_4_0_54377_015? -int Field_4_4_0_54377_016? -int Field_4_4_0_54377_017? -int Field_4_4_0_54377_018? -int Field_4_4_0_54377_019? -int Field_4_4_0_54377_020? -int Field_4_4_0_54377_021? -int Field_4_4_0_54377_022? -int Field_4_4_0_54377_023? -int Field_4_4_0_54377_024? -int Field_4_4_0_54377_025? -int Field_4_4_0_54377_026? -int Field_4_4_0_54377_027? -int Field_4_4_0_54377_028? -int Field_4_4_0_54377_029? -int Field_4_4_0_54377_030? -int Field_4_4_0_54377_031? -int Field_4_4_0_54377_032? -int Field_4_4_0_54377_033? -int Field_4_4_0_54377_034? -int Field_4_4_0_54377_035? -int Field_4_4_0_54377_036? -int Field_4_4_0_54377_037? -int Field_4_4_0_54377_038? -int Field_4_4_0_54377_039? -int Field_4_4_0_54377_040? -int Field_4_4_0_54377_041? -int Field_4_4_0_54377_042? -int Field_4_4_0_54377_043? -int Field_4_4_0_54377_044? -int Field_4_4_0_54377_045? -int Field_4_4_0_54377_046? -int Field_4_4_0_54377_047? -int Field_4_4_0_54377_048? -int Field_4_4_0_54377_049? -int Field_4_4_0_54377_050? -int Field_4_4_0_54377_051? -int Field_4_4_0_54377_052? -int Field_4_4_0_54377_053? -int Field_4_4_0_54377_054? -int Field_4_4_0_54377_055? -int Field_4_4_0_54377_056? -int Field_4_4_0_54377_057? -int Field_4_4_0_54377_058? -int Field_4_4_0_54377_059? -int Field_4_4_0_54377_060? -int Field_4_4_0_54377_061? -int Field_4_4_0_54377_062? -int Field_4_4_0_54377_063? -int Field_4_4_0_54377_064? -int Field_4_4_0_54377_065? -int Field_4_4_0_54377_066? -int Field_4_4_0_54377_067? -int Field_4_4_0_54377_068? -int Field_4_4_0_54377_069? -int Field_4_4_0_54377_070? -int Field_4_4_0_54377_071? -int Field_4_4_0_54377_072? -int Field_4_4_0_54377_073? -int Field_4_4_0_54377_074? -int Field_4_4_0_54377_075? -int Field_4_4_0_54377_076? -int Field_4_4_0_54377_077? -int Field_4_4_0_54377_078? -int Field_4_4_0_54377_079? -int Field_4_4_0_54377_080? +int Field_4_4_0_54377_004? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_006? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_007? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_008? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_009? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_010? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_011? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_012? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_013? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_014? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_016? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_017? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_018? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_019? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_020? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_023? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_024? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_025? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_026? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_027? // DBAnalyser: [Gender, 1%], [MaxExpansionTier, 1%], [PowerType, 1%], [ChrSpecializationRole, 1%], [MinExpansionTier, 1%], [MaxExpansionLevel, 1%], [MinExpansionLevel, 1%], [NativeGender, 1%], [ChrSpecializationIndex, 1%] +int Field_4_4_0_54377_028? // DBAnalyser: [Gender, 1%], [MaxExpansionTier, 1%], [PowerType, 1%], [ChrSpecializationRole, 1%], [MinExpansionTier, 1%], [MaxExpansionLevel, 1%], [MinExpansionLevel, 1%], [NativeGender, 1%], [ChrSpecializationIndex, 1%] +int Field_4_4_0_54377_030? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_031? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_032? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_033? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_034? // DBAnalyser: [Gender, 1%], [MaxExpansionTier, 1%], [PowerType, 1%], [ChrSpecializationRole, 1%], [MinExpansionTier, 1%], [MaxExpansionLevel, 1%], [MinExpansionLevel, 1%], [NativeGender, 1%], [ChrSpecializationIndex, 1%] +int Field_4_4_0_54377_035? // DBAnalyser: [Gender, 1%], [MaxExpansionTier, 1%], [PowerType, 1%], [ChrSpecializationRole, 1%], [MinExpansionTier, 1%], [MaxExpansionLevel, 1%], [MinExpansionLevel, 1%], [NativeGender, 1%], [ChrSpecializationIndex, 1%] +int Field_4_4_0_54377_036? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_037? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_038? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_039? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_040? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_042? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_044? // DBAnalyser: [Gender, 1%], [MaxExpansionTier, 1%], [PowerType, 1%], [ChrSpecializationRole, 1%], [MinExpansionTier, 1%], [MaxExpansionLevel, 1%], [MinExpansionLevel, 1%], [NativeGender, 1%], [ChrSpecializationIndex, 1%] +int Field_4_4_0_54377_045? // DBAnalyser: [Gender, 1%], [MaxExpansionTier, 1%], [PowerType, 1%], [ChrSpecializationRole, 1%], [MinExpansionTier, 1%], [MaxExpansionLevel, 1%], [MinExpansionLevel, 1%], [NativeGender, 1%], [ChrSpecializationIndex, 1%] +int Field_4_4_0_54377_047? // DBAnalyser: [Gender, 1%], [MaxExpansionTier, 1%], [PowerType, 1%], [ChrSpecializationRole, 1%], [MinExpansionTier, 1%], [MaxExpansionLevel, 1%], [MinExpansionLevel, 1%], [NativeGender, 1%], [ChrSpecializationIndex, 1%] +int Field_4_4_0_54377_048? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_049? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_050? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_051? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_052? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_053? // DBAnalyser: [Gender, 1%], [MaxExpansionTier, 1%], [PowerType, 1%], [ChrSpecializationRole, 1%], [MinExpansionTier, 1%], [MaxExpansionLevel, 1%], [MinExpansionLevel, 1%], [NativeGender, 1%], [ChrSpecializationIndex, 1%] +int Field_4_4_0_54377_054? // DBAnalyser: [Gender, 1%], [MaxExpansionTier, 1%], [PowerType, 1%], [ChrSpecializationRole, 1%], [MinExpansionTier, 1%], [MaxExpansionLevel, 1%], [MinExpansionLevel, 1%], [NativeGender, 1%], [ChrSpecializationIndex, 1%] +int Field_4_4_0_54377_055? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_056? // DBAnalyser: [MovementFlags, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [QuestKillID, 0,95%], [QuestKillLogic, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [PartyStatus, 0,95%], [AchievementLogic, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [PhaseGroupID, 0,95%], [MaxPVPRank, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [LifetimeMaxPVPRank, 0,95%], [MinPVPRank, 0,95%], [ReputationLogic, 0,95%], [Time, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [WeatherID, 0,95%], [MaxFactionID, 0,95%], [Explored, 0,95%], [MaxLanguage, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [MaxReputation, 0,95%], [MinGuildLevel, 0,95%] +int Field_4_4_0_54377_059? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_060? // DBAnalyser: [ItemCount, 0,95%], [LfgCompare, 0,95%], [LfgValue, 0,95%], [CurrencyID, 0,95%], [CurrencyCount, 0,95%], [MovementFlags, 0,95%], [MaxSkill, 0,95%], [MinFactionID, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [Time, 0,95%], [AuraStacks, 0,95%], [Achievement, 0,95%], [LfgStatus, 0,95%], [CurrQuestID, 0,95%], [Explored, 0,95%] +int Field_4_4_0_54377_061? // DBAnalyser: [ItemCount, 0,95%], [LfgCompare, 0,95%], [LfgValue, 0,95%], [CurrencyID, 0,95%], [CurrencyCount, 0,95%], [MovementFlags, 0,95%], [MaxSkill, 0,95%], [MinFactionID, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [Time, 0,95%], [AuraStacks, 0,95%], [Achievement, 0,95%], [LfgStatus, 0,95%], [CurrQuestID, 0,95%], [Explored, 0,95%] +int Field_4_4_0_54377_063? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_065? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_066? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_067? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_068? // DBAnalyser: [MovementFlags, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [PhaseGroupID, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [MinPVPRank, 0,95%], [MaxPVPRank, 0,95%], [MaxReputation, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MinReputation, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [QuestKillLogic, 0,95%], [QuestKillID, 0,95%], [CurrencyCount, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [MaxLanguage, 0,95%], [MaxSkill, 0,95%], [MinFactionID, 0,95%], [MaxFactionID, 0,95%], [Time, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [WeatherID, 0,95%], [PartyStatus, 0,95%], [ReputationLogic, 0,95%], [AchievementLogic, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [LifetimeMaxPVPRank, 0,95%], [Achievement, 0,95%], [Explored, 0,95%], [ItemCount, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrQuestID, 0,95%], [CurrencyID, 0,95%], [LfgValue, 0,95%], [LfgCompare, 0,95%], [LfgStatus, 0,95%], [AuraStacks, 0,95%] +int Field_4_4_0_54377_069? // DBAnalyser: [MovementFlags, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [PhaseGroupID, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [MinPVPRank, 0,95%], [MaxPVPRank, 0,95%], [MaxReputation, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MinReputation, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [QuestKillLogic, 0,95%], [QuestKillID, 0,95%], [CurrencyCount, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [MaxLanguage, 0,95%], [MaxSkill, 0,95%], [MinFactionID, 0,95%], [MaxFactionID, 0,95%], [Time, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [WeatherID, 0,95%], [PartyStatus, 0,95%], [ReputationLogic, 0,95%], [AchievementLogic, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [LifetimeMaxPVPRank, 0,95%], [Achievement, 0,95%], [Explored, 0,95%], [ItemCount, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrQuestID, 0,95%], [CurrencyID, 0,95%], [LfgValue, 0,95%], [LfgCompare, 0,95%], [LfgStatus, 0,95%], [AuraStacks, 0,95%] +int Field_4_4_0_54377_071? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_072? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_074? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_075? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_076? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_077? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_078? // DBAnalyser: [MovementFlags, 0,95%], [CurrQuestID, 0,95%], [LfgStatus, 0,95%], [Achievement, 0,95%], [AuraStacks, 0,95%], [Time, 0,95%], [Explored, 0,95%], [LfgCompare, 0,95%], [QuestKillMonster, 0,95%], [CurrencyCount, 0,95%], [LfgValue, 0,95%], [ItemCount, 0,95%], [MinFactionID, 0,95%], [MaxSkill, 0,95%], [MinReputation, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrencyID, 0,95%] +int Field_4_4_0_54377_079? // DBAnalyser: [QuestKillMonster, 0,95%], [ItemID, 0,95%], [CurrencyCount, 0,95%], [CurrencyID, 0,95%], [LfgValue, 0,95%], [LfgCompare, 0,95%], [LfgStatus, 0,95%], [ItemCount, 0,95%], [AuraStacks, 0,95%], [CurrQuestID, 0,95%], [MaxSkill, 0,95%], [Achievement, 0,95%], [SpellID, 0,95%] +int Field_4_4_0_54377_080? // DBAnalyser: [MovementFlags, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PhaseUseFlags, 0,95%], [PhaseGroupID, 0,95%], [PowerTypeComp, 0,95%], [PowerTypeValue, 0,95%], [WeaponSubclassMask, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [MinPVPRank, 0,95%], [MaxPVPRank, 0,95%], [MaxReputation, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MinReputation, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [QuestKillLogic, 0,95%], [QuestKillID, 0,95%], [CurrencyCount, 0,95%], [MaxLevel, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [MaxLanguage, 0,95%], [MaxSkill, 0,95%], [MinFactionID, 0,95%], [MaxFactionID, 0,95%], [Time, 0,95%], [CurrQuestLogic, 0,95%], [CurrentCompletedQuestLogic, 0,95%], [SpellLogic, 0,95%], [ItemLogic, 0,95%], [ItemFlags, 0,95%], [WeatherID, 0,95%], [PartyStatus, 0,95%], [ReputationLogic, 0,95%], [AchievementLogic, 0,95%], [LfgLogic, 0,95%], [CurrencyLogic, 0,95%], [CurrentPvpFaction, 0,95%], [PvpMedal, 0,95%], [LifetimeMaxPVPRank, 0,95%], [Achievement, 0,95%], [Explored, 0,95%], [ItemCount, 0,95%], [ItemID, 0,95%], [SpellID, 0,95%], [CurrQuestID, 0,95%], [CurrencyID, 0,95%], [LfgValue, 0,95%], [LfgCompare, 0,95%], [LfgStatus, 0,95%], [AuraStacks, 0,95%] +int Field_7_1_0_22636_001? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_002? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_006? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_008? // DBAnalyser: [MinPVPRank, 0,95%], [CurrentCompletedQuestID, 0,95%], [MinGuildLevel, 0,95%], [MaxGuildLevel, 0,95%], [PhaseGroupID, 0,95%], [MinAvgItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [PowerTypeComp, 0,95%], [PhaseUseFlags, 0,95%], [CurrencyLogic, 0,95%], [SpellLogic, 0,95%], [LfgCompare, 0,95%], [Time, 0,95%], [WeatherID, 0,95%], [PartyStatus, 0,95%], [LfgLogic, 0,95%], [PvpMedal, 0,95%], [MaxPVPRank, 0,95%], [LifetimeMaxPVPRank, 0,95%], [ReputationLogic, 0,95%], [LfgStatus, 0,95%], [SkillLogic, 0,95%], [LanguageID, 0,95%], [MinLanguage, 0,95%], [PowerTypeValue, 0,95%], [MaxFactionID, 0,95%], [MaxReputation, 0,95%], [MaxLanguage, 0,95%] +int Field_7_1_0_22636_020? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_023? // DBAnalyser: [Time, 0,95%], [LfgStatus, 0,95%], [LfgCompare, 0,95%], [CurrentCompletedQuestID, 0,95%] +int Field_7_1_0_22636_028? +int Field_7_1_0_22636_030? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_031? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_032? +int Field_7_1_0_22636_034? // DBAnalyser: [Gender, 1%], [NativeGender, 1%], [MinExpansionLevel, 1%], [MaxExpansionLevel, 1%], [MinExpansionTier, 1%], [MaxExpansionTier, 1%], [ChrSpecializationIndex, 1%], [ChrSpecializationRole, 1%], [PowerType, 1%] +int Field_7_1_0_22636_035? // DBAnalyser: [Gender, 1%], [NativeGender, 1%], [MinExpansionLevel, 1%], [MaxExpansionLevel, 1%], [MinExpansionTier, 1%], [MaxExpansionTier, 1%], [ChrSpecializationIndex, 1%], [ChrSpecializationRole, 1%], [PowerType, 1%] +int Field_7_1_0_22636_036? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_037? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_039? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_040? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_041? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_042? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_043? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_046? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_047? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_048? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_049? // DBAnalyser: [LfgCompare, 0,95%], [LfgStatus, 0,95%], [CurrentCompletedQuestID, 0,95%], [Time, 0,95%] +int Field_7_1_0_22636_050? // DBAnalyser: [LfgCompare, 0,95%], [LfgStatus, 0,95%], [CurrentCompletedQuestID, 0,95%], [Time, 0,95%] +int Field_7_1_0_22636_052? // DBAnalyser: [Gender, 1%], [NativeGender, 1%], [MinExpansionLevel, 1%], [MaxExpansionLevel, 1%], [MinExpansionTier, 1%], [MaxExpansionTier, 1%], [ChrSpecializationIndex, 1%], [ChrSpecializationRole, 1%], [PowerType, 1%] +int Field_7_1_0_22636_053? // DBAnalyser: [Gender, 1%], [NativeGender, 1%], [MinExpansionLevel, 1%], [MaxExpansionLevel, 1%], [MinExpansionTier, 1%], [MaxExpansionTier, 1%], [ChrSpecializationIndex, 1%], [ChrSpecializationRole, 1%], [PowerType, 1%] +int Field_7_1_0_22636_054? // DBAnalyser: [Gender, 1%], [NativeGender, 1%], [MinExpansionLevel, 1%], [MaxExpansionLevel, 1%], [MinExpansionTier, 1%], [MaxExpansionTier, 1%], [ChrSpecializationIndex, 1%], [ChrSpecializationRole, 1%], [PowerType, 1%] +int Field_7_1_0_22636_055? // DBAnalyser: [Gender, 1%], [NativeGender, 1%], [MinExpansionLevel, 1%], [MaxExpansionLevel, 1%], [MinExpansionTier, 1%], [MaxExpansionTier, 1%], [ChrSpecializationIndex, 1%], [ChrSpecializationRole, 1%], [PowerType, 1%] +int Field_7_1_0_22636_056? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_057? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_058? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_059? // DBAnalyser: [Gender, 1%], [NativeGender, 1%], [MinExpansionLevel, 1%], [MaxExpansionLevel, 1%], [MinExpansionTier, 1%], [MaxExpansionTier, 1%], [ChrSpecializationIndex, 1%], [ChrSpecializationRole, 1%], [PowerType, 1%] +int Field_7_1_0_22636_060? // DBAnalyser: [Gender, 1%], [NativeGender, 1%], [MinExpansionLevel, 1%], [MaxExpansionLevel, 1%], [MinExpansionTier, 1%], [MaxExpansionTier, 1%], [ChrSpecializationIndex, 1%], [ChrSpecializationRole, 1%], [PowerType, 1%] +int Field_7_1_0_22636_061? // DBAnalyser: [Gender, 1%], [NativeGender, 1%], [MinExpansionLevel, 1%], [MaxExpansionLevel, 1%], [MinExpansionTier, 1%], [MaxExpansionTier, 1%], [ChrSpecializationIndex, 1%], [ChrSpecializationRole, 1%], [PowerType, 1%] +int Field_7_1_0_22636_062? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_063? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_065? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_070? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_072? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_075? // DBAnalyser: [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [MaxAvgItemLevel, 0,95%], [MinAvgItemLevel, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%] +int Field_7_1_0_22636_076? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_1_0_22636_077? // DBAnalyser: [MaxAvgItemLevel, 0,95%], [PvpMedal, 0,95%], [SkillLogic, 0,95%], [MinPVPRank, 0,95%], [LanguageID, 0,95%], [MaxReputation, 0,95%], [MaxFactionID, 0,95%], [MaxLanguage, 0,95%], [MinLanguage, 0,95%], [ReputationLogic, 0,95%], [PowerTypeValue, 0,95%], [MaxAvgEquippedItemLevel, 0,95%], [MinAvgEquippedItemLevel, 0,95%], [SpellLogic, 0,95%], [MaxPVPRank, 0,95%], [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%], [MaxGuildLevel, 0,95%], [MinGuildLevel, 0,95%], [CurrencyLogic, 0,95%], [LfgLogic, 0,95%], [LifetimeMaxPVPRank, 0,95%], [PartyStatus, 0,95%], [WeatherID, 0,95%], [PowerTypeComp, 0,95%], [Time, 0,95%], [MinAvgItemLevel, 0,95%] +int Field_7_2_0_23445_036? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_037? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_041? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_042? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_043? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_046? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_047? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_048? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_049? // DBAnalyser: [LfgCompare, 0,95%], [LfgStatus, 0,95%], [Field_7_1_0_22636_050, 0,95%], [Field_7_1_0_22636_049, 0,95%] +int Field_7_2_0_23445_050? // DBAnalyser: [LfgCompare, 0,95%], [LfgStatus, 0,95%], [Field_7_1_0_22636_050, 0,95%], [Field_7_1_0_22636_049, 0,95%] +int Field_7_2_0_23445_054? // DBAnalyser: [Field_7_1_0_22636_054, 1%], [Field_7_1_0_22636_055, 1%] +int Field_7_2_0_23445_055? // DBAnalyser: [Field_7_1_0_22636_054, 1%], [Field_7_1_0_22636_055, 1%] +int Field_7_2_0_23445_056? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_057? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_058? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_065? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_070? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23445_075? // DBAnalyser: [Field_7_1_0_22636_037, 0,95%], [Field_7_1_0_22636_041, 0,95%], [Field_7_1_0_22636_042, 0,95%], [Field_7_1_0_22636_043, 0,95%], [Field_7_1_0_22636_046, 0,95%], [Field_7_1_0_22636_047, 0,95%], [Field_7_1_0_22636_048, 0,95%], [Field_7_1_0_22636_056, 0,95%], [Field_7_1_0_22636_057, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_065, 0,95%], [Field_7_1_0_22636_070, 0,95%], [Field_7_1_0_22636_075, 0,95%], [Field_7_1_0_22636_036, 0,95%] +int Field_7_2_0_23478_036? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_037? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_041? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_042? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_043? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_046? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_047? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_048? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_049? // DBAnalyser: [LfgCompare, 0,95%], [LfgStatus, 0,95%], [Field_7_2_0_23445_050, 0,95%], [Field_7_2_0_23445_049, 0,95%] +int Field_7_2_0_23478_050? // DBAnalyser: [LfgCompare, 0,95%], [LfgStatus, 0,95%], [Field_7_2_0_23445_050, 0,95%], [Field_7_2_0_23445_049, 0,95%] +int Field_7_2_0_23478_054? // DBAnalyser: [Field_7_2_0_23445_054, 1%], [Field_7_2_0_23445_055, 1%] +int Field_7_2_0_23478_055? // DBAnalyser: [Field_7_2_0_23445_054, 1%], [Field_7_2_0_23445_055, 1%] +int Field_7_2_0_23478_056? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_057? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_058? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_065? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_070? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23478_075? // DBAnalyser: [Field_7_2_0_23445_037, 0,95%], [Field_7_2_0_23445_041, 0,95%], [Field_7_2_0_23445_042, 0,95%], [Field_7_2_0_23445_043, 0,95%], [Field_7_2_0_23445_046, 0,95%], [Field_7_2_0_23445_047, 0,95%], [Field_7_2_0_23445_048, 0,95%], [Field_7_2_0_23445_056, 0,95%], [Field_7_2_0_23445_057, 0,95%], [Field_7_2_0_23445_058, 0,95%], [Field_7_2_0_23445_065, 0,95%], [Field_7_2_0_23445_070, 0,95%], [Field_7_2_0_23445_075, 0,95%], [Field_7_2_0_23445_036, 0,95%] +int Field_7_2_0_23623_036? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_037? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_041? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_042? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_043? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_046? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_047? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_048? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_049? // DBAnalyser: [LfgCompare, 0,95%], [LfgStatus, 0,95%], [Field_7_2_0_23478_050, 0,95%], [Field_7_2_0_23478_049, 0,95%] +int Field_7_2_0_23623_050? // DBAnalyser: [LfgCompare, 0,95%], [LfgStatus, 0,95%], [Field_7_2_0_23478_050, 0,95%], [Field_7_2_0_23478_049, 0,95%] +int Field_7_2_0_23623_054? // DBAnalyser: [Field_7_2_0_23478_054, 1%], [Field_7_2_0_23478_055, 1%] +int Field_7_2_0_23623_055? // DBAnalyser: [Field_7_2_0_23478_054, 1%], [Field_7_2_0_23478_055, 1%] +int Field_7_2_0_23623_056? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_057? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_058? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_065? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_070? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_075? // DBAnalyser: [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_057, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%] +int Field_7_2_0_23623_079? // DBAnalyser: [Field_7_2_0_23478_056, 0,95%], [Field_7_2_0_23478_037, 0,95%], [Field_7_2_0_23478_041, 0,95%], [Field_7_2_0_23478_042, 0,95%], [Field_7_2_0_23478_043, 0,95%], [Field_7_2_0_23478_046, 0,95%], [Field_7_2_0_23478_047, 0,95%], [Field_7_2_0_23478_048, 0,95%], [Field_7_2_0_23478_058, 0,95%], [Field_7_2_0_23478_065, 0,95%], [Field_7_2_0_23478_070, 0,95%], [Field_7_2_0_23478_075, 0,95%], [Field_7_2_0_23478_036, 0,95%], [Field_7_2_0_23478_057, 0,95%] LAYOUT 8FEB04E0 BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15.3.55563, 1.15.3.55646, 1.15.3.55917, 1.15.3.56488, 1.15.3.56626 @@ -525,12 +604,12 @@ MovementFlags<32>[2] LAYOUT 47B4D68A BUILD 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 -Field_4_4_0_54377_000<64> -Field_4_4_0_54377_001_lang -$id$Field_4_4_0_54377_002<32> -Field_4_4_0_54377_003 +RaceMask<64> +Failure_description_lang +$id$ID<32> +MinLevel Field_4_4_0_54377_004 -Field_4_4_0_54377_005<32> +ClassMask<32> Field_4_4_0_54377_006 Field_4_4_0_54377_007 Field_4_4_0_54377_008 @@ -540,21 +619,21 @@ Field_4_4_0_54377_011 Field_4_4_0_54377_012 Field_4_4_0_54377_013<8> Field_4_4_0_54377_014 -Field_4_4_0_54377_015 +PrevQuestLogic Field_4_4_0_54377_016 Field_4_4_0_54377_017 Field_4_4_0_54377_018 Field_4_4_0_54377_019 Field_4_4_0_54377_020 -Field_4_4_0_54377_021 -Field_4_4_0_54377_022 +AuraSpellLogic +WorldStateExpressionID Field_4_4_0_54377_023 Field_4_4_0_54377_024 Field_4_4_0_54377_025 Field_4_4_0_54377_026 Field_4_4_0_54377_027<8> Field_4_4_0_54377_028<8> -Field_4_4_0_54377_029 +AreaLogic Field_4_4_0_54377_030 Field_4_4_0_54377_031 Field_4_4_0_54377_032 @@ -566,12 +645,12 @@ Field_4_4_0_54377_037<32> Field_4_4_0_54377_038 Field_4_4_0_54377_039 Field_4_4_0_54377_040<32> -Field_4_4_0_54377_041 +PhaseID Field_4_4_0_54377_042 -Field_4_4_0_54377_043<32> +Flags<32> Field_4_4_0_54377_044<8> Field_4_4_0_54377_045<8> -Field_4_4_0_54377_046 +ModifierTreeID Field_4_4_0_54377_047<8> Field_4_4_0_54377_048 Field_4_4_0_54377_049 @@ -582,23 +661,23 @@ Field_4_4_0_54377_053<8> Field_4_4_0_54377_054<8> Field_4_4_0_54377_055 Field_4_4_0_54377_056 -Field_4_4_0_54377_057[4] -Field_4_4_0_54377_058[4] +SkillID[4] +MinSkill[4] Field_4_4_0_54377_059[4] Field_4_4_0_54377_060[3] Field_4_4_0_54377_061[3] -Field_4_4_0_54377_062[4] +PrevQuestID[4] Field_4_4_0_54377_063[4] -Field_4_4_0_54377_064[4] +CurrentCompletedQuestID[4] Field_4_4_0_54377_065<32>[4] Field_4_4_0_54377_066<32>[4] Field_4_4_0_54377_067[4] Field_4_4_0_54377_068[2] Field_4_4_0_54377_069[2] -Field_4_4_0_54377_070<32>[4] +AuraSpellID<32>[4] Field_4_4_0_54377_071[4] Field_4_4_0_54377_072[4] -Field_4_4_0_54377_073[4] +AreaID[4] Field_4_4_0_54377_074[4] Field_4_4_0_54377_075[4] Field_4_4_0_54377_076[4] @@ -921,9 +1000,344 @@ PowerType<32> PowerTypeComp<32> PowerTypeValue<32> +LAYOUT 97CEA4E6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +RaceMask<32> +Field_7_1_0_22636_001<32> +Field_7_1_0_22636_002<32> +PrevQuestLogic<32> +CurrQuestLogic<32> +CurrentCompletedQuestLogic<32> +Field_7_1_0_22636_006<32> +ItemLogic<32> +Field_7_1_0_22636_008<32>[2] +AuraSpellLogic<32> +AuraSpellID<32>[4] +AchievementLogic<32> +AreaLogic<32> +QuestKillLogic<32> +Failure_description_lang +MinLevel<16> +MaxLevel<16> +SkillID<16>[4] +MinSkill<16>[4] +MaxSkill<16>[4] +Field_7_1_0_22636_020<16> +PrevQuestID<16>[4] +CurrQuestID<16>[4] +Field_7_1_0_22636_023<16>[4] +Explored<16>[2] +WorldStateExpressionID<16> +Achievement<16>[4] +AreaID<16>[4] +Field_7_1_0_22636_028<16> +PhaseID<16> +Field_7_1_0_22636_030<16> +Field_7_1_0_22636_031<16> +Field_7_1_0_22636_032<16> +Flags<8> +Field_7_1_0_22636_034<8> +Field_7_1_0_22636_035<8> +Field_7_1_0_22636_036<8> +Field_7_1_0_22636_037<8> +MinReputation<8>[3] +Field_7_1_0_22636_039<8> +Field_7_1_0_22636_040<8> +Field_7_1_0_22636_041<8> +Field_7_1_0_22636_042<8> +Field_7_1_0_22636_043<8> +ItemFlags<8> +AuraStacks<8>[4] +Field_7_1_0_22636_046<8> +Field_7_1_0_22636_047<8> +Field_7_1_0_22636_048<8> +Field_7_1_0_22636_049<8>[4] +Field_7_1_0_22636_050<8>[4] +CurrencyCount<8>[4] +Field_7_1_0_22636_052<8> +Field_7_1_0_22636_053<8> +Field_7_1_0_22636_054<8> +Field_7_1_0_22636_055<8> +Field_7_1_0_22636_056<8> +Field_7_1_0_22636_057<8> +Field_7_1_0_22636_058<8> +Field_7_1_0_22636_059<8> +Field_7_1_0_22636_060<8> +Field_7_1_0_22636_061<8> +Field_7_1_0_22636_062<8> +Field_7_1_0_22636_063<8> +ClassMask<32> +Field_7_1_0_22636_065<32> +MinFactionID<32>[3] +SpellID<32>[4] +ItemID<32>[4] +ItemCount<32>[4] +Field_7_1_0_22636_070<32> +LfgValue<32>[4] +Field_7_1_0_22636_072<32> +CurrencyID<32>[4] +QuestKillMonster<32>[6] +Field_7_1_0_22636_075<32> +Field_7_1_0_22636_076<32> +Field_7_1_0_22636_077<32> +MovementFlags<32>[2] + +LAYOUT 1F654E30 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +RaceMask<32> +Field_7_1_0_22636_001 +Field_7_1_0_22636_002 +PrevQuestLogic +CurrQuestLogic +CurrentCompletedQuestLogic +Field_7_1_0_22636_006 +ItemLogic +Time[2] +AuraSpellLogic +AuraSpellID<32>[4] +AchievementLogic +AreaLogic +QuestKillLogic +Failure_description_lang +MinLevel +MaxLevel +SkillID[4] +MinSkill[4] +MaxSkill[4] +Field_7_1_0_22636_020 +PrevQuestID[4] +CurrQuestID[4] +CurrentCompletedQuestID[4] +Explored[2] +WorldStateExpressionID +Achievement[4] +AreaID[4] +Field_7_1_0_22636_008 +PhaseID +Field_7_1_0_22636_030 +Field_7_1_0_22636_031 +Field_7_1_0_22636_028 +Flags +Field_7_1_0_22636_034<8> +Field_7_1_0_22636_035<8> +Field_7_2_0_23445_036 +Field_7_2_0_23445_037 +MinReputation[3] +Field_7_1_0_22636_039 +Field_7_1_0_22636_040<8> +Field_7_2_0_23445_041 +Field_7_2_0_23445_042 +Field_7_2_0_23445_043 +ItemFlags +AuraStacks[4] +Field_7_2_0_23445_046 +Field_7_2_0_23445_047 +Field_7_2_0_23445_048 +Field_7_2_0_23445_049[4] +Field_7_2_0_23445_050[4] +CurrencyCount[4] +Field_7_1_0_22636_052<8> +Field_7_1_0_22636_053<8> +Field_7_2_0_23445_054<8> +Field_7_2_0_23445_055<8> +Field_7_2_0_23445_056 +Field_7_2_0_23445_057 +Field_7_2_0_23445_058 +Field_7_1_0_22636_059<8> +Field_7_1_0_22636_060<8> +Field_7_1_0_22636_061<8> +Field_7_1_0_22636_062 +Field_7_1_0_22636_063 +ClassMask<32> +Field_7_2_0_23445_065<32> +MinFactionID[3] +SpellID<32>[4] +ItemID<32>[4] +ItemCount[4] +Field_7_2_0_23445_070 +LfgValue[4] +Field_7_1_0_22636_072 +CurrencyID[4] +QuestKillMonster[6] +Field_7_2_0_23445_075 +Field_7_1_0_22636_076<32> +Field_7_1_0_22636_077<32> +MovementFlags<32>[2] + +LAYOUT AFF8BA5D +BUILD 7.2.0.23478, 7.2.0.23578 +$noninline,id$ID<32> +RaceMask<32> +Field_7_1_0_22636_001 +Field_7_1_0_22636_002 +PrevQuestLogic +CurrQuestLogic +CurrentCompletedQuestLogic +Field_7_1_0_22636_006 +ItemLogic +Time[2] +AuraSpellLogic +AuraSpellID<32>[4] +AchievementLogic +AreaLogic +QuestKillLogic +Failure_description_lang +MinLevel +MaxLevel +SkillID[4] +MinSkill[4] +MaxSkill[4] +Field_7_1_0_22636_020 +PrevQuestID[4] +CurrQuestID[4] +CurrentCompletedQuestID[4] +Explored[2] +WorldStateExpressionID +Achievement[4] +AreaID[4] +Field_7_1_0_22636_008 +PhaseID +Field_7_1_0_22636_030 +Field_7_1_0_22636_031 +Field_7_1_0_22636_028 +Flags +Field_7_1_0_22636_034<8> +Field_7_1_0_22636_035<8> +Field_7_2_0_23478_036 +Field_7_2_0_23478_037 +MinReputation[3] +Field_7_1_0_22636_039 +Field_7_1_0_22636_040<8> +Field_7_2_0_23478_041 +Field_7_2_0_23478_042 +Field_7_2_0_23478_043 +ItemFlags +AuraStacks[4] +Field_7_2_0_23478_046 +Field_7_2_0_23478_047 +Field_7_2_0_23478_048 +Field_7_2_0_23478_049[4] +Field_7_2_0_23478_050[4] +CurrencyCount[4] +Field_7_1_0_22636_052<8> +Field_7_1_0_22636_053<8> +Field_7_2_0_23478_054<8> +Field_7_2_0_23478_055<8> +Field_7_2_0_23478_056 +Field_7_2_0_23478_057 +Field_7_2_0_23478_058 +Field_7_1_0_22636_059<8> +Field_7_1_0_22636_060<8> +Field_7_1_0_22636_061<8> +Field_7_1_0_22636_062 +Field_7_1_0_22636_063 +ClassMask<32> +Field_7_2_0_23478_065<32> +MinFactionID[3] +SpellID<32>[4] +ItemID<32>[4] +ItemCount[4] +Field_7_2_0_23478_070 +LfgValue[4] +Field_7_1_0_22636_072 +CurrencyID[4] +QuestKillMonster[6] +Field_7_2_0_23478_075 +Field_7_1_0_22636_076<32> +Field_7_1_0_22636_077<32> +MovementFlags<32>[2] + +LAYOUT C1DF2C51 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +RaceMask<32> +Field_7_1_0_22636_001 +Field_7_1_0_22636_002 +PrevQuestLogic +CurrQuestLogic +CurrentCompletedQuestLogic +Field_7_1_0_22636_006 +ItemLogic +Time[2] +AuraSpellLogic +AuraSpellID<32>[4] +AchievementLogic +AreaLogic +QuestKillLogic +Failure_description_lang +MinLevel +MaxLevel +SkillID[4] +MinSkill[4] +MaxSkill[4] +Field_7_1_0_22636_020 +PrevQuestID[4] +CurrQuestID[4] +CurrentCompletedQuestID[4] +Explored[2] +WorldStateExpressionID +Achievement[4] +AreaID[4] +Field_7_1_0_22636_008 +PhaseID +Field_7_1_0_22636_030 +Field_7_1_0_22636_031 +Field_7_1_0_22636_028 +Flags +Field_7_1_0_22636_034<8> +Field_7_1_0_22636_035<8> +Field_7_2_0_23623_036 +Field_7_2_0_23623_037 +MinReputation[3] +Field_7_1_0_22636_039 +Field_7_1_0_22636_040<8> +Field_7_2_0_23623_041 +Field_7_2_0_23623_042 +Field_7_2_0_23623_043 +ItemFlags +AuraStacks[4] +Field_7_2_0_23623_046 +Field_7_2_0_23623_047 +Field_7_2_0_23623_048 +Field_7_2_0_23623_049[4] +Field_7_2_0_23623_050[4] +CurrencyCount[4] +Field_7_1_0_22636_052<8> +Field_7_1_0_22636_053<8> +Field_7_2_0_23623_054<8> +Field_7_2_0_23623_055<8> +Field_7_2_0_23623_056 +Field_7_2_0_23623_057 +Field_7_2_0_23623_058 +Field_7_1_0_22636_059<8> +Field_7_1_0_22636_060<8> +Field_7_1_0_22636_061<8> +Field_7_1_0_22636_062 +Field_7_1_0_22636_063 +ClassMask<32> +Field_7_2_0_23623_065<32> +MinFactionID[3] +SpellID<32>[4] +ItemID<32>[4] +ItemCount[4] +Field_7_2_0_23623_070 +LfgValue[4] +Field_7_1_0_22636_072 +CurrencyID[4] +QuestKillMonster[6] +Field_7_2_0_23623_075 +Field_7_1_0_22636_076<32> +Field_7_1_0_22636_077<32> +MovementFlags<32>[2] +Field_7_2_0_23623_079<32> + LAYOUT 9C80F621 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> RaceMask<32> Time[2] @@ -953,12 +1367,12 @@ LfgValue[4] CurrencyID[4] QuestKillMonster[6] MovementFlags<32>[2] -$noninline,relation$Field_7_3_2_25549_029<16> +$noninline,relation$Field_7_3_2_25549_029 LAYOUT 5B3DA113 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 RaceMask<64> Failure_description_lang $id$ID<32> @@ -1134,7 +1548,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -1652,7 +2066,7 @@ MovementFlags<32>[2] LAYOUT 4FD5055D BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Positioner.dbd b/definitions/Positioner.dbd index 144b1b8421a..b71a7aa70dc 100644 --- a/definitions/Positioner.dbd +++ b/definitions/Positioner.dbd @@ -5,12 +5,38 @@ int Flags // &2: ignore some begin, end given, probably some time thing from a p float StartLife int StartLifePercent +LAYOUT 0DC56BF9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +StartLife +FirstStateID<16> +Flags<8> +StartLifePercent<8> + +LAYOUT D463C621 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +StartLife +FirstStateID +Flags +StartLifePercent + +LAYOUT A8251F4D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +StartLife +FirstStateID +Flags +StartLifePercent + LAYOUT E830F1B1, E9A6F641 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> StartLife FirstStateID @@ -42,7 +68,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -60,7 +86,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PositionerState.dbd b/definitions/PositionerState.dbd index 988d9832f4f..63b1157de9f 100644 --- a/definitions/PositionerState.dbd +++ b/definitions/PositionerState.dbd @@ -9,12 +9,50 @@ int RotEntryID int ScaleEntryID int TransformMatrixID +LAYOUT B64314AC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +EndLife +EndLifePercent<8> +NextStateID<32> +TransformMatrixID<32> +PosEntryID<32> +RotEntryID<32> +ScaleEntryID<32> +Flags<32> + +LAYOUT 013F1F6C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +EndLife +EndLifePercent +NextStateID +TransformMatrixID +PosEntryID +RotEntryID +ScaleEntryID +Flags + +LAYOUT FE756728 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +EndLife +EndLifePercent +NextStateID +TransformMatrixID +PosEntryID +RotEntryID +ScaleEntryID +Flags + LAYOUT 6C975DF4, CB40214C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> EndLife EndLifePercent @@ -50,7 +88,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -72,7 +110,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PositionerStateEntry.dbd b/definitions/PositionerStateEntry.dbd index 4858630b68e..2a699100afa 100644 --- a/definitions/PositionerStateEntry.dbd +++ b/definitions/PositionerStateEntry.dbd @@ -12,12 +12,74 @@ int SrcVal int SrcValType int Style +LAYOUT 92879D48 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722 +$noninline,id$ID<32> +ParamA +ParamB +EntryType<8> +Style<8> +SrcType<8> +SrcVal<8> +SrcValType<8> +DstType<8> +DstVal<8> +DstValType<8> +CurveID<32> + +LAYOUT 92FB58E8 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ParamA +ParamB +SrcValType<16> +DstValType<16> +EntryType<8> +Style<8> +SrcType<8> +SrcVal<8> +DstVal<8> +DstType<8> +CurveID<32> + +LAYOUT 93B0B141 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ParamA +ParamB +SrcValType<32> +SrcVal<16> +DstValType<32> +DstVal<16> +EntryType<8> +Style<8> +SrcType<8> +DstType<8> +CurveID + +LAYOUT A6C68AB6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ParamA +ParamB +SrcValType<16> +SrcVal<16> +DstValType<16> +DstVal<16> +EntryType<8> +Style<8> +SrcType<8> +DstType<8> +CurveID + LAYOUT 667ED965, B7913869 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ParamA ParamB @@ -48,7 +110,7 @@ BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.398 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -96,7 +158,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PowerDisplay.dbd b/definitions/PowerDisplay.dbd index 8583c0667b2..35a44619ebf 100644 --- a/definitions/PowerDisplay.dbd +++ b/definitions/PowerDisplay.dbd @@ -37,6 +37,35 @@ Green<8> Blue<8> Padding_4_0_0_11792_006<8>[1] +LAYOUT 18C540B5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GlobalStringBaseTag +ActualType<8> +Red<8> +Green<8> +Blue<8> + +LAYOUT EF274887 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GlobalStringBaseTag +ActualType +Red +Green +Blue + +LAYOUT 34D32464 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GlobalStringBaseTag +ActualType +Red +Green +Blue + LAYOUT FD152E5B, EB89C62F, C091809C BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -49,17 +78,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> GlobalStringBaseTag ActualType @@ -92,7 +121,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PowerType.dbd b/definitions/PowerType.dbd index 770aed54fa1..3817df58484 100644 --- a/definitions/PowerType.dbd +++ b/definitions/PowerType.dbd @@ -14,7 +14,7 @@ int RegenInterruptTimeMS float RegenPeace LAYOUT C55B6F11 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> NameGlobalStringTag CostGlobalStringTag @@ -31,7 +31,7 @@ DefaultPower<8> LAYOUT 7BF0AF35 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -160,11 +160,61 @@ RegenPeace RegenCombat Flags<32> +LAYOUT 9B2B3F6D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +NameGlobalStringTag +CostGlobalStringTag +RegenPeace +RegenCombat +MaxBasePower<16> +RegenInterruptTimeMS<16> +Flags<16> +PowerTypeEnum<8> +MinPower<8> +CenterPower<8> +DefaultPower<8> +DisplayModifier<8> + +LAYOUT 03F10B29 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +NameGlobalStringTag +CostGlobalStringTag +RegenPeace +RegenCombat +MaxBasePower<16> +RegenInterruptTimeMS<16> +Flags<16> +PowerTypeEnum<8> +MinPower<8> +CenterPower<8> +DefaultPower<8> +DisplayModifier<8> + +LAYOUT B1EC389B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +NameGlobalStringTag +CostGlobalStringTag +RegenPeace +RegenCombat +MaxBasePower<16> +RegenInterruptTimeMS<16> +Flags<16> +PowerTypeEnum<8> +MinPower<8> +CenterPower<8> +DefaultPower<8> +DisplayModifier<8> + LAYOUT 0C3844E1, DAE0AE89 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> NameGlobalStringTag CostGlobalStringTag @@ -293,7 +343,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PrestigeLevelInfo.dbd b/definitions/PrestigeLevelInfo.dbd index 71a104d1eac..dfdfd9cb94c 100644 --- a/definitions/PrestigeLevelInfo.dbd +++ b/definitions/PrestigeLevelInfo.dbd @@ -7,9 +7,35 @@ int PrestigeLevel int HonorLevel? int AwardedAchievementID +LAYOUT 1F001219 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +BadgeTextureFileDataID<32> +Name_lang +PrestigeLevel<8> +Flags<8> + +LAYOUT EA3EFC39 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BadgeTextureFileDataID<32> +Name_lang +PrestigeLevel +Flags + +LAYOUT 3BFC82FB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BadgeTextureFileDataID<32> +Name_lang +PrestigeLevel +Flags + LAYOUT 1BCDA661 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> BadgeTextureFileDataID<32> Name_lang @@ -18,8 +44,8 @@ Flags LAYOUT A7B2D559, 101C7EF9 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang BadgeTextureFileDataID<32> @@ -69,7 +95,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -88,7 +114,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfTraitPathNode.dbd b/definitions/ProfTraitPathNode.dbd index fa4c23a0b19..c7bd1b64eeb 100644 --- a/definitions/ProfTraitPathNode.dbd +++ b/definitions/ProfTraitPathNode.dbd @@ -20,7 +20,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfTraitPerkNode.dbd b/definitions/ProfTraitPerkNode.dbd index 246a8579899..981bdc149f3 100644 --- a/definitions/ProfTraitPerkNode.dbd +++ b/definitions/ProfTraitPerkNode.dbd @@ -18,7 +18,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfTraitTree.dbd b/definitions/ProfTraitTree.dbd index e850349dcfe..b3605ca7395 100644 --- a/definitions/ProfTraitTree.dbd +++ b/definitions/ProfTraitTree.dbd @@ -14,7 +14,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfTraitTreeHighlight.dbd b/definitions/ProfTraitTreeHighlight.dbd index b136ca606c1..aa09d7ec21b 100644 --- a/definitions/ProfTraitTreeHighlight.dbd +++ b/definitions/ProfTraitTreeHighlight.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/Profession.dbd b/definitions/Profession.dbd index 910b1306048..79b5373f6e9 100644 --- a/definitions/Profession.dbd +++ b/definitions/Profession.dbd @@ -134,7 +134,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfessionEffect.dbd b/definitions/ProfessionEffect.dbd index 21c56887355..5e49129ff76 100644 --- a/definitions/ProfessionEffect.dbd +++ b/definitions/ProfessionEffect.dbd @@ -17,7 +17,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfessionEffectType.dbd b/definitions/ProfessionEffectType.dbd index 5ff832ac95c..ca0bd2fe43f 100644 --- a/definitions/ProfessionEffectType.dbd +++ b/definitions/ProfessionEffectType.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfessionPropPoints.dbd b/definitions/ProfessionPropPoints.dbd index 6d68975bc8c..2247f9fc4f7 100644 --- a/definitions/ProfessionPropPoints.dbd +++ b/definitions/ProfessionPropPoints.dbd @@ -24,7 +24,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfessionRating.dbd b/definitions/ProfessionRating.dbd index b2253b2d504..afb037089a8 100644 --- a/definitions/ProfessionRating.dbd +++ b/definitions/ProfessionRating.dbd @@ -23,7 +23,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfessionTrait.dbd b/definitions/ProfessionTrait.dbd index 8e9cdf0f3d6..5f0bdc9c228 100644 --- a/definitions/ProfessionTrait.dbd +++ b/definitions/ProfessionTrait.dbd @@ -14,7 +14,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfessionTraitXEffect.dbd b/definitions/ProfessionTraitXEffect.dbd index d5e8a3908b8..a9b81948423 100644 --- a/definitions/ProfessionTraitXEffect.dbd +++ b/definitions/ProfessionTraitXEffect.dbd @@ -25,7 +25,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfessionTraitXLabel.dbd b/definitions/ProfessionTraitXLabel.dbd index fb921412f04..9d6d37114c3 100644 --- a/definitions/ProfessionTraitXLabel.dbd +++ b/definitions/ProfessionTraitXLabel.dbd @@ -22,7 +22,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ProfessionXRating.dbd b/definitions/ProfessionXRating.dbd index 58fb88289f7..c02677ce73d 100644 --- a/definitions/ProfessionXRating.dbd +++ b/definitions/ProfessionXRating.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PvpBrawl.dbd b/definitions/PvpBrawl.dbd index 890753b280c..ec8be4458e5 100644 --- a/definitions/PvpBrawl.dbd +++ b/definitions/PvpBrawl.dbd @@ -54,7 +54,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PvpRating.dbd b/definitions/PvpRating.dbd index 269ca04e1cb..b3b77fd9aae 100644 --- a/definitions/PvpRating.dbd +++ b/definitions/PvpRating.dbd @@ -26,7 +26,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/PvpReward.dbd b/definitions/PvpReward.dbd index a4fbe94ecf1..81c8157a126 100644 --- a/definitions/PvpReward.dbd +++ b/definitions/PvpReward.dbd @@ -24,12 +24,35 @@ HonorLevel<32> PrestigeLevel<32> RewardPackID<32> +LAYOUT 951DE3BC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +HonorLevel<32> +PrestigeLevel<32> +RewardPackID<32> + +LAYOUT CDE94DB2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +HonorLevel<32> +PrestigeLevel<32> +RewardPackID<32> + +LAYOUT 13470FF5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +HonorLevel<32> +PrestigeLevel<32> +RewardPackID<32> + LAYOUT 72F4C016, C4B4BD6A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> HonorLevel<32> PrestigeLevel<32> diff --git a/definitions/PvpScalingEffect.dbd b/definitions/PvpScalingEffect.dbd index bff994e619b..48e0e501d4c 100644 --- a/definitions/PvpScalingEffect.dbd +++ b/definitions/PvpScalingEffect.dbd @@ -4,12 +4,27 @@ int PvpScalingEffectTypeID int SpecializationID float Value +LAYOUT E697246D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Value +PvpScalingEffectTypeID<32> +SpecializationID<32> + +LAYOUT 473E3F4A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Value +PvpScalingEffectTypeID<32> +SpecializationID<32> + LAYOUT 52121A41 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Value $relation$PvpScalingEffectTypeID<32> @@ -47,7 +62,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -64,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PvpScalingEffectType.dbd b/definitions/PvpScalingEffectType.dbd index 26b93d8f66f..ae2272316b5 100644 --- a/definitions/PvpScalingEffectType.dbd +++ b/definitions/PvpScalingEffectType.dbd @@ -2,6 +2,17 @@ COLUMNS int ID string Name +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name + LAYOUT 96663ABF, F6F6B04B, 887BEAEA BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -14,17 +25,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name @@ -50,7 +61,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PvpSeason.dbd b/definitions/PvpSeason.dbd index b34adb0b971..3669b4e30eb 100644 --- a/definitions/PvpSeason.dbd +++ b/definitions/PvpSeason.dbd @@ -39,7 +39,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PvpSeasonRewardLevels.dbd b/definitions/PvpSeasonRewardLevels.dbd index ff5560970d2..104ddc2ee65 100644 --- a/definitions/PvpSeasonRewardLevels.dbd +++ b/definitions/PvpSeasonRewardLevels.dbd @@ -33,7 +33,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PvpTalent.dbd b/definitions/PvpTalent.dbd index d0f3ff97958..e3ba15583d1 100644 --- a/definitions/PvpTalent.dbd +++ b/definitions/PvpTalent.dbd @@ -49,8 +49,62 @@ ActionBarSpellID<32> PvpTalentCategoryID<32> LevelRequired<32> +LAYOUT B6FF8059 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +ActionBarSpellID<32> +Description_lang +Field_1_13_0_28211_005<32> +Field_1_13_0_28211_006<32> +Flags<32> +ClassID<32> +SpecID<32> +Field_1_13_0_28211_010<32> + +LAYOUT 75CB27A1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +OverridesSpellID<32> +Description_lang +Field_1_13_0_28211_005<32> +Field_1_13_0_28211_006<32> +Flags<32> +ClassID<32> +SpecID<32> +Field_1_13_0_28211_010<32> + +LAYOUT B89EF320 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +OverridesSpellID<32> +Description_lang +Field_1_13_0_28211_005<32> +Field_1_13_0_28211_006<32> +Flags<32> +ClassID<32> +SpecID<32> +Field_1_13_0_28211_010<32> + +LAYOUT 8868B3E8 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +SpellID<32> +OverridesSpellID<32> +Description_lang +ActionBarSpellID<32> +Field_1_13_0_28211_005<32> +Field_1_13_0_28211_006<32> +Flags<32> +ClassID<32> +SpecID<32> +Field_1_13_0_28211_010<32> + LAYOUT E009F30C -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> SpellID<32> OverridesSpellID<32> @@ -80,8 +134,8 @@ Field_1_13_0_28211_010<32> LAYOUT 6EB51740 BUILD 8.0.1.25902 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Description_lang SpellID<32> @@ -169,7 +223,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -222,7 +276,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PvpTalentCategory.dbd b/definitions/PvpTalentCategory.dbd index 6d00737f393..a1d69c47ec3 100644 --- a/definitions/PvpTalentCategory.dbd +++ b/definitions/PvpTalentCategory.dbd @@ -27,7 +27,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -42,7 +42,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PvpTalentSlotUnlock.dbd b/definitions/PvpTalentSlotUnlock.dbd index 1300546140d..8b5f929c0f5 100644 --- a/definitions/PvpTalentSlotUnlock.dbd +++ b/definitions/PvpTalentSlotUnlock.dbd @@ -30,7 +30,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -48,7 +48,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/PvpTalentUnlock.dbd b/definitions/PvpTalentUnlock.dbd index e6c19f447d0..1974d2df273 100644 --- a/definitions/PvpTalentUnlock.dbd +++ b/definitions/PvpTalentUnlock.dbd @@ -4,12 +4,35 @@ int Field_1_13_0_28211_001? int Field_1_13_0_28211_002? int Field_1_13_0_28211_003? +LAYOUT C1A48E8A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Field_1_13_0_28211_001<32> +Field_1_13_0_28211_002<32> +Field_1_13_0_28211_003<32> + +LAYOUT B05F93B8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Field_1_13_0_28211_001<32> +Field_1_13_0_28211_002<32> +Field_1_13_0_28211_003<32> + +LAYOUT 9500E5F3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Field_1_13_0_28211_001<32> +Field_1_13_0_28211_002<32> +Field_1_13_0_28211_003<32> + LAYOUT 465C83BC BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Field_1_13_0_28211_001<32> Field_1_13_0_28211_002<32> diff --git a/definitions/PvpTier.dbd b/definitions/PvpTier.dbd index 3b0cc3e9f68..7ffd2457e67 100644 --- a/definitions/PvpTier.dbd +++ b/definitions/PvpTier.dbd @@ -95,7 +95,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -150,7 +150,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestFactionReward.dbd b/definitions/QuestFactionReward.dbd index 39272e4c56e..f25fd000871 100644 --- a/definitions/QuestFactionReward.dbd +++ b/definitions/QuestFactionReward.dbd @@ -10,6 +10,23 @@ BUILD 3.3.0.10958-3.3.5.12340 $id$ID<32> Difficulty<32>[10] +LAYOUT 313B4AEB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Difficulty<16>[10] + +LAYOUT E7868CDD +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Difficulty<16>[10] + +LAYOUT 537EC620 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Difficulty<16>[10] + LAYOUT B0E02541, 504FAFB5, D65EACAF BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Difficulty<16>[10] @@ -54,7 +71,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestFeedbackEffect.dbd b/definitions/QuestFeedbackEffect.dbd index 50cfd5fc503..535a3926000 100644 --- a/definitions/QuestFeedbackEffect.dbd +++ b/definitions/QuestFeedbackEffect.dbd @@ -80,20 +80,52 @@ Minimapobject<32> Priority<32> Flags<32> +LAYOUT 747AA1F3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FileDataID<32> +MinimapAtlasMemberID<16> +AttachPoint<8> +PassiveHighlightColorType<8> +Priority<8> +Flags<8> + +LAYOUT E317064F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileDataID +MinimapAtlasMemberID +AttachPoint +PassiveHighlightColorType +Priority +Flags + +LAYOUT 6F933FDB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileDataID +MinimapAtlasMemberID +AttachPoint +PassiveHighlightColorType +Priority +Flags + LAYOUT 89D55A27, 58E79FBF BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FileDataID MinimapAtlasMemberID @@ -155,7 +187,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestInfo.dbd b/definitions/QuestInfo.dbd index 0c9a90aa712..14711c3c0e1 100644 --- a/definitions/QuestInfo.dbd +++ b/definitions/QuestInfo.dbd @@ -21,12 +21,38 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> InfoName_lang +LAYOUT 11382F51 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +InfoName_lang +Profession<16> +Type<8> +Modifiers<8> + +LAYOUT B0C8709D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +InfoName_lang +Profession +Type +Modifiers + +LAYOUT BBA77DA5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +InfoName_lang +Profession +Type +Modifiers + LAYOUT 4F45F445, 00207153 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> InfoName_lang Profession @@ -49,7 +75,7 @@ BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.398 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.14.0.39802 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -94,7 +120,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.0.44167 diff --git a/definitions/QuestLabel.dbd b/definitions/QuestLabel.dbd index f07cb9a14c3..ed2db7c2374 100644 --- a/definitions/QuestLabel.dbd +++ b/definitions/QuestLabel.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/QuestLine.dbd b/definitions/QuestLine.dbd index c497cd3ad91..b4380fa8f89 100644 --- a/definitions/QuestLine.dbd +++ b/definitions/QuestLine.dbd @@ -37,12 +37,29 @@ BUILD 6.0.1.18179 $id$ID<32> Name_lang +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang + +LAYOUT 4BF54DB3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang + +LAYOUT 22E5531E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang + LAYOUT 8046B23F, E0D727CB BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang @@ -64,7 +81,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -108,7 +125,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> Name_lang diff --git a/definitions/QuestLineXQuest.dbd b/definitions/QuestLineXQuest.dbd index 615261bfac7..33633460076 100644 --- a/definitions/QuestLineXQuest.dbd +++ b/definitions/QuestLineXQuest.dbd @@ -36,8 +36,31 @@ QuestLineID<32> QuestID<32> OrderIndex<32> +LAYOUT 0D1339BD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +QuestLineID<16> +QuestID<16> +OrderIndex<8> + +LAYOUT 4FC9D42B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +QuestLineID +QuestID +OrderIndex + +LAYOUT 7DBDC94A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +QuestLineID +QuestID +OrderIndex + LAYOUT C62C9327 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> QuestLineID QuestID @@ -45,10 +68,10 @@ OrderIndex LAYOUT 8FA4A9C7 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> QuestLineID QuestID @@ -61,7 +84,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -109,7 +132,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestMoneyReward.dbd b/definitions/QuestMoneyReward.dbd index c3f825584a0..a8327d15fb2 100644 --- a/definitions/QuestMoneyReward.dbd +++ b/definitions/QuestMoneyReward.dbd @@ -7,6 +7,23 @@ BUILD 5.3.0.16844-5.4.8.18414 $id$ID<32> Difficulty<32>[10] +LAYOUT 83F7CE9C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Difficulty<32>[10] + +LAYOUT BCDFDA9E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Difficulty[10] + +LAYOUT 28D813E1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Difficulty[10] + LAYOUT 86397302, 7E00C5B6, 4B06657C BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -23,9 +40,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -35,12 +52,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Difficulty[10] @@ -51,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestObjective.dbd b/definitions/QuestObjective.dbd index ee960826b05..63ab13d943d 100644 --- a/definitions/QuestObjective.dbd +++ b/definitions/QuestObjective.dbd @@ -21,9 +21,47 @@ Flags<32> StorageIndex $noninline,relation$QuestID<32> +LAYOUT 22594899 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Amount<32> +ObjectID<32> +Description_lang +QuestID<16> +Type<8> +OrderIndex<8> +StorageIndex<8> +Flags<8> + +LAYOUT 1E1B46BE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Amount<32> +ObjectID<32> +Description_lang +QuestID +Type +OrderIndex +StorageIndex +Flags + +LAYOUT 2C239174 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Amount<32> +ObjectID<32> +Description_lang +QuestID +Type +OrderIndex +StorageIndex +Flags + LAYOUT 7F5AB0E6 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Amount<32> ObjectID<32> @@ -36,8 +74,8 @@ Flags LAYOUT DD995180 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Description_lang Amount<32> @@ -74,7 +112,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -155,7 +193,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/QuestPOIBlob.dbd b/definitions/QuestPOIBlob.dbd index 9bb858f8fe7..f73bdb67274 100644 --- a/definitions/QuestPOIBlob.dbd +++ b/definitions/QuestPOIBlob.dbd @@ -25,11 +25,46 @@ NumPoints<32> MapID<32> WorldMapAreaID<32> +LAYOUT 02EEA008 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$id$ID<32> +MapID<16> +WorldMapAreaID<16> +NumPoints<8> +Floor<8> +PlayerConditionID<32> +QuestID<32> +ObjectiveIndex<32> + +LAYOUT 60293836 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +MapID<16> +WorldMapAreaID +NumPoints +Floor +PlayerConditionID +QuestID +ObjectiveIndex<32> + +LAYOUT A9FB7F3E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +MapID<16> +WorldMapAreaID +NumPoints +Floor +PlayerConditionID +QuestID +ObjectiveIndex<32> + LAYOUT EC15976E BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> MapID<16> $relation$WorldMapAreaID @@ -143,7 +178,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/QuestPOIPoint.dbd b/definitions/QuestPOIPoint.dbd index 70f8e988a2c..52ac1b86c84 100644 --- a/definitions/QuestPOIPoint.dbd +++ b/definitions/QuestPOIPoint.dbd @@ -14,6 +14,29 @@ X<32> Y<32> QuestPOIBlobID<32> +LAYOUT 602A18C5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +QuestPOIBlobID<32> +X<16> +Y<16> +$id$ID<32> + +LAYOUT B851CB81 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +QuestPOIBlobID<32> +X<16> +Y<16> +$id$ID<32> + +LAYOUT EAFC2A23 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +QuestPOIBlobID<32> +X<16> +Y<16> +$id$ID<32> + LAYOUT 61365499 BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492 QuestPOIBlobID<32> @@ -22,7 +45,7 @@ Y<16> $id$ID<32> LAYOUT D1AB8F03 -BUILD 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> QuestPOIBlobID<32> X<16> @@ -36,6 +59,13 @@ QuestPOIBlobID<32> X<16> Y<16> +LAYOUT 4709AD2F +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864 +$noninline,id$ID<32> +X<16> +Y<16> +$noninline,relation$QuestPOIBlobID<32> + LAYOUT F0F17EC1 BUILD 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 X<16> @@ -51,7 +81,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 $id$ID<32> X<16> Y<16> @@ -86,7 +116,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestPackageItem.dbd b/definitions/QuestPackageItem.dbd index 6f158938908..ed143e9f549 100644 --- a/definitions/QuestPackageItem.dbd +++ b/definitions/QuestPackageItem.dbd @@ -13,12 +13,46 @@ ItemID ItemQuantity<32> DisplayType<32> +LAYOUT 31CD6A8B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32> +PackageID<16> +ItemQuantity<8> +DisplayType<8> + +LAYOUT 57A2B6AF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID<32> +PackageID +ItemQuantity +DisplayType + +LAYOUT D4EF357D +BUILD 7.2.0.23478, 7.2.0.23578 +$noninline,id$ID<32> +ItemID<32> +PackageID +ItemQuantity +DisplayType + +LAYOUT 156B634B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID<32> +PackageID +DisplayType +ItemQuantity + LAYOUT CF9401CF, 69CFC5FF BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemID<32> PackageID @@ -50,7 +84,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -68,7 +102,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestSort.dbd b/definitions/QuestSort.dbd index 51bb444f807..375e3c5bf61 100644 --- a/definitions/QuestSort.dbd +++ b/definitions/QuestSort.dbd @@ -20,6 +20,26 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> SortName_lang +LAYOUT E784CEA6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SortName_lang +UiOrderIndex<8> + +LAYOUT 1A8BC366 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SortName_lang +UiOrderIndex<8> + +LAYOUT 222914B6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SortName_lang +UiOrderIndex<8> + LAYOUT AD7072C6, 2F5E2228, 78E6AE79 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -36,9 +56,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -48,12 +68,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SortName_lang UiOrderIndex<8> @@ -65,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestV2.dbd b/definitions/QuestV2.dbd index cac59316516..ce04b2cc446 100644 --- a/definitions/QuestV2.dbd +++ b/definitions/QuestV2.dbd @@ -16,6 +16,23 @@ BUILD 5.0.1.15464-5.4.8.18414 $id$ID<32> UniqueBitFlag<32> +LAYOUT 02E59131 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +UniqueBitFlag<16> + +LAYOUT 24ADEE07 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +UniqueBitFlag + +LAYOUT 0C89D0A4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +UniqueBitFlag + LAYOUT 70495C9B, 638D02EF, 30FDC3CE BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -32,9 +49,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -44,12 +61,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> UniqueBitFlag @@ -77,7 +94,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestV2CliTask.dbd b/definitions/QuestV2CliTask.dbd index 9399b83272c..8e824a88697 100644 --- a/definitions/QuestV2CliTask.dbd +++ b/definitions/QuestV2CliTask.dbd @@ -33,6 +33,32 @@ int Field_2_5_1_38043_021? int Field_2_5_1_38043_022? int Field_1_15_4_56400_021? int Field_1_15_4_56400_024? +int Field_7_1_0_22636_005? // DBAnalyser: [ConditionID, 0,08%] +int Field_7_1_0_22636_011? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_1_0_22636_013? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_1_0_22636_014? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_1_0_22636_015? // DBAnalyser: [FiltMaxLevel, 0,03%] +int Field_7_1_0_22636_016? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_1_0_22636_017? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_1_0_22636_019? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_1_0_22636_021? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_2_0_23445_012? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_013, 0,95%], [Field_7_1_0_22636_014, 0,95%], [Field_7_1_0_22636_016, 0,95%], [Field_7_1_0_22636_017, 0,95%], [Field_7_1_0_22636_019, 0,95%], [Field_7_1_0_22636_021, 0,95%] +int Field_7_2_0_23445_013? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_013, 0,95%], [Field_7_1_0_22636_014, 0,95%], [Field_7_1_0_22636_016, 0,95%], [Field_7_1_0_22636_017, 0,95%], [Field_7_1_0_22636_019, 0,95%], [Field_7_1_0_22636_021, 0,95%] +int Field_7_2_0_23445_015? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_013, 0,95%], [Field_7_1_0_22636_014, 0,95%], [Field_7_1_0_22636_016, 0,95%], [Field_7_1_0_22636_017, 0,95%], [Field_7_1_0_22636_019, 0,95%], [Field_7_1_0_22636_021, 0,95%] +int Field_7_2_0_23445_016? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_013, 0,95%], [Field_7_1_0_22636_014, 0,95%], [Field_7_1_0_22636_016, 0,95%], [Field_7_1_0_22636_017, 0,95%], [Field_7_1_0_22636_019, 0,95%], [Field_7_1_0_22636_021, 0,95%] +int Field_7_2_0_23445_019? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%], [Field_7_1_0_22636_011, 0,95%], [Field_7_1_0_22636_013, 0,95%], [Field_7_1_0_22636_014, 0,95%], [Field_7_1_0_22636_016, 0,95%], [Field_7_1_0_22636_017, 0,95%], [Field_7_1_0_22636_019, 0,95%], [Field_7_1_0_22636_021, 0,95%] +int Field_7_2_0_23478_012? // DBAnalyser: [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_012, 0,95%], [Field_7_2_0_23445_013, 0,95%], [Field_7_2_0_23445_015, 0,95%], [Field_7_2_0_23445_016, 0,95%], [Field_7_2_0_23445_019, 0,95%], [Field_7_2_0_23445_021, 0,95%], [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_2_0_23478_013? // DBAnalyser: [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_012, 0,95%], [Field_7_2_0_23445_013, 0,95%], [Field_7_2_0_23445_015, 0,95%], [Field_7_2_0_23445_016, 0,95%], [Field_7_2_0_23445_019, 0,95%], [Field_7_2_0_23445_021, 0,95%], [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_2_0_23478_015? // DBAnalyser: [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_012, 0,95%], [Field_7_2_0_23445_013, 0,95%], [Field_7_2_0_23445_015, 0,95%], [Field_7_2_0_23445_016, 0,95%], [Field_7_2_0_23445_019, 0,95%], [Field_7_2_0_23445_021, 0,95%], [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_2_0_23478_016? // DBAnalyser: [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_012, 0,95%], [Field_7_2_0_23445_013, 0,95%], [Field_7_2_0_23445_015, 0,95%], [Field_7_2_0_23445_016, 0,95%], [Field_7_2_0_23445_019, 0,95%], [Field_7_2_0_23445_021, 0,95%], [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_2_0_23478_019? // DBAnalyser: [Field_7_2_0_23445_010, 0,95%], [Field_7_2_0_23445_012, 0,95%], [Field_7_2_0_23445_013, 0,95%], [Field_7_2_0_23445_015, 0,95%], [Field_7_2_0_23445_016, 0,95%], [Field_7_2_0_23445_019, 0,95%], [Field_7_2_0_23445_021, 0,95%], [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_3_5_25607_010? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_3_5_25607_012? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_3_5_25607_013? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_3_5_25607_015? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_3_5_25607_016? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_3_5_25607_019? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] +int Field_7_3_5_25607_021? // DBAnalyser: [FiltActiveQuest, 0,95%], [FiltMaxFactionID, 0,95%], [FiltMaxFactionValue, 0,95%], [FiltMinFactionID, 0,95%], [FiltMinFactionValue, 0,95%], [FiltNonActiveQuest, 0,95%], [BreadCrumbID, 0,95%] LAYOUT AD7B0B93 BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15.3.55563, 1.15.3.55646, 1.15.3.55917, 1.15.3.56488, 1.15.3.56626 @@ -161,9 +187,89 @@ Field_2_5_1_38043_022 Field_1_15_4_56400_024<32>[3] FiltCompletedQuest[3] +LAYOUT 3AF80301 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +FiltRaces<32> +QuestTitle_lang +BulletText_lang +StartItem<32> +UniqueBitFlag<16> +Field_7_1_0_22636_005<16> +FiltClasses<16> +FiltCompletedQuest<16>[3] +FiltMinSkillID<16> +FiltMinSkillValue<16> +WorldStateExpressionID<16> +Field_7_1_0_22636_011<8> +FiltCompletedQuestLogic<8> +Field_7_1_0_22636_013<8> +Field_7_1_0_22636_014<8> +Field_7_1_0_22636_015<8> +Field_7_1_0_22636_016<8> +Field_7_1_0_22636_017<8> +FiltMinLevel<8> +Field_7_1_0_22636_019<8> +$id$ID<32> +Field_7_1_0_22636_021<32> +QuestInfoID<32> + +LAYOUT B5646F94 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +FiltRaces<32> +QuestTitle_lang +BulletText_lang +StartItem<32> +UniqueBitFlag +ConditionID +FiltClasses<16> +FiltCompletedQuest[3] +FiltMinSkillID +WorldStateExpressionID<16> +Field_7_1_0_22636_011 +FiltCompletedQuestLogic +Field_7_2_0_23445_012 +Field_7_2_0_23445_013 +FiltMaxLevel +Field_7_2_0_23445_015 +Field_7_2_0_23445_016 +FiltMinLevel +FiltMinSkillValue +Field_7_2_0_23445_019 +$id$ID +Field_7_1_0_22636_021 +QuestInfoID + +LAYOUT 9DF4A8B7 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +FiltRaces<32> +QuestTitle_lang +BulletText_lang +StartItem<32> +UniqueBitFlag +ConditionID +FiltClasses<16> +FiltCompletedQuest[3] +FiltMinSkillID +WorldStateExpressionID<16> +Field_7_1_0_22636_011 +FiltCompletedQuestLogic +Field_7_2_0_23478_012 +Field_7_2_0_23478_013 +FiltMaxLevel +Field_7_2_0_23478_015 +Field_7_2_0_23478_016 +FiltMinLevel +FiltMinSkillValue +Field_7_2_0_23478_019 +$id$ID +Field_7_1_0_22636_021 +QuestInfoID + LAYOUT C02750A8 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 FiltRaces<32> QuestTitle_lang BulletText_lang @@ -188,10 +294,36 @@ $id$ID BreadCrumbID QuestInfoID +LAYOUT B70C3FA6 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753 +FiltRaces<64> +QuestTitle_lang +BulletText_lang +StartItem<32> +UniqueBitFlag +ConditionID +FiltClasses<16> +FiltCompletedQuest[3] +FiltMinSkillID +WorldStateExpressionID<16> +Field_7_3_5_25607_010 +FiltCompletedQuestLogic +Field_7_3_5_25607_012 +Field_7_3_5_25607_013 +FiltMaxLevel +Field_7_3_5_25607_015 +Field_7_3_5_25607_016 +FiltMinLevel +FiltMinSkillValue +Field_7_3_5_25607_019 +$id$ID +Field_7_3_5_25607_021 +QuestInfoID + LAYOUT 3F026A14 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 FiltRaces<64> QuestTitle_lang BulletText_lang @@ -358,7 +490,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -543,7 +675,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestXGroupActivity.dbd b/definitions/QuestXGroupActivity.dbd index ed8e9749646..8ac47fe9953 100644 --- a/definitions/QuestXGroupActivity.dbd +++ b/definitions/QuestXGroupActivity.dbd @@ -3,6 +3,25 @@ int ID int GroupFinderActivityID int QuestID +LAYOUT D40C68F3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +$noninline,id$ID<32> +QuestID<32> +GroupFinderActivityID<32> + +LAYOUT 35B98B63 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +QuestID +GroupFinderActivityID + +LAYOUT 193C0151 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +QuestID +GroupFinderActivityID + LAYOUT 06CC45D3, AA88A593, 601AC6F5 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -19,9 +38,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +50,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> QuestID GroupFinderActivityID @@ -48,7 +67,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestXP.dbd b/definitions/QuestXP.dbd index b2430c392f7..869c924d57a 100644 --- a/definitions/QuestXP.dbd +++ b/definitions/QuestXP.dbd @@ -25,6 +25,23 @@ BUILD 3.3.0.10958-3.3.5.12340 $id$ID<32> Difficulty<32>[10] +LAYOUT E39F507A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Difficulty<16>[10] + +LAYOUT 021D1C5C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Difficulty[10] + +LAYOUT 1A4139BF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Difficulty[10] + LAYOUT CB76B4C0, C33E0774, E49E815E BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -41,9 +58,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -53,12 +70,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Difficulty[10] @@ -69,7 +86,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestXUIQuestDetailsTheme.dbd b/definitions/QuestXUIQuestDetailsTheme.dbd index 84f5bf23aa3..bf4330be22f 100644 --- a/definitions/QuestXUIQuestDetailsTheme.dbd +++ b/definitions/QuestXUIQuestDetailsTheme.dbd @@ -23,7 +23,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/QuestXUiWidgetSet.dbd b/definitions/QuestXUiWidgetSet.dbd index 5d350186738..6fd1a47a859 100644 --- a/definitions/QuestXUiWidgetSet.dbd +++ b/definitions/QuestXUiWidgetSet.dbd @@ -20,7 +20,7 @@ LAYOUT 2B4CA6A1 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RTPC.dbd b/definitions/RTPC.dbd index 7ce7a73acd6..24df0dbdc6b 100644 --- a/definitions/RTPC.dbd +++ b/definitions/RTPC.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RTPCData.dbd b/definitions/RTPCData.dbd index 4b13961477e..464a54b4a6d 100644 --- a/definitions/RTPCData.dbd +++ b/definitions/RTPCData.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RacialMounts.dbd b/definitions/RacialMounts.dbd index 70b0176433a..3f61a25cfa5 100644 --- a/definitions/RacialMounts.dbd +++ b/definitions/RacialMounts.dbd @@ -7,3 +7,23 @@ BUILD 6.0.1.18179 $id$ID<32> Race<32> Spell_ID<32> + +LAYOUT 12EABF67 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Spell_ID<32> +Race<8> + +LAYOUT 2BFFA40F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Spell_ID<32> +Race + +LAYOUT 6D8150FD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Spell_ID<32> +Race diff --git a/definitions/RafActivity.dbd b/definitions/RafActivity.dbd index 53836a2dfe6..354e03983f9 100644 --- a/definitions/RafActivity.dbd +++ b/definitions/RafActivity.dbd @@ -32,7 +32,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RandPropPoints.dbd b/definitions/RandPropPoints.dbd index 2a3f97ab194..d7155e7c613 100644 --- a/definitions/RandPropPoints.dbd +++ b/definitions/RandPropPoints.dbd @@ -65,9 +65,25 @@ Epic<32>[5] Superior<32>[5] Good<32>[5] +LAYOUT E5202AE2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Epic<32>[5] +Superior<32>[5] +Good<32>[5] + +LAYOUT 599C6627 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Epic[5] +Superior[5] +Good[5] + LAYOUT 97178218 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Epic[5] Superior[5] @@ -75,8 +91,9 @@ Good[5] LAYOUT 4E2C0BCC, 95C18368 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Epic[5] Superior[5] @@ -87,7 +104,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -138,7 +155,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RecipeProgressionGroupEntry.dbd b/definitions/RecipeProgressionGroupEntry.dbd index 3d581b37d79..0c1a7e06fed 100644 --- a/definitions/RecipeProgressionGroupEntry.dbd +++ b/definitions/RecipeProgressionGroupEntry.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RelicSlotTierRequirement.dbd b/definitions/RelicSlotTierRequirement.dbd index bb9c1c03d51..0149ce51168 100644 --- a/definitions/RelicSlotTierRequirement.dbd +++ b/definitions/RelicSlotTierRequirement.dbd @@ -6,10 +6,10 @@ int RelicTier LAYOUT 129FCC09, B2F3C905 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> PlayerConditionID<32> RelicIndex @@ -40,7 +40,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -57,7 +57,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RelicTalent.dbd b/definitions/RelicTalent.dbd index 7a88db7c4d2..d64cd20ba6f 100644 --- a/definitions/RelicTalent.dbd +++ b/definitions/RelicTalent.dbd @@ -8,10 +8,10 @@ int Type LAYOUT 7A5963FD, 0C2B5459 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ArtifactPowerID ArtifactPowerLabel @@ -44,7 +44,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -63,7 +63,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RenownRewards.dbd b/definitions/RenownRewards.dbd index e3e2a2e5c25..9db8f5e005d 100644 --- a/definitions/RenownRewards.dbd +++ b/definitions/RenownRewards.dbd @@ -118,7 +118,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ResearchBranch.dbd b/definitions/ResearchBranch.dbd index 13b27517e3a..512d07322cc 100644 --- a/definitions/ResearchBranch.dbd +++ b/definitions/ResearchBranch.dbd @@ -19,6 +19,35 @@ CurrencyID<32> Texture ItemID<32> +LAYOUT 913C4C8E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Texture +ItemID<32> +CurrencyID<16> +ResearchFieldID<8> + +LAYOUT 6C9E7918 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Texture +ItemID<32> +CurrencyID +ResearchFieldID + +LAYOUT E5317F8B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Texture +ItemID<32> +CurrencyID +ResearchFieldID + LAYOUT F9B4B4A4 BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500 $noninline,id$ID<32> @@ -29,7 +58,7 @@ CurrencyID ResearchFieldID LAYOUT 5D23B25B -BUILD 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Name_lang ItemID<32> @@ -39,10 +68,10 @@ TextureFileID<32> LAYOUT 58A3876E, F6E6EC0D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang ItemID<32> @@ -76,7 +105,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -96,7 +125,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ResearchField.dbd b/definitions/ResearchField.dbd index 1058879305f..33866bb846e 100644 --- a/definitions/ResearchField.dbd +++ b/definitions/ResearchField.dbd @@ -38,12 +38,32 @@ $id$ID<32> Name_lang Slot<32> +LAYOUT 58E34F4D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +Slot<8> +$id$ID<32> + +LAYOUT B32DFB23 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +Slot +$id$ID<32> + +LAYOUT 819D5A2C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +Slot +$id$ID<32> + LAYOUT 85868B9F, FE742A58 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Slot $id$ID<32> @@ -69,7 +89,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -95,7 +115,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ResearchProject.dbd b/definitions/ResearchProject.dbd index d25a5032c4e..35112e264c6 100644 --- a/definitions/ResearchProject.dbd +++ b/definitions/ResearchProject.dbd @@ -9,7 +9,6 @@ int NumSockets string Texture int RequiredWeight int TextureFileID -string Field_7_3_0_24473_003? BUILD 4.0.0.12319 $id$ID<32> @@ -70,12 +69,50 @@ NumSockets<32> Texture RequiredWeight<32> +LAYOUT FFF56E96 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +Description_lang +SpellID<32> +Texture +ResearchBranchID<16> +Rarity<8> +NumSockets<8> +$id$ID<32> +RequiredWeight<32> + +LAYOUT E9DE3A8C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +Description_lang +SpellID<32> +Texture +ResearchBranchID +Rarity +NumSockets +$id$ID<32> +RequiredWeight + +LAYOUT 8DFB0CED +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +Description_lang +SpellID<32> +Texture +ResearchBranchID +Rarity +NumSockets +$id$ID<32> +RequiredWeight + LAYOUT FBF7CC48 BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500 Name_lang Description_lang SpellID<32> -Field_7_3_0_24473_003 +Texture ResearchBranchID Rarity NumSockets @@ -84,10 +121,10 @@ RequiredWeight LAYOUT B1CAB80B, 04761ACF BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang Description_lang SpellID<32> @@ -119,7 +156,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -157,7 +194,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ResearchSite.dbd b/definitions/ResearchSite.dbd index cbd9ed9d672..84c3e4b1635 100644 --- a/definitions/ResearchSite.dbd +++ b/definitions/ResearchSite.dbd @@ -14,8 +14,34 @@ QuestPOIBlobID<32> Name_lang AreaPOIIconEnum<32> +LAYOUT 17513E43 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +QuestPOIBlobID<32> +Name_lang +MapID<16> +AreaPOIIconEnum<32> + +LAYOUT 729E2043 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +QuestPOIBlobID<32> +Name_lang +MapID<16> +AreaPOIIconEnum + +LAYOUT A9B8D8DB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +QuestPOIBlobID<32> +Name_lang +MapID<16> +AreaPOIIconEnum + LAYOUT D90CD243 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> QuestPOIBlobID<32> Name_lang @@ -33,8 +59,8 @@ AreaPOIIconEnum LAYOUT 25F7DCC7, AD7D5EB1 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang QuestPOIBlobID<32> @@ -66,7 +92,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -84,7 +110,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Resistances.dbd b/definitions/Resistances.dbd index 57863542e78..d3ac9f00dad 100644 --- a/definitions/Resistances.dbd +++ b/definitions/Resistances.dbd @@ -18,6 +18,29 @@ Flags<32> FizzleSoundID<32> Name_lang +LAYOUT FB916DBC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Flags<8> +FizzleSoundID<32> + +LAYOUT 714F63F2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Flags +FizzleSoundID + +LAYOUT C254EDE9 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Flags +FizzleSoundID + LAYOUT A3EAE5AE, F7F049B5, 1895D4EB BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -34,9 +57,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -46,12 +69,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Flags @@ -64,7 +87,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RewardPack.dbd b/definitions/RewardPack.dbd index aad9f92beb8..a50f1cca23d 100644 --- a/definitions/RewardPack.dbd +++ b/definitions/RewardPack.dbd @@ -7,12 +7,44 @@ int CharTitleID int Money int TreasurePickerID +LAYOUT 4AE87C13 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Money<32> +ArtifactXPMultiplier +ArtifactXPDifficulty<8> +ArtifactXPCategoryID<8> +CharTitleID<32> +TreasurePickerID<32> + +LAYOUT 8FE576F3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Money +ArtifactXPMultiplier +ArtifactXPDifficulty<8> +ArtifactXPCategoryID +CharTitleID<32> +TreasurePickerID + +LAYOUT C8C347FF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Money +ArtifactXPMultiplier +ArtifactXPDifficulty<8> +ArtifactXPCategoryID +CharTitleID<32> +TreasurePickerID + LAYOUT DB6CC0AB, ADCBB963 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Money ArtifactXPMultiplier @@ -46,7 +78,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -66,7 +98,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RewardPackXCurrencyType.dbd b/definitions/RewardPackXCurrencyType.dbd index 8f317146bf6..0f1135e76e0 100644 --- a/definitions/RewardPackXCurrencyType.dbd +++ b/definitions/RewardPackXCurrencyType.dbd @@ -4,9 +4,32 @@ int CurrencyTypeID int Quantity int RewardPackID +LAYOUT 41F4ECBC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +RewardPackID<32> +CurrencyTypeID<32> +Quantity<32> + +LAYOUT C894E13E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +RewardPackID +CurrencyTypeID +Quantity<32> + +LAYOUT CDD4B84B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +RewardPackID +CurrencyTypeID +Quantity<32> + LAYOUT 261C4B12 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> RewardPackID CurrencyTypeID @@ -24,15 +47,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CurrencyTypeID Quantity<32> @@ -62,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RewardPackXItem.dbd b/definitions/RewardPackXItem.dbd index 3d891dc68b3..6fc73773cfe 100644 --- a/definitions/RewardPackXItem.dbd +++ b/definitions/RewardPackXItem.dbd @@ -4,9 +4,32 @@ int ItemID int ItemQuantity int RewardPackID +LAYOUT ADFD44B7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32> +RewardPackID<32> +ItemQuantity<32> + +LAYOUT 57766BED +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID<32> +RewardPackID<32> +ItemQuantity<32> + +LAYOUT F2271B6C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID<32> +RewardPackID<32> +ItemQuantity<32> + LAYOUT 05A73EB9 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ItemID<32> RewardPackID<32> @@ -28,7 +51,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +61,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemID<32> ItemQuantity<32> @@ -56,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RibbonQuality.dbd b/definitions/RibbonQuality.dbd index 09dd958de39..5df900c7eb7 100644 --- a/definitions/RibbonQuality.dbd +++ b/definitions/RibbonQuality.dbd @@ -6,12 +6,41 @@ float MaxSampleTimeDelta float MinDistancePerSlice int NumStrips +LAYOUT 7B2CFE42 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MaxSampleTimeDelta +AngleThreshold +MinDistancePerSlice +NumStrips<8> +Flags<32> + +LAYOUT 66C39584 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MaxSampleTimeDelta +AngleThreshold +MinDistancePerSlice +NumStrips +Flags + +LAYOUT 87409B0D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MaxSampleTimeDelta +AngleThreshold +MinDistancePerSlice +NumStrips +Flags + LAYOUT C75DAEA8, 209A803C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MaxSampleTimeDelta AngleThreshold @@ -44,7 +73,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -63,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RopeEffect.dbd b/definitions/RopeEffect.dbd index ae2d55cb323..239251f22d3 100644 --- a/definitions/RopeEffect.dbd +++ b/definitions/RopeEffect.dbd @@ -39,7 +39,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/RulesetItemUpgrade.dbd b/definitions/RulesetItemUpgrade.dbd index 3f2207c6ad2..da1ea42296b 100644 --- a/definitions/RulesetItemUpgrade.dbd +++ b/definitions/RulesetItemUpgrade.dbd @@ -47,21 +47,41 @@ Field_6_0_1_18179_001<32> ItemUpgradeID ItemID +LAYOUT 11515F20 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemID<32> +ItemUpgradeID<16> + +LAYOUT F6A7C128 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemID<32> +ItemUpgradeID + +LAYOUT FBB306B8 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemID<32> +ItemUpgradeID + LAYOUT FB641AE0, A03B4C48 BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.30168, 8.2.0.30170, 8.2.0.30203, 8.2.0.30262, 8.2.0.30329, 8.2.0.30430, 8.2.0.30495, 8.2.0.30613, 8.2.0.30634, 8.2.0.30669, 8.2.0.30774, 8.2.0.30827, 8.2.0.30888, 8.2.0.30898, 8.2.0.30918, 8.2.0.30920, 8.2.0.30948, 8.2.0.30993, 8.2.0.31229, 8.2.0.31429, 8.2.0.31478 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemID<32> ItemUpgradeID diff --git a/definitions/RuneforgeLegendaryAbility.dbd b/definitions/RuneforgeLegendaryAbility.dbd index 33fc9d46b87..0d783e2fd4e 100644 --- a/definitions/RuneforgeLegendaryAbility.dbd +++ b/definitions/RuneforgeLegendaryAbility.dbd @@ -93,7 +93,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SDReplacementModel.dbd b/definitions/SDReplacementModel.dbd index 9a4f4927303..67213da1feb 100644 --- a/definitions/SDReplacementModel.dbd +++ b/definitions/SDReplacementModel.dbd @@ -18,7 +18,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -28,12 +28,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SdFileDataID<32> @@ -44,7 +44,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SSAOSettings.dbd b/definitions/SSAOSettings.dbd index b1dee1d8da1..e1d4665cd38 100644 --- a/definitions/SSAOSettings.dbd +++ b/definitions/SSAOSettings.dbd @@ -90,7 +90,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SandboxScaling.dbd b/definitions/SandboxScaling.dbd index f035a367922..a83f153f50d 100644 --- a/definitions/SandboxScaling.dbd +++ b/definitions/SandboxScaling.dbd @@ -6,8 +6,8 @@ int MinLevel LAYOUT 5200B7F5 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MinLevel<32> MaxLevel<32> diff --git a/definitions/ScalingStatDistribution.dbd b/definitions/ScalingStatDistribution.dbd index 54e7c547c9c..75c16d6d8f1 100644 --- a/definitions/ScalingStatDistribution.dbd +++ b/definitions/ScalingStatDistribution.dbd @@ -60,8 +60,31 @@ Bonus<32>[10] Minlevel<32> Maxlevel<32> +LAYOUT 1429D0B8 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +PlayerLevelToItemLevelCurveID<16> +Minlevel<32> +Maxlevel<32> + +LAYOUT B20E10D2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +PlayerLevelToItemLevelCurveID +Minlevel<32> +Maxlevel<32> + +LAYOUT C502D749 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +PlayerLevelToItemLevelCurveID +Minlevel<32> +Maxlevel<32> + LAYOUT DB320B06 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> PlayerLevelToItemLevelCurveID Minlevel<32> @@ -75,7 +98,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -87,12 +110,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> PlayerLevelToItemLevelCurveID Minlevel<32> diff --git a/definitions/Scenario.dbd b/definitions/Scenario.dbd index ff07d0c74db..e8511476119 100644 --- a/definitions/Scenario.dbd +++ b/definitions/Scenario.dbd @@ -19,12 +19,38 @@ $id$ID<32> Name_lang Flags<32> +LAYOUT 5E81BCF6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +AreaTableID<16> +Flags<8> +Type<8> + +LAYOUT D0B0EB42 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +AreaTableID +Flags +Type + +LAYOUT D58F8986 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +AreaTableID +Flags +Type + LAYOUT D052232A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang AreaTableID @@ -73,7 +99,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -92,7 +118,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ScenarioEventEntry.dbd b/definitions/ScenarioEventEntry.dbd index 9811dfd4154..2e926b3e2db 100644 --- a/definitions/ScenarioEventEntry.dbd +++ b/definitions/ScenarioEventEntry.dbd @@ -9,11 +9,31 @@ $id$ID<32> TriggerType<32> TriggerAsset<32> +LAYOUT 6FE49761 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TriggerAsset<16> +TriggerType<8> + +LAYOUT 34338A0D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +TriggerAsset +TriggerType + +LAYOUT EEB2D437 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +TriggerAsset +TriggerType + LAYOUT 02E80455 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TriggerAsset TriggerType @@ -49,7 +69,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -65,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ScenarioStep.dbd b/definitions/ScenarioStep.dbd index 5e2996987ac..5c6f8cf9a06 100644 --- a/definitions/ScenarioStep.dbd +++ b/definitions/ScenarioStep.dbd @@ -109,11 +109,64 @@ RelatedStep<32> Supersedes<32> RewardQuestID<32> +LAYOUT 2C5EC158 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Description_lang +Title_lang +CriteriatreeID<16> +ScenarioID<16> +Supersedes<16> +RewardQuestID<16> +OrderIndex<8> +Flags<8> +RelatedStep<32> + +LAYOUT 41560AF6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Description_lang +Title_lang +CriteriatreeID +ScenarioID +Supersedes +RewardQuestID +OrderIndex +Flags +RelatedStep<32> + +LAYOUT 6578D565 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Description_lang +Title_lang +CriteriatreeID +ScenarioID +Supersedes +RewardQuestID +OrderIndex +Flags +RelatedStep<32> + +LAYOUT 7E9FAC31 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +Description_lang +Title_lang +CriteriatreeID +ScenarioID +Supersedes +RewardQuestID +OrderIndex +Flags +RelatedStep<32> + LAYOUT 201B0EFC -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Description_lang Title_lang @@ -178,7 +231,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -225,7 +278,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SceneScript.dbd b/definitions/SceneScript.dbd index cdfbd83e913..c261e6e4f56 100644 --- a/definitions/SceneScript.dbd +++ b/definitions/SceneScript.dbd @@ -19,9 +19,35 @@ Script FirstSceneScriptID<32> NextSceneScriptID<32> +LAYOUT 1EEAE156 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +Script +FirstSceneScriptID<16> +NextSceneScriptID<16> + +LAYOUT F0F603B2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +Script +FirstSceneScriptID +NextSceneScriptID + +LAYOUT 49EEB338 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +Script +FirstSceneScriptID +NextSceneScriptID + LAYOUT E4E6FCEA BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Name Script @@ -40,7 +66,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 @@ -48,12 +74,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FirstSceneScriptID NextSceneScriptID @@ -77,7 +103,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SceneScriptGlobalText.dbd b/definitions/SceneScriptGlobalText.dbd index c880f48ed9f..ffc455d2c89 100644 --- a/definitions/SceneScriptGlobalText.dbd +++ b/definitions/SceneScriptGlobalText.dbd @@ -19,7 +19,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -29,12 +29,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name Script @@ -46,7 +46,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SceneScriptPackage.dbd b/definitions/SceneScriptPackage.dbd index 38cc5efaeed..67a5a1a5812 100644 --- a/definitions/SceneScriptPackage.dbd +++ b/definitions/SceneScriptPackage.dbd @@ -40,6 +40,23 @@ BUILD 5.0.1.15464-5.4.8.18414 $id$ID<32> Name +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name + +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name + LAYOUT 96663ABF, F6F6B04B, 887BEAEA BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -52,17 +69,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name @@ -82,7 +99,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SceneScriptPackageMember.dbd b/definitions/SceneScriptPackageMember.dbd index 969bce43a14..0fa8ab77609 100644 --- a/definitions/SceneScriptPackageMember.dbd +++ b/definitions/SceneScriptPackageMember.dbd @@ -32,19 +32,45 @@ SceneScriptID<32> OrderIndex<32> ChildSceneScriptPackageID<32> +LAYOUT 25F30E6F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SceneScriptPackageID<16> +SceneScriptID<16> +ChildSceneScriptPackageID<16> +OrderIndex<8> + +LAYOUT DA7765CF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SceneScriptPackageID +SceneScriptID +ChildSceneScriptPackageID +OrderIndex + +LAYOUT 106EBEE9 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SceneScriptPackageID +SceneScriptID +ChildSceneScriptPackageID +OrderIndex + LAYOUT 787A715F, 9E18D06F BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$SceneScriptPackageID SceneScriptID @@ -81,7 +107,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SceneScriptText.dbd b/definitions/SceneScriptText.dbd index 34b7038d2f0..b00eab64445 100644 --- a/definitions/SceneScriptText.dbd +++ b/definitions/SceneScriptText.dbd @@ -19,7 +19,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -29,12 +29,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 COMMENT table is sparse $noninline,id$ID<32> Name @@ -47,7 +47,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ScheduledInterval.dbd b/definitions/ScheduledInterval.dbd index 9bfa1783566..f1110434d92 100644 --- a/definitions/ScheduledInterval.dbd +++ b/definitions/ScheduledInterval.dbd @@ -6,6 +6,35 @@ int Flags int OffsetSecs int RepeatType +LAYOUT 5F6D83EC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<32> +RepeatType<32> +DurationSecs<32> +OffsetSecs<32> +DateAlignmentType<32> + +LAYOUT E31CB792 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags<32> +RepeatType<32> +DurationSecs<32> +OffsetSecs<32> +DateAlignmentType<32> + +LAYOUT 0E1CD95F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags<32> +RepeatType<32> +DurationSecs<32> +OffsetSecs<32> +DateAlignmentType<32> + LAYOUT 5DD2FF46, 0C287F7A, 51E48A73 BUILD 9.2.0.41089, 9.2.0.41257, 9.2.0.41360, 9.2.0.41462, 9.2.0.41726, 9.2.0.41827 BUILD 9.1.5.39977, 9.1.5.40071, 9.1.5.40078, 9.1.5.40196, 9.1.5.40290, 9.1.5.40383, 9.1.5.40496, 9.1.5.40622, 9.1.5.40696, 9.1.5.40738, 9.1.5.40772, 9.1.5.40843, 9.1.5.40871, 9.1.5.40906, 9.1.5.40944, 9.1.5.40966, 9.1.5.41031, 9.1.5.41079, 9.1.5.41288, 9.1.5.41323, 9.1.5.41359, 9.1.5.41488, 9.1.5.41793, 9.1.5.42010 @@ -20,9 +49,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 @@ -30,12 +59,12 @@ BUILD 1.14.2.41858 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags<32> RepeatType<32> @@ -64,7 +93,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ScheduledWorldState.dbd b/definitions/ScheduledWorldState.dbd index 3b1b14e7fc6..99cfa165d88 100644 --- a/definitions/ScheduledWorldState.dbd +++ b/definitions/ScheduledWorldState.dbd @@ -9,6 +9,44 @@ int Value int Weight int WorldStateID +LAYOUT A04FD7B6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ScheduledWorldStateGroupID<32> +WorldStateID<32> +Value<32> +DurationSecs<32> +Weight<32> +UniqueCategory<32> +Flags<32> +OrderIndex<32> + +LAYOUT C532CB4A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ScheduledWorldStateGroupID<32> +WorldStateID<32> +Value<32> +DurationSecs<32> +Weight<32> +UniqueCategory<32> +Flags<32> +OrderIndex<32> + +LAYOUT F79BBEDA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ScheduledWorldStateGroupID<32> +WorldStateID<32> +Value<32> +DurationSecs<32> +Weight<32> +UniqueCategory<32> +Flags<32> +OrderIndex<32> + LAYOUT FCB13A6A, DC45735A, 1AE5AC2A BUILD 9.0.1.33978, 9.0.1.34003, 9.0.1.34081, 9.0.1.34098, 9.0.1.34137, 9.0.1.34199, 9.0.1.34278, 9.0.1.34324, 9.0.1.34365, 9.0.1.34392, 9.0.1.34490, 9.0.1.34615, 9.0.1.34714, 9.0.1.34821, 9.0.1.34902, 9.0.1.34972, 9.0.1.35078 BUILD 8.3.7.34872, 8.3.7.35114, 8.3.7.35249, 8.3.7.35284, 8.3.7.35435, 8.3.7.35662 @@ -18,16 +56,16 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$ScheduledWorldStateGroupID<32> WorldStateID<32> diff --git a/definitions/ScheduledWorldStateGroup.dbd b/definitions/ScheduledWorldStateGroup.dbd index a14dad974d4..31fa841ca9d 100644 --- a/definitions/ScheduledWorldStateGroup.dbd +++ b/definitions/ScheduledWorldStateGroup.dbd @@ -6,6 +6,35 @@ int ScheduledIntervalID int SelectionCount int SelectionType +LAYOUT 388C0CD9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<32> +ScheduledIntervalID<32> +SelectionType<32> +SelectionCount<32> +Priority<32> + +LAYOUT 0808F4CF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags<32> +ScheduledIntervalID<32> +SelectionType<32> +SelectionCount<32> +Priority<32> + +LAYOUT 7DAC0988 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags<32> +ScheduledIntervalID<32> +SelectionType<32> +SelectionCount<32> +Priority<32> + LAYOUT 21F6EE03, CF71B287, 139E018C BUILD 9.0.1.33978, 9.0.1.34003, 9.0.1.34081, 9.0.1.34098, 9.0.1.34137, 9.0.1.34199, 9.0.1.34278, 9.0.1.34324, 9.0.1.34365, 9.0.1.34392, 9.0.1.34490, 9.0.1.34615, 9.0.1.34714, 9.0.1.34821, 9.0.1.34902, 9.0.1.34972, 9.0.1.35078 BUILD 8.3.7.34872, 8.3.7.35114, 8.3.7.35249, 8.3.7.35284, 8.3.7.35435, 8.3.7.35662 @@ -15,16 +44,16 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags<32> ScheduledIntervalID<32> diff --git a/definitions/ScheduledWorldStateXUniqCat.dbd b/definitions/ScheduledWorldStateXUniqCat.dbd index 8f320e13387..2c5b8449520 100644 --- a/definitions/ScheduledWorldStateXUniqCat.dbd +++ b/definitions/ScheduledWorldStateXUniqCat.dbd @@ -3,9 +3,29 @@ int ID int ScheduledUniqueCategoryID int ScheduledWorldStateID +LAYOUT 55B274C3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$id$ID<32> +ScheduledWorldStateID<32> +ScheduledUniqueCategoryID<32> + +LAYOUT F370245D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +ScheduledWorldStateID<32> +ScheduledUniqueCategoryID<32> + +LAYOUT 35A6F286 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +ScheduledWorldStateID<32> +ScheduledUniqueCategoryID<32> + LAYOUT 5DB3F9E9 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> ScheduledWorldStateID<32> ScheduledUniqueCategoryID<32> @@ -19,14 +39,14 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> ScheduledUniqueCategoryID<32> $noninline,relation$ScheduledWorldStateID<32> diff --git a/definitions/ScreenEffect.dbd b/definitions/ScreenEffect.dbd index 0ba0af67621..83435dd892c 100644 --- a/definitions/ScreenEffect.dbd +++ b/definitions/ScreenEffect.dbd @@ -80,12 +80,62 @@ ZoneMusicID<32> TimeOfDayOverride<32> EffectMask<32> +LAYOUT E37F8225 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +Param<32>[4] +LightParamsID<16> +LightParamsFadeIn<16> +LightParamsFadeOut<16> +TimeOfDayOverride<16> +Effect<8> +LightFlags<8> +EffectMask<8> +FullScreenEffectID<32> +SoundAmbienceID<32> +ZoneMusicID<32> + +LAYOUT F37EF115 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +Param<32>[4] +LightParamsID +LightParamsFadeIn +LightParamsFadeOut +TimeOfDayOverride<16> +Effect +LightFlags +EffectMask<8> +FullScreenEffectID +SoundAmbienceID +ZoneMusicID + +LAYOUT 6BAE60BD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +Param<32>[4] +LightParamsID +LightParamsFadeIn +LightParamsFadeOut +TimeOfDayOverride<16> +Effect +LightFlags +EffectMask<8> +FullScreenEffectID +SoundAmbienceID +ZoneMusicID + LAYOUT 4D5B91C5 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name Param<32>[4] @@ -130,7 +180,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -182,7 +232,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ScreenEffectType.dbd b/definitions/ScreenEffectType.dbd index 870cbe9c415..ab6f942222a 100644 --- a/definitions/ScreenEffectType.dbd +++ b/definitions/ScreenEffectType.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ScreenLocation.dbd b/definitions/ScreenLocation.dbd index 542a0e28fc9..9dbf2e6e965 100644 --- a/definitions/ScreenLocation.dbd +++ b/definitions/ScreenLocation.dbd @@ -11,6 +11,23 @@ BUILD 4.0.0.12911-4.3.4.15595 $id$ID<32> Name +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name + +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name + LAYOUT 96663ABF, F6F6B04B, 887BEAEA BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -23,17 +40,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name @@ -59,7 +76,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SeamlessSite.dbd b/definitions/SeamlessSite.dbd index 96662ed0889..15967b087e9 100644 --- a/definitions/SeamlessSite.dbd +++ b/definitions/SeamlessSite.dbd @@ -2,6 +2,23 @@ COLUMNS int ID int MapID +LAYOUT 519EF0C5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MapID<32> + +LAYOUT 356D3657 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MapID<32> + +LAYOUT 62865AB2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MapID<32> + LAYOUT BFE7B9D3, 9E36592F, 95763E0E BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -18,9 +35,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -30,12 +47,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$MapID<32> @@ -46,7 +63,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ServerMessages.dbd b/definitions/ServerMessages.dbd index 4ba8c9c2ac1..625be437013 100644 --- a/definitions/ServerMessages.dbd +++ b/definitions/ServerMessages.dbd @@ -14,6 +14,23 @@ BUILD 0.10.0.3892-0.12.0.3988 $id$ID<32> Text_lang +LAYOUT F540D73D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Text_lang + +LAYOUT 91FF8FCB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Text_lang + +LAYOUT BF18B426 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Text_lang + LAYOUT 1C7A1347, CC7971DF, B6A67FBF BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -30,9 +47,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -42,12 +59,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Text_lang @@ -58,7 +75,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ShadowyEffect.dbd b/definitions/ShadowyEffect.dbd index 778a5f9b312..75991baf488 100644 --- a/definitions/ShadowyEffect.dbd +++ b/definitions/ShadowyEffect.dbd @@ -14,12 +14,58 @@ int Priority int SecondaryColor float Value +LAYOUT 9072BD0E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +PrimaryColor<32> +SecondaryColor<32> +Duration +Value +FadeInTime +FadeOutTime +InnerStrength +OuterStrength +AttachPos<8> +Flags<8> + +LAYOUT 2BEBA1AD +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +PrimaryColor<32> +SecondaryColor<32> +Duration +Value +FadeInTime +FadeOutTime +InnerStrength +OuterStrength +InitialDelay +AttachPos<8> +Flags<8> + +LAYOUT 64A913F2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +PrimaryColor<32> +SecondaryColor<32> +Duration +Value +FadeInTime +FadeOutTime +InnerStrength +OuterStrength +InitialDelay +AttachPos<8> +Flags<8> + LAYOUT E909BB18, 2B114F0C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> PrimaryColor<32> SecondaryColor<32> @@ -60,7 +106,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -87,7 +133,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SharedString.dbd b/definitions/SharedString.dbd index 0ed4edd29e6..d749c5f45a7 100644 --- a/definitions/SharedString.dbd +++ b/definitions/SharedString.dbd @@ -16,7 +16,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SiegeableProperties.dbd b/definitions/SiegeableProperties.dbd index 0933435c8df..c2cbe5658f5 100644 --- a/definitions/SiegeableProperties.dbd +++ b/definitions/SiegeableProperties.dbd @@ -30,7 +30,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -48,7 +48,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SkillLine.dbd b/definitions/SkillLine.dbd index 05835851b9b..4f2cf980f11 100644 --- a/definitions/SkillLine.dbd +++ b/definitions/SkillLine.dbd @@ -197,11 +197,49 @@ CanLink<32> ParentSkillLineID<32> Flags<32> +LAYOUT D05F97DB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +DisplayName_lang +Description_lang +AlternateVerb_lang +SpellIconID<16> +Flags<16> +CategoryID<8> +CanLink<8> +ParentSkillLineID<32> + +LAYOUT E6C60507 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +DisplayName_lang +Description_lang +AlternateVerb_lang +Flags +CategoryID<8> +CanLink<8> +SpellIconFileID<32> +ParentSkillLineID + +LAYOUT 1BD123BF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +DisplayName_lang +Description_lang +AlternateVerb_lang +Flags +CategoryID<8> +CanLink<8> +SpellIconFileID<32> +ParentSkillLineID + LAYOUT 3F7E88AF -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DisplayName_lang Description_lang @@ -311,7 +349,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -390,7 +428,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SkillLineAbility.dbd b/definitions/SkillLineAbility.dbd index bcdec59ab23..a2862f7a0f0 100644 --- a/definitions/SkillLineAbility.dbd +++ b/definitions/SkillLineAbility.dbd @@ -53,7 +53,7 @@ TrivialSkillLineRankLow<32> Field_0_5_5_3494_012<32> LAYOUT 049CC4A6 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 RaceMask<64> $id$ID<32> Spell<32> @@ -72,7 +72,7 @@ Flags<8> LAYOUT F5F07EA1 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -306,9 +306,62 @@ NumSkillUps<32> UniqueBit<32> TradeSkillCategoryID<32> +LAYOUT 33977235 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Spell<32> +RaceMask<32> +SupercedesSpell<32> +Flags<32> +SkillLine<16> +MinSkillLineRank<16> +TrivialSkillLineRankHigh<16> +TrivialSkillLineRankLow<16> +UniqueBit<16> +TradeSkillCategoryID<16> +AcquireMethod<8> +NumSkillUps<8> +ClassMask<32> + +LAYOUT 571BC333 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Spell<32> +RaceMask<32> +SupercedesSpell<32> +SkillLine<16> +MinSkillLineRank<16> +TrivialSkillLineRankHigh<16> +TrivialSkillLineRankLow<16> +UniqueBit<16> +TradeSkillCategoryID<16> +AcquireMethod<8> +NumSkillUps<8> +Flags<8> +ClassMask<32> + +LAYOUT 52975082 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Spell<32> +RaceMask<32> +SupercedesSpell<32> +SkillLine<16> +MinSkillLineRank<16> +TrivialSkillLineRankHigh<16> +TrivialSkillLineRankLow<16> +UniqueBit<16> +TradeSkillCategoryID<16> +AcquireMethod<8> +NumSkillUps<8> +Flags<8> +ClassMask<32> + LAYOUT E59C4EFF BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Spell<32> RaceMask<32> @@ -325,7 +378,7 @@ Flags<8> ClassMask<32> LAYOUT 97B5A653 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 RaceMask<64> $id$ID<32> Spell<32> @@ -471,7 +524,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SkillLineCategory.dbd b/definitions/SkillLineCategory.dbd index bd7e34f6c71..ac72a75a574 100644 --- a/definitions/SkillLineCategory.dbd +++ b/definitions/SkillLineCategory.dbd @@ -4,14 +4,14 @@ locstring Name_lang int SortIndex LAYOUT A61DB5F3 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang SortIndex LAYOUT 48A9ED3A BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/SkillLineXTraitTree.dbd b/definitions/SkillLineXTraitTree.dbd index 19ed4433aca..ed19cf21529 100644 --- a/definitions/SkillLineXTraitTree.dbd +++ b/definitions/SkillLineXTraitTree.dbd @@ -18,7 +18,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SkillRaceClassInfo.dbd b/definitions/SkillRaceClassInfo.dbd index edb475c197c..e24fa0c3ac0 100644 --- a/definitions/SkillRaceClassInfo.dbd +++ b/definitions/SkillRaceClassInfo.dbd @@ -92,9 +92,44 @@ Availability<32> MinLevel<32> SkillTierID<32> +LAYOUT 23FE736E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +RaceMask<32> +SkillID<16> +Flags<16> +SkillTierID<16> +Availability<8> +MinLevel<8> +ClassMask<32> + +LAYOUT DA68E7D8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +RaceMask<32> +SkillID<16> +Flags +SkillTierID<16> +Availability<8> +MinLevel<8> +ClassMask<32> + +LAYOUT 83AE7FF7 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +RaceMask<32> +SkillID<16> +Flags +SkillTierID<16> +Availability<8> +MinLevel<8> +ClassMask<32> + LAYOUT C4FCD85C BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> RaceMask<32> SkillID<16> @@ -106,8 +141,8 @@ ClassMask<32> LAYOUT 9752C2CE, BB5112FA BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> RaceMask<64> $relation$SkillID<16> @@ -142,7 +177,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -162,7 +197,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SkySceneXPlayerCondition.dbd b/definitions/SkySceneXPlayerCondition.dbd index e409ff49f08..b18a2bd4992 100644 --- a/definitions/SkySceneXPlayerCondition.dbd +++ b/definitions/SkySceneXPlayerCondition.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Soulbind.dbd b/definitions/Soulbind.dbd index 975079bff39..964d734f214 100644 --- a/definitions/Soulbind.dbd +++ b/definitions/Soulbind.dbd @@ -50,7 +50,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoulbindConduit.dbd b/definitions/SoulbindConduit.dbd index 89e8d1e50e8..2c499d20478 100644 --- a/definitions/SoulbindConduit.dbd +++ b/definitions/SoulbindConduit.dbd @@ -53,7 +53,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoulbindConduitEnhancedSocket.dbd b/definitions/SoulbindConduitEnhancedSocket.dbd index 9f5509473cd..aef2d1714eb 100644 --- a/definitions/SoulbindConduitEnhancedSocket.dbd +++ b/definitions/SoulbindConduitEnhancedSocket.dbd @@ -20,7 +20,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoulbindConduitItem.dbd b/definitions/SoulbindConduitItem.dbd index 7ccd8a5c9b4..2f4c6c87e5c 100644 --- a/definitions/SoulbindConduitItem.dbd +++ b/definitions/SoulbindConduitItem.dbd @@ -23,7 +23,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoulbindConduitRank.dbd b/definitions/SoulbindConduitRank.dbd index ba26ee69325..2ed60706e89 100644 --- a/definitions/SoulbindConduitRank.dbd +++ b/definitions/SoulbindConduitRank.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoulbindConduitRankProperties.dbd b/definitions/SoulbindConduitRankProperties.dbd index 8aa553f1839..93142ec4051 100644 --- a/definitions/SoulbindConduitRankProperties.dbd +++ b/definitions/SoulbindConduitRankProperties.dbd @@ -23,7 +23,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoulbindUIDisplayInfo.dbd b/definitions/SoulbindUIDisplayInfo.dbd index 3be0e248795..ac08824e36f 100644 --- a/definitions/SoulbindUIDisplayInfo.dbd +++ b/definitions/SoulbindUIDisplayInfo.dbd @@ -87,7 +87,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundAmbience.dbd b/definitions/SoundAmbience.dbd index 760e53e0db1..ab27f0ae37a 100644 --- a/definitions/SoundAmbience.dbd +++ b/definitions/SoundAmbience.dbd @@ -71,9 +71,35 @@ $id$ID<32> AmbienceID<32>[2] Flags<32> +LAYOUT F6403AC1 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<8> +AmbienceID<32>[2] +SoundFilterID<32> +FlavorSoundFilterID<32> + +LAYOUT 8BDE3AA1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags +AmbienceID[2] +SoundFilterID +FlavorSoundFilterID + +LAYOUT 7B848517 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags +AmbienceID[2] +SoundFilterID +FlavorSoundFilterID + LAYOUT D2E3B919 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Flags AmbienceID[2] @@ -82,8 +108,8 @@ FlavorSoundFilterID LAYOUT B073D4B5, 5F4D1F1D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags SoundFilterID @@ -94,7 +120,7 @@ LAYOUT 625245C7 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -148,7 +174,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundAmbienceFlavor.dbd b/definitions/SoundAmbienceFlavor.dbd index f50511c33ab..487c2b4bda4 100644 --- a/definitions/SoundAmbienceFlavor.dbd +++ b/definitions/SoundAmbienceFlavor.dbd @@ -12,9 +12,32 @@ SoundAmbienceID<32> SoundEntriesIDDay<32> SoundEntriesIDNight<32> +LAYOUT BC4B2D4F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SoundAmbienceID<16> +SoundEntriesIDDay<32> +SoundEntriesIDNight<32> + +LAYOUT 76AF0695 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SoundAmbienceID +SoundEntriesIDDay +SoundEntriesIDNight + +LAYOUT 62F54C8C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SoundAmbienceID +SoundEntriesIDDay +SoundEntriesIDNight + LAYOUT 7BA44719 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SoundAmbienceID SoundEntriesIDDay @@ -32,15 +55,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SoundEntriesIDDay SoundEntriesIDNight @@ -70,7 +93,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundBus.dbd b/definitions/SoundBus.dbd index a7a9852c8d5..5acc0411c47 100644 --- a/definitions/SoundBus.dbd +++ b/definitions/SoundBus.dbd @@ -11,6 +11,9 @@ int DefaultPlaybackLimit int RaidPlaybackLimit int BusEnumID int Flags +int Field_7_2_0_23445_005? // DBAnalyser: [DefaultPriorityPenalty, 1%], [Field_7_1_0_22636_005, 1%], [Field_7_1_0_22636_007, 1%] +int Field_7_2_0_23445_006? +int Field_7_2_0_23445_009? LAYOUT 7DF67BB3 BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15.3.55563, 1.15.3.55646, 1.15.3.55917, 1.15.3.56488, 1.15.3.56626 @@ -36,9 +39,62 @@ DefaultPlaybackLimit<32> RaidPlaybackLimit<32> BusEnumID<32> +LAYOUT B3B4FD02 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +DefaultVolume +RaidVolume +Parent<16> +Flags<8> +DefaultPriority +Field_7_2_0_23445_005 +Field_7_2_0_23445_006 +DefaultPriorityPenalty +DefaultPlaybackLimit +Field_7_2_0_23445_009 +BusEnumID<8> +$id$ID<32> + +LAYOUT DFDBAFE6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +DefaultVolume +RaidVolume +Parent +Flags +DefaultPriority +Field_7_2_0_23445_005 +Field_7_2_0_23445_006 +DefaultPriorityPenalty +DefaultPlaybackLimit +Field_7_2_0_23445_009 +BusEnumID +$id$ID<32> + +LAYOUT 9A949479 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +DefaultVolume +Parent +Flags +DefaultPlaybackLimit +DefaultPriority +DefaultPriorityPenalty +BusEnumID +$id$ID<32> + +LAYOUT 4B191162 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +DefaultVolume +Parent +Flags +DefaultPlaybackLimit +DefaultPriority +DefaultPriorityPenalty +BusEnumID<8> +$id$ID<32> + LAYOUT D0CEAF42 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 DefaultVolume Parent Flags @@ -50,8 +106,8 @@ $id$ID<32> LAYOUT B2ACDE2A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 DefaultVolume Flags DefaultPlaybackLimit @@ -86,7 +142,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -127,7 +183,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundBusOverride.dbd b/definitions/SoundBusOverride.dbd index b611d19b018..6c55d7e3f07 100644 --- a/definitions/SoundBusOverride.dbd +++ b/definitions/SoundBusOverride.dbd @@ -38,12 +38,33 @@ Volume Priority PriorityPenalty +LAYOUT E585F234 +BUILD 7.2.0.23478 +$id$ID<32> +Volume +PlaybackLimit +Priority +PriorityPenalty +SoundBusID<32> +PlayerConditionID<32> + +LAYOUT FDAA0F97 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +Volume +PlaybackLimit +Priority +PriorityPenalty +SoundBusID<32> +PlayerConditionID + LAYOUT 6D887F48, D0A073E4 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> Volume PlaybackLimit @@ -73,7 +94,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -107,7 +128,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundEmitterPillPoints.dbd b/definitions/SoundEmitterPillPoints.dbd index 390c8155520..5aaf2602239 100644 --- a/definitions/SoundEmitterPillPoints.dbd +++ b/definitions/SoundEmitterPillPoints.dbd @@ -20,6 +20,26 @@ $id$ID<32> SoundEmittersID<32> Position[3] +LAYOUT B29E5CAB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Position[3] +SoundEmittersID<16> + +LAYOUT E2D603B3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Position[3] +SoundEmittersID + +LAYOUT 39121A39 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Position[3] +SoundEmittersID + LAYOUT 41FCF15B, D63C5DE3, 3F03ED1B BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -36,9 +56,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -48,12 +68,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Position[3] $relation$SoundEmittersID @@ -64,7 +84,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundEmitters.dbd b/definitions/SoundEmitters.dbd index 68dc5341040..cba17b9b6db 100644 --- a/definitions/SoundEmitters.dbd +++ b/definitions/SoundEmitters.dbd @@ -56,9 +56,56 @@ PhaseUseFlags<32> Flags<32> WorldStateExpressionID<32> +LAYOUT E757D4E0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Position[3] +Direction[3] +Name +WorldStateExpressionID<16> +MapID<16> +PhaseID<16> +EmitterType<8> +PhaseGroupID<8> +PhaseUseFlags<8> +Flags<8> +$id$ID<32> +SoundEntriesID<32> + +LAYOUT ECCE2848 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Position[3] +Direction[3] +Name +WorldStateExpressionID +MapID<16> +PhaseID +EmitterType +PhaseUseFlags +Flags +$id$ID<32> +SoundEntriesID +PhaseGroupID + +LAYOUT E270720C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Position[3] +Direction[3] +Name +WorldStateExpressionID +MapID<16> +PhaseID +EmitterType +PhaseUseFlags +Flags +$id$ID<32> +SoundEntriesID +PhaseGroupID + LAYOUT 93877AA8 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 Position[3] Direction[3] Name @@ -74,8 +121,8 @@ PhaseGroupID LAYOUT 55A3B17E, F8C3FC7E BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Name Position[3] Direction[3] @@ -103,7 +150,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -148,7 +195,7 @@ $noninline,relation$MapID<32> LAYOUT A4A5BBC4 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundEnvelope.dbd b/definitions/SoundEnvelope.dbd index 5a899e51f00..c72546fce1b 100644 --- a/definitions/SoundEnvelope.dbd +++ b/definitions/SoundEnvelope.dbd @@ -9,7 +9,7 @@ int SoundKitID int SustainIndex LAYOUT CFF2257C -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> SoundKitID<32> CurveID<32> @@ -21,10 +21,10 @@ Flags LAYOUT 5B78031C, D942E808 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$SoundKitID<32> CurveID<32> @@ -59,7 +59,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -80,7 +80,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundFilter.dbd b/definitions/SoundFilter.dbd index ebe02664cc6..e046f7561e4 100644 --- a/definitions/SoundFilter.dbd +++ b/definitions/SoundFilter.dbd @@ -11,6 +11,23 @@ BUILD 3.0.1.8681-3.3.5.12340 $id$ID<32> Name +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name + +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name + LAYOUT 96663ABF, F6F6B04B, 887BEAEA BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -23,17 +40,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name @@ -59,7 +76,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundFilterElem.dbd b/definitions/SoundFilterElem.dbd index 234f55ee9b7..c9e1ef27325 100644 --- a/definitions/SoundFilterElem.dbd +++ b/definitions/SoundFilterElem.dbd @@ -17,9 +17,32 @@ OrderIndex<32> FilterType<32> Params[9] +LAYOUT 15C04229 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Params[9] +SoundFilterID<8> +FilterType<8> + +LAYOUT DE9D9B6B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Params[9] +SoundFilterID<8> +FilterType<8> + +LAYOUT 17D9566E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Params[9] +SoundFilterID<8> +FilterType<8> + LAYOUT 68075C77 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Params[9] SoundFilterID<8> @@ -37,15 +60,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Params[9] FilterType<8> @@ -75,7 +98,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundKit.dbd b/definitions/SoundKit.dbd index 8dd6e022f0d..6045d75454d 100644 --- a/definitions/SoundKit.dbd +++ b/definitions/SoundKit.dbd @@ -15,11 +15,20 @@ int SoundType // 0: Unused/Miscellaneous, 1: Spells, 2: UI, 3: Footsteps, 4: Wea float VolumeFloat float VolumeVariationMinus float VolumeVariationPlus -int Field_7_3_0_24473_008? +int Field_7_3_0_24473_008? // DBAnalyser: [EAXDef, 0,07%] int SoundMixGroupID? +string Field_7_1_0_22636_000? +float Field_7_1_0_22636_004? // DBAnalyser: [VolumeVariationPlus, 1%], [VolumeVariationMinus, 1%], [PitchVariationPlus, 1%], [PitchVariationMinus, 1%], [PitchAdjust, 1%] +float Field_7_1_0_22636_005? // DBAnalyser: [VolumeVariationPlus, 0,99%], [VolumeVariationMinus, 0,99%], [PitchVariationPlus, 0,99%], [PitchVariationMinus, 0,99%], [PitchAdjust, 0,99%] +float Field_7_1_0_22636_006? // DBAnalyser: [VolumeVariationPlus, 0,98%], [VolumeVariationMinus, 0,98%], [PitchVariationPlus, 0,98%], [PitchVariationMinus, 0,98%], [PitchAdjust, 0,98%] +float Field_7_1_0_22636_007? // DBAnalyser: [VolumeVariationPlus, 0,97%], [VolumeVariationMinus, 0,97%], [PitchVariationPlus, 0,97%], [PitchVariationMinus, 0,97%], [PitchAdjust, 0,97%] +float Field_7_1_0_22636_008? // DBAnalyser: [VolumeVariationPlus, 1%], [VolumeVariationMinus, 1%], [PitchVariationPlus, 1%], [PitchVariationMinus, 1%], [PitchAdjust, 1%] +int Field_7_1_0_22636_010? // DBAnalyser: [SoundKitAdvancedID, 0,69%] +int Field_7_1_0_22636_011? // DBAnalyser: [BusOverwriteID, 1%], [SoundMixGroupID, 1%], [MaxInstances, 1%] +int Field_7_1_0_22636_015? // DBAnalyser: [BusOverwriteID, 1%], [SoundMixGroupID, 1%], [MaxInstances, 1%] LAYOUT 972A2F98 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> VolumeFloat MinDistance @@ -152,8 +161,70 @@ BusOverwriteID MaxInstances SoundMixGroupID +LAYOUT 38A184DC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Field_7_1_0_22636_000 +VolumeFloat +MinDistance +DistanceCutoff +Field_7_1_0_22636_004 +Field_7_1_0_22636_005 +Field_7_1_0_22636_006 +Field_7_1_0_22636_007 +Field_7_1_0_22636_008 +Flags<16> +Field_7_1_0_22636_010<16> +Field_7_1_0_22636_011<16> +SoundType<8> +EAXDef<8> +DialogType<8> +Field_7_1_0_22636_015<8> +$id$ID<32> + +LAYOUT 86606AC6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Field_7_1_0_22636_000 +VolumeFloat +MinDistance +DistanceCutoff +Field_7_1_0_22636_004 +Field_7_1_0_22636_005 +Field_7_1_0_22636_006 +Field_7_1_0_22636_007 +Field_7_1_0_22636_008 +Flags +SoundKitAdvancedID +Field_7_1_0_22636_011 +SoundType +EAXDef +DialogType +Field_7_1_0_22636_015 +$id$ID<32> + +LAYOUT D0C5E77B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Field_7_1_0_22636_000 +VolumeFloat +MinDistance +DistanceCutoff +Field_7_1_0_22636_004 +Field_7_1_0_22636_005 +Field_7_1_0_22636_006 +Field_7_1_0_22636_007 +Field_7_1_0_22636_008 +Flags +SoundKitAdvancedID +Field_7_1_0_22636_011 +SoundType +EAXDef +DialogType +Field_7_1_0_22636_015 +$id$ID<32> + LAYOUT 0A51CACE -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $id$ID<32> VolumeFloat MinDistance @@ -162,10 +233,10 @@ Flags SoundKitAdvancedID SoundType DialogType -$noninline,relation$Field_7_3_0_24473_008<8> +$noninline,relation$Field_7_3_0_24473_008 LAYOUT 0E9CB7AE -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> @@ -176,7 +247,7 @@ Flags SoundKitAdvancedID SoundType DialogType -EAXDef<8> +EAXDef VolumeVariationPlus VolumeVariationMinus PitchVariationPlus @@ -207,7 +278,7 @@ MaxInstances LAYOUT AF055926 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -328,7 +399,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundKitAdvanced.dbd b/definitions/SoundKitAdvanced.dbd index f165290ad21..4300ed3b66c 100644 --- a/definitions/SoundKitAdvanced.dbd +++ b/definitions/SoundKitAdvanced.dbd @@ -58,6 +58,14 @@ float Field_8_3_0_32044_053? float Field_8_3_0_32044_054? float Field_9_1_0_38312_055? float Field_9_1_0_38312_056? +float Field_7_2_0_23445_016? +float Field_7_2_0_23445_019? // DBAnalyser: [DuckToSuppressors, 1%], [DuckToCinematicSFX, 1%], [DuckToCinematicMusic, 1%], [ChanceToPlay, 1%] +int Field_7_2_0_23445_020? // DBAnalyser: [VolumeFadeOutCurveID, 1%], [VolumeFadeInCurveID, 1%] +int Field_7_2_0_23445_025? // DBAnalyser: [VolumeControlType, 0,95%], [MaxInstancesBehavior, 0,95%], [DelayMin, 0,95%], [DelayMax, 0,95%], [TimeCooldownMax, 0,95%], [TimeCooldownMin, 0,95%], [MsOffset, 0,95%] +int Field_7_2_0_23445_028? +int Field_7_2_0_23445_029? +int Field_7_2_0_23445_030? // DBAnalyser: [VolumeControlType, 0,95%], [MaxInstancesBehavior, 0,95%], [DelayMin, 0,95%], [DelayMax, 0,95%], [TimeCooldownMax, 0,95%], [TimeCooldownMin, 0,95%], [MsOffset, 0,95%] +int Field_7_2_0_23445_031? // DBAnalyser: [VolumeControlType, 0,95%], [MaxInstancesBehavior, 0,95%], [DelayMin, 0,95%], [DelayMax, 0,95%], [TimeCooldownMax, 0,95%], [TimeCooldownMin, 0,95%], [MsOffset, 0,95%] LAYOUT 9E8F3D27 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -215,11 +223,121 @@ VolumeFadeOutTimeMax<32> VolumeFadeOutCurveID ChanceToPlay +LAYOUT 7CE3363B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +InnerRadius2D +TimeA<32> +TimeB<32> +TimeC<32> +TimeD<32> +TimeIntervalMin<32> +TimeIntervalMax<32> +DuckToSFX +DuckToMusic +DuckToAmbience +InnerRadiusOfInfluence +OuterRadiusOfInfluence +TimeToDuck<32> +TimeToUnduck<32> +InsideAngle +OutsideAngle +Field_7_2_0_23445_016 +OuterRadius2D +DuckToDialog +Field_7_2_0_23445_019 +Field_7_2_0_23445_020<32> +MaxRandomPosOffset<16> +Usage<8> +VolumeSliderCategory<8> +MinRandomPosOffset<8> +Field_7_2_0_23445_025<8> +SoundKitID<32> +RandomOffsetRange<32> +Field_7_2_0_23445_028<32> +Field_7_2_0_23445_029<32> +Field_7_2_0_23445_030<32> +Field_7_2_0_23445_031<32> + +LAYOUT FF8627FF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +InnerRadius2D +TimeA +TimeB +TimeC +TimeD +TimeIntervalMin +TimeIntervalMax +DuckToSFX +DuckToMusic +DuckToAmbience +InnerRadiusOfInfluence +OuterRadiusOfInfluence +TimeToDuck +TimeToUnduck +InsideAngle +OutsideAngle +Field_7_2_0_23445_016 +OuterRadius2D +DuckToDialog +Field_7_2_0_23445_019 +Field_7_2_0_23445_020<32> +MaxRandomPosOffset +Usage +VolumeSliderCategory +MinRandomPosOffset +Field_7_2_0_23445_025 +SoundKitID +RandomOffsetRange<32> +Field_7_2_0_23445_028 +Field_7_2_0_23445_029 +Field_7_2_0_23445_030 +Field_7_2_0_23445_031 + +LAYOUT E365C92B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +InnerRadius2D +TimeA +TimeB +TimeC +TimeD +TimeIntervalMin +TimeIntervalMax +DuckToSFX +DuckToMusic +DuckToAmbience +InnerRadiusOfInfluence +OuterRadiusOfInfluence +TimeToDuck +TimeToUnduck +InsideAngle +OutsideAngle +Field_7_2_0_23445_016 +OuterRadius2D +DuckToDialog +Field_7_2_0_23445_019 +Field_7_2_0_23445_020<32> +MaxRandomPosOffset +Usage +VolumeSliderCategory +MinRandomPosOffset +Field_7_2_0_23445_025 +SoundKitID +RandomOffsetRange<32> +Field_7_2_0_23445_028 +Field_7_2_0_23445_029 +Field_7_2_0_23445_030 +Field_7_2_0_23445_031 + LAYOUT 73F6F023 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> InnerRadius2D DuckToSFX @@ -231,7 +349,7 @@ TimeToUnduck OuterRadius2D Usage SoundKitID -TimeA<32> +TimeA TimeB TimeC TimeD @@ -396,7 +514,7 @@ ChanceToPlay LAYOUT 6EAFA63E BUILD 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -789,7 +907,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundKitChild.dbd b/definitions/SoundKitChild.dbd index 7b65a17b79e..4b66a7d8a8a 100644 --- a/definitions/SoundKitChild.dbd +++ b/definitions/SoundKitChild.dbd @@ -3,18 +3,38 @@ int ID int ParentSoundKitID int SoundKitID +LAYOUT C1FC0B1D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ParentSoundKitID<32> +SoundKitID<32> + +LAYOUT F5DEE485 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ParentSoundKitID +SoundKitID + +LAYOUT EC08C629 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ParentSoundKitID +SoundKitID + LAYOUT F01D2375 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> ParentSoundKitID SoundKitID LAYOUT 2827A3B5 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$ParentSoundKitID SoundKitID @@ -44,7 +64,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -60,7 +80,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundKitEntry.dbd b/definitions/SoundKitEntry.dbd index 66d3a3f0bc9..40af1c90a9d 100644 --- a/definitions/SoundKitEntry.dbd +++ b/definitions/SoundKitEntry.dbd @@ -14,8 +14,34 @@ FileDataID<32> Frequency Volume +LAYOUT 1F47A21F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FileDataID<32> +Volume +Frequency<8> +SoundKitID<32> + +LAYOUT 46241947 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileDataID<32> +Volume +Frequency +SoundKitID + +LAYOUT 78A32CE1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileDataID<32> +Volume +Frequency +SoundKitID + LAYOUT ADC0D817 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> FileDataID<32> Volume @@ -47,7 +73,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -57,12 +83,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$SoundKitID FileDataID<32> @@ -76,7 +102,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundKitFallback.dbd b/definitions/SoundKitFallback.dbd index 9a865baa0ec..6571b1d908d 100644 --- a/definitions/SoundKitFallback.dbd +++ b/definitions/SoundKitFallback.dbd @@ -3,6 +3,26 @@ int ID int FallbackSoundKitID int SoundKitID +LAYOUT 49EF8EA3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SoundKitID<32> +FallbackSoundKitID<32> + +LAYOUT AC49D217 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SoundKitID +FallbackSoundKitID + +LAYOUT 37114C5F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SoundKitID +FallbackSoundKitID + LAYOUT B1A5106F, 53D01CD7, 806E9113 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -19,9 +39,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +51,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SoundKitID FallbackSoundKitID @@ -48,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundKitName.dbd b/definitions/SoundKitName.dbd index 8706c422e25..d1af6aad197 100644 --- a/definitions/SoundKitName.dbd +++ b/definitions/SoundKitName.dbd @@ -25,15 +25,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name diff --git a/definitions/SoundMixGroup.dbd b/definitions/SoundMixGroup.dbd index 35ae6c5b558..dae69948985 100644 --- a/definitions/SoundMixGroup.dbd +++ b/definitions/SoundMixGroup.dbd @@ -13,7 +13,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundOverride.dbd b/definitions/SoundOverride.dbd index 40c028d31f7..3857c6b5eba 100644 --- a/definitions/SoundOverride.dbd +++ b/definitions/SoundOverride.dbd @@ -17,12 +17,38 @@ ZoneMusicID<32> SoundAmbienceID<32> SoundProviderPreferencesID<32> +LAYOUT 6A119082 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ZoneIntroMusicID<16> +ZoneMusicID<16> +SoundAmbienceID<16> +SoundProviderPreferencesID<8> + +LAYOUT D07181A6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ZoneIntroMusicID +ZoneMusicID +SoundAmbienceID +SoundProviderPreferencesID + +LAYOUT 2EEBF2F8 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ZoneIntroMusicID +ZoneMusicID +SoundAmbienceID +SoundProviderPreferencesID + LAYOUT FB7643F6, 75620166 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ZoneIntroMusicID ZoneMusicID @@ -54,7 +80,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -73,7 +99,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundParameter.dbd b/definitions/SoundParameter.dbd index cd36c646e27..f8d48a9b1cd 100644 --- a/definitions/SoundParameter.dbd +++ b/definitions/SoundParameter.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundProviderPreferences.dbd b/definitions/SoundProviderPreferences.dbd index a8e7c12764a..b455985d3ea 100644 --- a/definitions/SoundProviderPreferences.dbd +++ b/definitions/SoundProviderPreferences.dbd @@ -116,12 +116,95 @@ EAX3ModulationDepth EAX3HFReference EAX3LFReference +LAYOUT 280B4DCE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Description +EAXDecayTime +EAX2EnvironmentSize +EAX2EnvironmentDiffusion +EAX2DecayHFRatio +EAX2ReflectionsDelay +EAX2ReverbDelay +EAX2RoomRolloff +EAX2AirAbsorption +EAX3DecayLFRatio +EAX3EchoTime +EAX3EchoDepth +EAX3ModulationTime +EAX3ModulationDepth +EAX3HFReference +EAX3LFReference +Flags<16> +EAX2Room<16> +EAX2RoomHF<16> +EAX2Reflections<16> +EAX2Reverb<16> +EAXEnvironmentSelection<8> +EAX3RoomLF<8> + +LAYOUT CCD78450 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Description +EAXDecayTime +EAX2EnvironmentSize +EAX2EnvironmentDiffusion +EAX2DecayHFRatio +EAX2ReflectionsDelay +EAX2ReverbDelay +EAX2RoomRolloff +EAX2AirAbsorption +EAX3DecayLFRatio +EAX3EchoTime +EAX3EchoDepth +EAX3ModulationTime +EAX3ModulationDepth +EAX3HFReference +EAX3LFReference +Flags +EAX2Room<16> +EAX2RoomHF<16> +EAX2Reflections<16> +EAX2Reverb<16> +EAXEnvironmentSelection<8> +EAX3RoomLF<8> + +LAYOUT 67B76B4D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Description +EAXDecayTime +EAX2EnvironmentSize +EAX2EnvironmentDiffusion +EAX2DecayHFRatio +EAX2ReflectionsDelay +EAX2ReverbDelay +EAX2RoomRolloff +EAX2AirAbsorption +EAX3DecayLFRatio +EAX3EchoTime +EAX3EchoDepth +EAX3ModulationTime +EAX3ModulationDepth +EAX3HFReference +EAX3LFReference +Flags +EAX2Room<16> +EAX2RoomHF<16> +EAX2Reflections<16> +EAX2Reverb<16> +EAXEnvironmentSelection<8> +EAX3RoomLF<8> + LAYOUT 85F218A4 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Description EAXDecayTime @@ -188,7 +271,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -262,7 +345,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SoundWaterfallEmitter.dbd b/definitions/SoundWaterfallEmitter.dbd index f86af14dd19..b26d4bd20c2 100644 --- a/definitions/SoundWaterfallEmitter.dbd +++ b/definitions/SoundWaterfallEmitter.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SourceInfo.dbd b/definitions/SourceInfo.dbd index 9d01281f34b..ee9fa141a4d 100644 --- a/definitions/SourceInfo.dbd +++ b/definitions/SourceInfo.dbd @@ -46,9 +46,35 @@ PvpFaction<8> SourceTypeEnum<8> $noninline,relation$SpellID<32> +LAYOUT 83D64CE7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +SourceText_lang +SourceTypeEnum<8> +PvpFaction<8> + +LAYOUT 8D38F2CF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID +SourceText_lang +SourceTypeEnum<8> +PvpFaction<8> + +LAYOUT 5CBB0CF1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID +SourceText_lang +SourceTypeEnum<8> +PvpFaction<8> + LAYOUT C3DF4AF7 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID SourceText_lang @@ -57,8 +83,8 @@ PvpFaction<8> LAYOUT 7C214135 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SourceText_lang SourceTypeEnum<8> @@ -78,7 +104,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -115,7 +141,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpamMessages.dbd b/definitions/SpamMessages.dbd index edc8156a646..7bf0458c372 100644 --- a/definitions/SpamMessages.dbd +++ b/definitions/SpamMessages.dbd @@ -13,6 +13,23 @@ BUILD 1.12.0.5595-1.12.3.6141 $id$ID<32> Text +LAYOUT C3BC61DD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Text + +LAYOUT 82D1246B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Text + +LAYOUT AFEA48C6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Text + LAYOUT 0D4BA7E7, 1A080193, 980308B2 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -25,17 +42,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Text @@ -61,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpecSetMember.dbd b/definitions/SpecSetMember.dbd index 174aae95060..0df2dd21d1e 100644 --- a/definitions/SpecSetMember.dbd +++ b/definitions/SpecSetMember.dbd @@ -17,7 +17,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -49,7 +49,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpecializationSpells.dbd b/definitions/SpecializationSpells.dbd index abb9338f3e2..b595dbc0117 100644 --- a/definitions/SpecializationSpells.dbd +++ b/definitions/SpecializationSpells.dbd @@ -21,9 +21,38 @@ SpellID<32> OverridesSpellID<32> Description_lang +LAYOUT FDA6037B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +SpellID<32> +OverridesSpellID<32> +Description_lang +SpecID<16> +DisplayOrder<8> +$id$ID<32> + +LAYOUT E11D769F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +SpellID<32> +OverridesSpellID<32> +Description_lang +SpecID +DisplayOrder +$id$ID<32> + +LAYOUT 25DB72F3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +SpellID<32> +OverridesSpellID<32> +Description_lang +SpecID +DisplayOrder +$id$ID<32> + LAYOUT 2E72326F BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 SpellID<32> OverridesSpellID<32> Description_lang @@ -33,8 +62,8 @@ $id$ID<32> LAYOUT AE3436F3, F4D4755B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Description_lang SpellID<32> OverridesSpellID<32> @@ -67,7 +96,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -86,7 +115,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpecializationSpellsDisplay.dbd b/definitions/SpecializationSpellsDisplay.dbd index 00280b1db0a..b73d8212822 100644 --- a/definitions/SpecializationSpellsDisplay.dbd +++ b/definitions/SpecializationSpellsDisplay.dbd @@ -28,7 +28,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -44,7 +44,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Spell.dbd b/definitions/Spell.dbd index 78911c4b0b2..978575d6f29 100644 --- a/definitions/Spell.dbd +++ b/definitions/Spell.dbd @@ -144,6 +144,7 @@ int Field_4_0_0_12232_046? int Field_4_0_0_11927_106? int Field_4_0_0_11927_107? int Field_4_0_0_11927_108? +int Field_7_1_0_22636_006? // DBAnalyser: [RuneCostID, 1%], [SpellMissileID, 1%], [RequiredProjectID, 1%], [ShapeshiftID, 0,99%] BUILD 0.5.3.3368 $id$ID<32> @@ -1401,7 +1402,7 @@ MinReputation<32> RequiredAuraVision<32> LAYOUT 4B36D701 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang NameSubtext_lang @@ -3240,20 +3241,70 @@ TotemsID<32> RequiredProjectID<32> MiscID<32> +LAYOUT E5833C90 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Name_lang +NameSubtext_lang +Description_lang +AuraDescription_lang +MiscID<32> +$id$ID<32> +Field_7_1_0_22636_006<32> + +LAYOUT 017C8C6B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +NameSubtext_lang +Description_lang +AuraDescription_lang +MiscID<32> +$id$ID<32> +Field_7_1_0_22636_006<32> + +LAYOUT 224D078E +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706 +Name_lang +NameSubtext_lang +Description_lang +AuraDescription_lang +MiscID<32> +$id$ID<32> +Field_7_1_0_22636_006<32> + +LAYOUT EBFC7B2F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +NameSubtext_lang +Description_lang +AuraDescription_lang +MiscID<32> +$id$ID<32> +Field_7_1_0_22636_006<32> + LAYOUT 9BB9B426 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 Name_lang NameSubtext_lang Description_lang AuraDescription_lang MiscID<32> $id$ID<32> -$noninline,relation$Field_7_3_2_25549_006<32> +$noninline,relation$Field_7_3_2_25549_006<64> + +LAYOUT F0B5D7A1 +BUILD 7.3.5.25875, 7.3.5.25881 +Name_lang +NameSubtext_lang +Description_lang +AuraDescription_lang +$id$ID<32> LAYOUT 2273DFFF, 60BB6C3F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 $noninline,id$ID<32> Name_lang NameSubtext_lang @@ -3285,7 +3336,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -3303,7 +3354,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellActionBarPref.dbd b/definitions/SpellActionBarPref.dbd index 41323ab2dad..407a862285f 100644 --- a/definitions/SpellActionBarPref.dbd +++ b/definitions/SpellActionBarPref.dbd @@ -3,6 +3,26 @@ int ID int PreferredActionBarMask int SpellID +LAYOUT 7208084B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +PreferredActionBarMask<16> + +LAYOUT 28D919CB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +PreferredActionBarMask + +LAYOUT E575AC95 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +PreferredActionBarMask + LAYOUT 1EF80B2B, CF471C9B, FFED047B BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -19,9 +39,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -31,12 +51,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> PreferredActionBarMask @@ -48,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellActivationOverlay.dbd b/definitions/SpellActivationOverlay.dbd index dd9cc251c97..fd364db5f71 100644 --- a/definitions/SpellActivationOverlay.dbd +++ b/definitions/SpellActivationOverlay.dbd @@ -112,12 +112,50 @@ IconHighlightSpellClassMask<32>[4] TriggerType<32> SoundEntriesID<32> +LAYOUT CA4F95F7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +OverlayFileDataID<32> +Color<32> +Scale +IconHighlightSpellClassMask<32>[4] +ScreenLocationID<8> +TriggerType<8> +SoundEntriesID<32> + +LAYOUT B7325ACF +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +OverlayFileDataID<32> +Color<32> +Scale +IconHighlightSpellClassMask<32>[4] +ScreenLocationID<8> +TriggerType<8> +SoundEntriesID + +LAYOUT 19C2E363 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +OverlayFileDataID<32> +Color<32> +Scale +IconHighlightSpellClassMask<32>[4] +ScreenLocationID<8> +TriggerType<8> +SoundEntriesID + LAYOUT 23568FC7, B98E15DF BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> OverlayFileDataID<32> @@ -132,7 +170,7 @@ LAYOUT E72C81EF BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -193,7 +231,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellAuraOptions.dbd b/definitions/SpellAuraOptions.dbd index 4254d20b6aa..93723bd3303 100644 --- a/definitions/SpellAuraOptions.dbd +++ b/definitions/SpellAuraOptions.dbd @@ -94,9 +94,47 @@ ProcTypeMask<32> ProcCategoryRecovery<32> SpellProcsPerMinuteID<32> +LAYOUT 3F86C0F9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +ProcCharges<32> +ProcTypeMask<32> +ProcCategoryRecovery<32> +CumulativeAura<16> +DifficultyID<8> +ProcChance<8> +SpellProcsPerMinuteID<8> + +LAYOUT 1F46BDED +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +ProcCharges<32> +ProcTypeMask<32> +ProcCategoryRecovery<32> +CumulativeAura +DifficultyID +ProcChance +SpellProcsPerMinuteID + +LAYOUT 41785ED1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +ProcCharges<32> +ProcTypeMask<32> +ProcCategoryRecovery<32> +CumulativeAura +DifficultyID +ProcChance +SpellProcsPerMinuteID + LAYOUT C49556EF BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> ProcCharges<32> @@ -109,8 +147,8 @@ ProcChance LAYOUT E05BE94F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ProcCharges<32> ProcTypeMask<32>[2] @@ -146,7 +184,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -183,7 +221,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellAuraRestrictions.dbd b/definitions/SpellAuraRestrictions.dbd index f36c831a576..59b862802e4 100644 --- a/definitions/SpellAuraRestrictions.dbd +++ b/definitions/SpellAuraRestrictions.dbd @@ -60,9 +60,53 @@ TargetAuraSpell<32> ExcludeCasterAuraSpell<32> ExcludeTargetAuraSpell<32> +LAYOUT A3E6C359 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +CasterAuraSpell<32> +TargetAuraSpell<32> +ExcludeCasterAuraSpell<32> +ExcludeTargetAuraSpell<32> +DifficultyID<8> +CasterAuraState<8> +TargetAuraState<8> +ExcludeCasterAuraState<8> +ExcludeTargetAuraState<8> + +LAYOUT AC48EE7D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +CasterAuraSpell<32> +TargetAuraSpell<32> +ExcludeCasterAuraSpell<32> +ExcludeTargetAuraSpell<32> +DifficultyID +CasterAuraState +TargetAuraState +ExcludeCasterAuraState +ExcludeTargetAuraState + +LAYOUT 2F389373 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +CasterAuraSpell<32> +TargetAuraSpell<32> +ExcludeCasterAuraSpell<32> +ExcludeTargetAuraSpell<32> +DifficultyID +CasterAuraState +TargetAuraState +ExcludeCasterAuraState +ExcludeTargetAuraState + LAYOUT 898F50ED BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> CasterAuraSpell<32> @@ -77,8 +121,8 @@ ExcludeTargetAuraState LAYOUT 7CDF3311, 64858129 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CasterAuraSpell<32> TargetAuraSpell<32> @@ -105,7 +149,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -179,7 +223,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellAuraVisXChrSpec.dbd b/definitions/SpellAuraVisXChrSpec.dbd index e8d55b0a717..62f62643cae 100644 --- a/definitions/SpellAuraVisXChrSpec.dbd +++ b/definitions/SpellAuraVisXChrSpec.dbd @@ -9,9 +9,29 @@ $id$ID<32> SpellAuraVisibilityID<32> ChrSpecializationID<32> +LAYOUT AB095460 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellAuraVisibilityID<16> +ChrSpecializationID<16> + +LAYOUT 55BD5464 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellAuraVisibilityID<16> +ChrSpecializationID<16> + +LAYOUT 598B6692 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellAuraVisibilityID<16> +ChrSpecializationID<16> + LAYOUT 197FF5DC BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellAuraVisibilityID<16> ChrSpecializationID<16> @@ -28,15 +48,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ChrSpecializationID<16> $noninline,relation$SpellAuraVisibilityID<16> @@ -64,7 +84,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellAuraVisibility.dbd b/definitions/SpellAuraVisibility.dbd index 725a5480550..ff18e032d36 100644 --- a/definitions/SpellAuraVisibility.dbd +++ b/definitions/SpellAuraVisibility.dbd @@ -12,9 +12,32 @@ SpellID<32> Type<32> Flags<32> +LAYOUT F5BCF9D6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +SpellID<32> +Type<8> +Flags<8> +$id$ID<32> + +LAYOUT 751A5306 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +SpellID<32> +Type<8> +Flags<8> +$id$ID<32> + +LAYOUT 37B086CE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +SpellID<32> +Type<8> +Flags<8> +$id$ID<32> + LAYOUT 037158AE BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 SpellID<32> Type<8> Flags<8> @@ -22,8 +45,8 @@ $id$ID<32> LAYOUT A549F79C, 8DC3D52C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Type<8> Flags<8> $id$ID<32> @@ -43,7 +66,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -77,7 +100,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellCastTimes.dbd b/definitions/SpellCastTimes.dbd index af33fac214b..d2e9bc31a1b 100644 --- a/definitions/SpellCastTimes.dbd +++ b/definitions/SpellCastTimes.dbd @@ -44,12 +44,35 @@ Base<32> PerLevel<32> Minimum<32> +LAYOUT 33483F8A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Base<32> +Minimum<32> +PerLevel<16> + +LAYOUT 0A147520 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Base<32> +Minimum<32> +PerLevel<16> + +LAYOUT AF90DE83 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Base<32> +Minimum<32> +PerLevel<16> + LAYOUT 4129C6A4, B928FF48 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Base<32> Minimum<32> @@ -72,7 +95,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -102,7 +125,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellCastingRequirements.dbd b/definitions/SpellCastingRequirements.dbd index a051f3079c6..cdc2d1ee34b 100644 --- a/definitions/SpellCastingRequirements.dbd +++ b/definitions/SpellCastingRequirements.dbd @@ -20,12 +20,47 @@ RequiredAreasID<32> RequiredAuraVision<32> RequiresSpellFocus<32> +LAYOUT 8755DB03 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +MinFactionID<16> +RequiredAreasID<16> +RequiresSpellFocus<16> +FacingCasterFlags<8> +MinReputation<8> +RequiredAuraVision<8> + +LAYOUT 79468751 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +MinFactionID +RequiredAreasID +RequiresSpellFocus +FacingCasterFlags +MinReputation<8> +RequiredAuraVision + +LAYOUT F6016D9C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +MinFactionID +RequiredAreasID +RequiresSpellFocus +FacingCasterFlags +MinReputation<8> +RequiredAuraVision + LAYOUT D8B56E5D, 2ACD4ED9 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> MinFactionID @@ -60,7 +95,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -95,7 +130,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellCategories.dbd b/definitions/SpellCategories.dbd index 5607d8d2789..c4248366bc8 100644 --- a/definitions/SpellCategories.dbd +++ b/definitions/SpellCategories.dbd @@ -42,9 +42,50 @@ PreventionType<32> StartRecoveryCategory<32> ChargeCategory<32> +LAYOUT 781B3F38 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +Category<16> +StartRecoveryCategory<16> +ChargeCategory<16> +DifficultyID<8> +DefenseType<8> +DispelType<8> +Mechanic<8> +PreventionType<8> + +LAYOUT B0737BB6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +Category<16> +StartRecoveryCategory<16> +ChargeCategory<16> +DifficultyID +DefenseType<8> +DispelType<8> +Mechanic<8> +PreventionType<8> + +LAYOUT D10E84D7 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +Category<16> +StartRecoveryCategory<16> +ChargeCategory<16> +DifficultyID +DefenseType<8> +DispelType<8> +Mechanic<8> +PreventionType<8> + LAYOUT C6ACBEE2 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> Category<16> @@ -58,8 +99,8 @@ PreventionType<8> LAYOUT 14E916CC, 7FEC6900 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Category<16> StartRecoveryCategory<16> @@ -85,7 +126,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -131,7 +172,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellCategory.dbd b/definitions/SpellCategory.dbd index 233614a831d..0f3158881f2 100644 --- a/definitions/SpellCategory.dbd +++ b/definitions/SpellCategory.dbd @@ -40,12 +40,44 @@ Name_lang MaxCharges<32> ChargeRecoveryTime<32> +LAYOUT E4524408 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +ChargeRecoveryTime<32> +Flags<8> +UsesPerWeek<8> +MaxCharges<8> +TypeMask<32> + +LAYOUT 2523BEF4 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +ChargeRecoveryTime<32> +Flags<8> +UsesPerWeek +MaxCharges<8> +TypeMask<32> + +LAYOUT 0D6146A0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +ChargeRecoveryTime<32> +Flags<8> +UsesPerWeek +MaxCharges<8> +TypeMask<32> + LAYOUT EA60E384, A7E70DEF BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang ChargeRecoveryTime<32> @@ -79,7 +111,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -119,7 +151,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 1.15.2.53941, 1.15.2.54029, 1.15.2.54067, 1.15.2.54092, 1.15.2.54262, 1.15.2.54332, 1.15.2.54649, 1.15.2.54902, 1.15.2.55002, 1.15.2.55140 diff --git a/definitions/SpellChainEffects.dbd b/definitions/SpellChainEffects.dbd index 43f0240809a..b2533122e14 100644 --- a/definitions/SpellChainEffects.dbd +++ b/definitions/SpellChainEffects.dbd @@ -68,6 +68,13 @@ int Padding_4_0_0_11792_044? string Combo int Field_11_0_0_54210_054? int Field_1_15_4_56400_054? +string Field_7_1_0_22636_044? +int Field_7_1_0_22636_058? // DBAnalyser: [NumFlipFramesU, 0,95%] +int Field_7_1_0_22636_059? // DBAnalyser: [NumFlipFramesU, 0,95%] +int Field_7_2_0_23445_056? // DBAnalyser: [NumFlipFramesU, 0,95%], [Field_7_1_0_22636_058, 0,95%], [Field_7_1_0_22636_059, 0,95%] +int Field_7_2_0_23478_056? // DBAnalyser: [NumFlipFramesU, 0,95%], [Field_7_2_0_23445_056, 0,95%] +int Field_7_2_5_24116_055? // DBAnalyser: [NumFlipFramesU, 0,95%], [Field_7_2_0_23478_056, 0,95%] +int Field_7_2_0_23445_058? LAYOUT C0941376 BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15.3.55563, 1.15.3.55646, 1.15.3.55917, 1.15.3.56488, 1.15.3.56626 @@ -521,6 +528,263 @@ WavePhase SpellChainEffectID<32>[11] Texture +LAYOUT F1FA79EA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +AvgSegLen +Width +NoiseScale +TexCoordScale +SegDuration<32> +Flags<32> +JointOffsetRadius +MinorJointScale +MajorJointScale +JointMoveSpeed +JointSmoothness +MinDurationBetweenJointJumps +MaxDurationBetweenJointJumps +WaveHeight +WaveFreq +WaveSpeed +MinWaveAngle +MaxWaveAngle +MinWaveSpin +MaxWaveSpin +ArcHeight +MinArcAngle +MaxArcAngle +MinArcSpin +MaxArcSpin +DelayBetweenEffects +MinFlickerOnDuration +MaxFlickerOnDuration +MinFlickerOffDuration +MaxFlickerOffDuration +PulseSpeed +PulseOnLength +PulseFadeLength +TextureLength +WavePhase +TimePerFlipFrame +VariancePerFlipFrame +TextureCoordScaleU[3] +TextureCoordScaleV[3] +TextureRepeatLengthU[3] +TextureRepeatLengthV[3] +TextureParticleFileDataID<32> +StartWidth +EndWidth +Field_7_1_0_22636_044[3] +Texture +SegDelay<16> +JointCount<16> +SpellChainEffectID<16>[11] +WidthScaleCurveID<16> +JointsPerMinorJoint<8> +MinorJointsPerMajorJoint<8> +Alpha<8> +Red<8> +Green<8> +Blue<8> +BlendMode<8> +RenderLayer<8> +Field_7_1_0_22636_058<8> +Field_7_1_0_22636_059<8> +NumFlipFramesV<8> +Field_7_2_0_23445_056<32> + +LAYOUT 98EC71E0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +AvgSegLen +NoiseScale +TexCoordScale +SegDuration +Flags +JointOffsetRadius +MinorJointScale +MajorJointScale +JointMoveSpeed +JointSmoothness +MinDurationBetweenJointJumps +MaxDurationBetweenJointJumps +WaveHeight +WaveFreq +WaveSpeed +MinWaveAngle +MaxWaveAngle +MinWaveSpin +MaxWaveSpin +ArcHeight +MinArcAngle +MaxArcAngle +MinArcSpin +MaxArcSpin +DelayBetweenEffects +MinFlickerOnDuration +MaxFlickerOnDuration +MinFlickerOffDuration +MaxFlickerOffDuration +PulseSpeed +PulseOnLength +PulseFadeLength +WavePhase +TimePerFlipFrame +VariancePerFlipFrame +TextureCoordScaleU[3] +TextureCoordScaleV[3] +TextureRepeatLengthU[3] +TextureRepeatLengthV[3] +TextureParticleFileDataID +StartWidth +EndWidth +Field_7_1_0_22636_044[3] +Texture +SegDelay +JointCount +SpellChainEffectID[11] +WidthScaleCurveID +JointsPerMinorJoint +MinorJointsPerMajorJoint +Alpha +Red +Green +Blue +BlendMode +RenderLayer +Field_7_2_0_23445_056 +NumFlipFramesV +Field_7_2_0_23445_058 + +LAYOUT 18683A3F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AvgSegLen +NoiseScale +TexCoordScale +SegDuration +Flags +JointOffsetRadius +MinorJointScale +MajorJointScale +JointMoveSpeed +JointSmoothness +MinDurationBetweenJointJumps +MaxDurationBetweenJointJumps +WaveHeight +WaveFreq +WaveSpeed +MinWaveAngle +MaxWaveAngle +MinWaveSpin +MaxWaveSpin +ArcHeight +MinArcAngle +MaxArcAngle +MinArcSpin +MaxArcSpin +DelayBetweenEffects +MinFlickerOnDuration +MaxFlickerOnDuration +MinFlickerOffDuration +MaxFlickerOffDuration +PulseSpeed +PulseOnLength +PulseFadeLength +WavePhase +TimePerFlipFrame +VariancePerFlipFrame +TextureCoordScaleU[3] +TextureCoordScaleV[3] +TextureRepeatLengthU[3] +TextureRepeatLengthV[3] +TextureParticleFileDataID +StartWidth +EndWidth +Field_7_1_0_22636_044[3] +Texture +SegDelay +JointCount +SpellChainEffectID[11] +WidthScaleCurveID +JointsPerMinorJoint +MinorJointsPerMajorJoint +Alpha +Red +Green +Blue +BlendMode +RenderLayer +Field_7_2_0_23478_056 +NumFlipFramesV +SoundKitID + +LAYOUT 96AA6737 +BUILD 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +AvgSegLen +NoiseScale +TexCoordScale +SegDuration +Flags +JointOffsetRadius +MinorJointScale +MajorJointScale +JointMoveSpeed +JointSmoothness +MinDurationBetweenJointJumps +MaxDurationBetweenJointJumps +WaveHeight +WaveFreq +WaveSpeed +MinWaveAngle +MaxWaveAngle +MinWaveSpin +MaxWaveSpin +ArcHeight +MinArcAngle +MaxArcAngle +MinArcSpin +MaxArcSpin +DelayBetweenEffects +MinFlickerOnDuration +MaxFlickerOnDuration +MinFlickerOffDuration +MaxFlickerOffDuration +PulseSpeed +PulseOnLength +PulseFadeLength +WavePhase +TimePerFlipFrame +VariancePerFlipFrame +TextureCoordScaleU[3] +TextureCoordScaleV[3] +TextureRepeatLengthU[3] +TextureRepeatLengthV[3] +TextureParticleFileDataID +StartWidth +EndWidth +Texture +SegDelay +JointCount +SpellChainEffectID[11] +WidthScaleCurveID +JointsPerMinorJoint +MinorJointsPerMajorJoint +Alpha +Red +Green +Blue +BlendMode +RenderLayer +Field_7_2_5_24116_055 +NumFlipFramesV +SoundKitID +TextureFileDataID<32>[3] + LAYOUT B3F3B9DC BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563 $noninline,id$ID<32> @@ -586,7 +850,7 @@ TextureFileDataID<32>[3] LAYOUT C4156FED BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> AvgSegLen NoiseScale @@ -651,8 +915,8 @@ TextureFileDataID<32>[3] LAYOUT 4E8FF369, BC798B79 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AvgSegLen NoiseScale @@ -740,7 +1004,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -955,7 +1219,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/SpellClassOptions.dbd b/definitions/SpellClassOptions.dbd index d2340ba281f..6a075685c05 100644 --- a/definitions/SpellClassOptions.dbd +++ b/definitions/SpellClassOptions.dbd @@ -38,12 +38,38 @@ SpellID<32> SpellClassMask<32>[4] SpellClassSet<32> +LAYOUT 56CB75EE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +SpellClassMask<32>[4] +SpellClassSet<8> +ModalNextSpell<32> + +LAYOUT 5E23C5A2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +SpellClassMask<32>[4] +SpellClassSet +ModalNextSpell + +LAYOUT 3BE81516 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +SpellClassMask<32>[4] +SpellClassSet +ModalNextSpell + LAYOUT 80FBD67A, E3225DE2 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> SpellClassMask<32>[4] @@ -75,7 +101,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -93,7 +119,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellClutterAreaEffectCounts.dbd b/definitions/SpellClutterAreaEffectCounts.dbd index 8dbfc9441b3..4e9ac46cf58 100644 --- a/definitions/SpellClutterAreaEffectCounts.dbd +++ b/definitions/SpellClutterAreaEffectCounts.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellClutterFrameRates.dbd b/definitions/SpellClutterFrameRates.dbd index 22590cdecd1..ed8846c91cb 100644 --- a/definitions/SpellClutterFrameRates.dbd +++ b/definitions/SpellClutterFrameRates.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellClutterImpactModelCounts.dbd b/definitions/SpellClutterImpactModelCounts.dbd index 8dbfc9441b3..4e9ac46cf58 100644 --- a/definitions/SpellClutterImpactModelCounts.dbd +++ b/definitions/SpellClutterImpactModelCounts.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellClutterKitDistances.dbd b/definitions/SpellClutterKitDistances.dbd index ba43a675dd2..a6a053f4b4e 100644 --- a/definitions/SpellClutterKitDistances.dbd +++ b/definitions/SpellClutterKitDistances.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellClutterMissileDist.dbd b/definitions/SpellClutterMissileDist.dbd index ba43a675dd2..a6a053f4b4e 100644 --- a/definitions/SpellClutterMissileDist.dbd +++ b/definitions/SpellClutterMissileDist.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellClutterWeaponTrailDist.dbd b/definitions/SpellClutterWeaponTrailDist.dbd index ba43a675dd2..a6a053f4b4e 100644 --- a/definitions/SpellClutterWeaponTrailDist.dbd +++ b/definitions/SpellClutterWeaponTrailDist.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellCooldowns.dbd b/definitions/SpellCooldowns.dbd index c3dae21e095..76dcbc6c4d1 100644 --- a/definitions/SpellCooldowns.dbd +++ b/definitions/SpellCooldowns.dbd @@ -23,9 +23,38 @@ CategoryRecoveryTime<32> RecoveryTime<32> StartRecoveryTime<32> +LAYOUT 8A2FB468 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +CategoryRecoveryTime<32> +RecoveryTime<32> +StartRecoveryTime<32> +DifficultyID<8> + +LAYOUT A5E73C22 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +CategoryRecoveryTime<32> +RecoveryTime<32> +StartRecoveryTime<32> +DifficultyID + +LAYOUT 95FA67DF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +CategoryRecoveryTime<32> +RecoveryTime<32> +StartRecoveryTime<32> +DifficultyID + LAYOUT 4A02FB86 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> CategoryRecoveryTime<32> @@ -35,8 +64,8 @@ DifficultyID LAYOUT CA8D8B3C, 2FE23858 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CategoryRecoveryTime<32> RecoveryTime<32> @@ -58,7 +87,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -112,7 +141,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellCraftUI.dbd b/definitions/SpellCraftUI.dbd index 8ca8489a98a..52d4dc1deae 100644 --- a/definitions/SpellCraftUI.dbd +++ b/definitions/SpellCraftUI.dbd @@ -4,7 +4,7 @@ int CastUI? LAYOUT 98FA893B BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/SpellDescriptionVariables.dbd b/definitions/SpellDescriptionVariables.dbd index 71fc5c477e9..eecd6c6b937 100644 --- a/definitions/SpellDescriptionVariables.dbd +++ b/definitions/SpellDescriptionVariables.dbd @@ -11,6 +11,23 @@ BUILD 3.2.0.10192-3.3.5.12340 $id$ID<32> Variables +LAYOUT 4326E101 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Variables + +LAYOUT 33686AD7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Variables + +LAYOUT 4B8C883A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Variables + LAYOUT A8EDE75B, 9C318DAF, 4B103A8E BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -23,17 +40,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Variables @@ -59,7 +76,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellDispelType.dbd b/definitions/SpellDispelType.dbd index cffca3aaf4a..5f9b30c4466 100644 --- a/definitions/SpellDispelType.dbd +++ b/definitions/SpellDispelType.dbd @@ -38,12 +38,38 @@ Mask<32> ImmunityPossible<32> InternalName +LAYOUT 0849B551 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +InternalName +Mask<8> +ImmunityPossible<8> + +LAYOUT DD54DA81 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +InternalName +Mask +ImmunityPossible + +LAYOUT E2AA3CC1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +InternalName +Mask +ImmunityPossible + LAYOUT E9DDA799 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang InternalName @@ -64,7 +90,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -100,7 +126,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellDuration.dbd b/definitions/SpellDuration.dbd index 5e0a6c0e7f7..7338e400e94 100644 --- a/definitions/SpellDuration.dbd +++ b/definitions/SpellDuration.dbd @@ -44,12 +44,35 @@ Duration<32> DurationPerLevel<32> MaxDuration<32> +LAYOUT A68538E2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Duration<32> +MaxDuration<32> +DurationPerLevel<16> + +LAYOUT 80D69ED6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Duration<32> +MaxDuration<32> +DurationPerLevel + +LAYOUT A41CBED3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Duration<32> +MaxDuration<32> +DurationPerLevel + LAYOUT 0D6C9082, B83B4D1E BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Duration<32> MaxDuration<32> @@ -72,7 +95,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -102,7 +125,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellEffect.dbd b/definitions/SpellEffect.dbd index 23b7b7ad356..e9950925028 100644 --- a/definitions/SpellEffect.dbd +++ b/definitions/SpellEffect.dbd @@ -32,10 +32,24 @@ float Variance float EffectBasePointsF int Field_7_3_2_25549_010? int ScalingClass? +int Field_7_1_0_22636_009? // DBAnalyser: [Field_7_3_2_25549_010, 0,87%], [DifficultyID, 1%] +int Field_7_1_0_22636_024? +int Field_7_2_0_23445_000? +int Field_7_2_0_23445_001? +int Field_7_2_0_23445_002? +int Field_7_2_0_23445_003? +int Field_7_2_0_23445_004? +int Field_7_2_0_23445_005? +int Field_7_2_0_23445_006? +int Field_7_2_0_23445_007? +int Field_7_2_0_23445_008? +int Field_7_2_0_23445_009? +int Field_7_2_0_23445_010? +int Field_7_2_0_23478_010? LAYOUT D6EA6A1A BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -312,9 +326,67 @@ EffectIndex<32> EffectAttributes<32> BonusCoefficientFromAP +LAYOUT 16763148 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +EffectAmplitude +EffectBonusCoefficient +EffectChainAmplitude +BonusCoefficientFromAP +EffectRealPointsPerLevel +EffectSpellClassMask<32>[4] +EffectPos_facing +EffectPointsPerResource +$id$ID<32> +Field_7_1_0_22636_009<32> +Effect<32> +EffectAura<32> +EffectAuraPeriod<32> +EffectBasePoints<32> +EffectChainTargets<32> +EffectAttributes<32> +EffectItemType<32> +EffectMechanic<32> +EffectMiscValue<32>[2] +EffectRadiusIndex<32>[2] +EffectTriggerSpell<32> +ImplicitTarget<32>[2] +SpellID<32> +EffectIndex<32> +Field_7_1_0_22636_024<32> + +LAYOUT 1986B88F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Field_7_2_0_23445_000<32>[4] +$id$Field_7_2_0_23445_001<32> +Field_7_2_0_23445_002<32> +Field_7_2_0_23445_003 +Field_7_2_0_23445_004<32> +Field_7_2_0_23445_005<32> +Field_7_2_0_23445_006<32> +Field_7_2_0_23445_007<32>[2] +Field_7_2_0_23445_008[2] +Field_7_2_0_23445_009[2] +$noninline,relation$Field_7_2_0_23445_010<64>[64] + +LAYOUT D6D07FDD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +EffectSpellClassMask<32>[4] +$id$ID<32> +SpellID<32> +Effect +EffectAura<32> +EffectBasePoints<32> +EffectIndex<32> +EffectMiscValue<32>[2] +EffectRadiusIndex[2] +ImplicitTarget[2] +$noninline,relation$Field_7_2_0_23478_010<64>[64] + LAYOUT CE7E4237 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 EffectSpellClassMask<32>[4] $id$ID<32> SpellID<32> @@ -325,11 +397,11 @@ EffectIndex<32> EffectMiscValue<32>[2] EffectRadiusIndex[2] ImplicitTarget[2] -$noninline,relation$Field_7_3_2_25549_010<32> +$noninline,relation$Field_7_3_2_25549_010<64> LAYOUT 3244098B -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> Effect EffectBasePoints<32> @@ -363,6 +435,7 @@ $noninline,relation$SpellID<32> LAYOUT 0DEC6C81 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864 $noninline,id$ID<32> Effect EffectBasePoints<32> @@ -608,7 +681,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellEffectAutoDescription.dbd b/definitions/SpellEffectAutoDescription.dbd index e518c64e044..9424f8492d0 100644 --- a/definitions/SpellEffectAutoDescription.dbd +++ b/definitions/SpellEffectAutoDescription.dbd @@ -74,7 +74,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -97,7 +97,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellEffectEmission.dbd b/definitions/SpellEffectEmission.dbd index a605dab660b..5226fcd8ee4 100644 --- a/definitions/SpellEffectEmission.dbd +++ b/definitions/SpellEffectEmission.dbd @@ -5,6 +5,32 @@ float EmissionRate int Flags float ModelScale +LAYOUT 6561174B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +EmissionRate +ModelScale +AreaModelID<16> +Flags<8> + +LAYOUT 330FA72B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +EmissionRate +ModelScale +AreaModelID<16> +Flags<8> + +LAYOUT C3341591 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +EmissionRate +ModelScale +AreaModelID<16> +Flags<8> + LAYOUT C6E61A9B, 66D096CB, B26CB10D BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -21,9 +47,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -33,12 +59,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> EmissionRate ModelScale @@ -52,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellEffectExtra.dbd b/definitions/SpellEffectExtra.dbd new file mode 100644 index 00000000000..70a84ea3b52 --- /dev/null +++ b/definitions/SpellEffectExtra.dbd @@ -0,0 +1,9 @@ +COLUMNS +int ID +float Field_7_1_0_22636_000? + +LAYOUT 4DA79C50 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Field_7_1_0_22636_000 diff --git a/definitions/SpellEffectGroupSize.dbd b/definitions/SpellEffectGroupSize.dbd index 164b89bb9ab..982fa186c49 100644 --- a/definitions/SpellEffectGroupSize.dbd +++ b/definitions/SpellEffectGroupSize.dbd @@ -8,9 +8,29 @@ $id$ID<32> SpellEffectID<32> Coefficient +LAYOUT 6F18EF9F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellEffectID<32> +Coefficient + +LAYOUT 1E265F3B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellEffectID<32> +Coefficient + +LAYOUT 923E253D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellEffectID<32> +Coefficient + LAYOUT 9FCB13EB BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellEffectID<32> Coefficient diff --git a/definitions/SpellEffectScaling.dbd b/definitions/SpellEffectScaling.dbd index 6631cd01131..67e144925de 100644 --- a/definitions/SpellEffectScaling.dbd +++ b/definitions/SpellEffectScaling.dbd @@ -22,9 +22,35 @@ Variance ResourceCoefficient SpellEffectID<32> +LAYOUT D8F7C7FB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Coefficient +Variance +ResourceCoefficient +SpellEffectID<32> + +LAYOUT 3CA2DF0B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Coefficient +Variance +ResourceCoefficient +SpellEffectID<32> + +LAYOUT 904C49AB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Coefficient +Variance +ResourceCoefficient +SpellEffectID<32> + LAYOUT 0F1677CB BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Coefficient Variance diff --git a/definitions/SpellEmpower.dbd b/definitions/SpellEmpower.dbd index 5644a67ba00..2ca7c232523 100644 --- a/definitions/SpellEmpower.dbd +++ b/definitions/SpellEmpower.dbd @@ -16,7 +16,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellEmpowerStage.dbd b/definitions/SpellEmpowerStage.dbd index 2ce66963282..fac724dabc4 100644 --- a/definitions/SpellEmpowerStage.dbd +++ b/definitions/SpellEmpowerStage.dbd @@ -11,7 +11,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellEquippedItems.dbd b/definitions/SpellEquippedItems.dbd index c277d94c9ad..5ac8a110f72 100644 --- a/definitions/SpellEquippedItems.dbd +++ b/definitions/SpellEquippedItems.dbd @@ -22,12 +22,38 @@ EquippedItemClass<32> EquippedItemInvTypes<32> EquippedItemSubclass<32> +LAYOUT 207DB8D6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +EquippedItemInvTypes<32> +EquippedItemSubclass<32> +EquippedItemClass<8> + +LAYOUT 6EB64476 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +EquippedItemInvTypes<32> +EquippedItemSubclass<32> +EquippedItemClass<8> + +LAYOUT 2DFDFA1C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +EquippedItemInvTypes<32> +EquippedItemSubclass<32> +EquippedItemClass<8> + LAYOUT CE628176, A4507566 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> EquippedItemInvTypes<32> @@ -59,7 +85,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -77,7 +103,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellFlyout.dbd b/definitions/SpellFlyout.dbd index ad6dd185613..9636b2b4b17 100644 --- a/definitions/SpellFlyout.dbd +++ b/definitions/SpellFlyout.dbd @@ -20,9 +20,41 @@ SpellIconID<32> Name_lang Description_lang +LAYOUT 23CEEA8A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +RaceMask<32> +Name_lang +Description_lang +SpellIconID<16> +Flags<8> +ClassMask<32> + +LAYOUT 48A4908B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +RaceMask<32> +Name_lang +Description_lang +Flags +ClassMask<32> +SpellIconFileID<32> + +LAYOUT 7F571FDD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +RaceMask<32> +Name_lang +Description_lang +Flags +ClassMask<32> +SpellIconFileID<32> + LAYOUT 6E55E113 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> RaceMask<32> Name_lang @@ -47,7 +79,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -57,12 +89,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> RaceMask<64> Name_lang @@ -78,7 +110,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellFlyoutItem.dbd b/definitions/SpellFlyoutItem.dbd index 2cf6cdd19d0..0bea0f7f0fb 100644 --- a/definitions/SpellFlyoutItem.dbd +++ b/definitions/SpellFlyoutItem.dbd @@ -13,9 +13,32 @@ SpellFlyoutID<32> SpellID<32> Slot<32> +LAYOUT 877BCCA7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +SpellFlyoutID<8> +Slot<8> + +LAYOUT 2F82A739 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +SpellFlyoutID +Slot + +LAYOUT 4B16566A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +SpellFlyoutID +Slot + LAYOUT D091F5DD BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> SpellFlyoutID @@ -33,15 +56,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> Slot @@ -71,7 +94,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellFocusObject.dbd b/definitions/SpellFocusObject.dbd index 73dfbf07638..b3a4ad3e686 100644 --- a/definitions/SpellFocusObject.dbd +++ b/definitions/SpellFocusObject.dbd @@ -14,6 +14,23 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> Name_lang +LAYOUT C7290625 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang + +LAYOUT 35D5C533 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang + +LAYOUT 3904DB9E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang + LAYOUT 96663ABF, 9F2C8370, 1AC95960 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -30,9 +47,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -42,12 +59,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang @@ -58,7 +75,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellIcon.dbd b/definitions/SpellIcon.dbd index 6064f27eba2..74aab1946f4 100644 --- a/definitions/SpellIcon.dbd +++ b/definitions/SpellIcon.dbd @@ -13,3 +13,9 @@ BUILD 1.0.0.3980-1.12.3.6141 BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> TextureFilename + +LAYOUT 290CE6BA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TextureFilename diff --git a/definitions/SpellInterrupts.dbd b/definitions/SpellInterrupts.dbd index bbed7aa9884..f34093ee381 100644 --- a/definitions/SpellInterrupts.dbd +++ b/definitions/SpellInterrupts.dbd @@ -22,9 +22,38 @@ AuraInterruptFlags<32>[2] ChannelInterruptFlags<32>[2] InterruptFlags<32> +LAYOUT BCE11416 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +AuraInterruptFlags<32>[2] +ChannelInterruptFlags<32>[2] +InterruptFlags<16> +DifficultyID<8> + +LAYOUT EAE63490 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +AuraInterruptFlags<32>[2] +ChannelInterruptFlags<32>[2] +InterruptFlags<16> +DifficultyID + +LAYOUT 617FAC67 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +AuraInterruptFlags<32>[2] +ChannelInterruptFlags<32>[2] +InterruptFlags<16> +DifficultyID + LAYOUT D543CC04 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> AuraInterruptFlags<32>[2] @@ -44,15 +73,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DifficultyID InterruptFlags<16> @@ -86,7 +115,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellItemEnchantment.dbd b/definitions/SpellItemEnchantment.dbd index 01da46e5a93..e21f9cff1b1 100644 --- a/definitions/SpellItemEnchantment.dbd +++ b/definitions/SpellItemEnchantment.dbd @@ -351,8 +351,79 @@ ScalingClass<32> ScalingClassRestricted<32> EffectScalingPoints[3] +LAYOUT 55410316 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +EffectArg<32>[3] +Name_lang +EffectScalingPoints[3] +TransmogCost<32> +IconFileDataID<32> +EffectPointsMin<16>[3] +ItemVisual<16> +Flags<16> +RequiredSkillID<16> +RequiredSkillRank<16> +ItemLevel<16> +Charges<8> +Effect<8>[3] +Condition_ID<8> +MinLevel<8> +MaxLevel<8> +ScalingClass<8> +ScalingClassRestricted<8> +TransmogUnlockConditionID<32> + +LAYOUT A75CDAF0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +EffectArg[3] +Name_lang +EffectScalingPoints[3] +TransmogCost +IconFileDataID +EffectPointsMin<16>[3] +ItemVisual +Flags +RequiredSkillID +RequiredSkillRank +ItemLevel +Charges +Effect[3] +Condition_ID +MinLevel +MaxLevel +ScalingClass<8> +ScalingClassRestricted<8> +TransmogUnlockConditionID + +LAYOUT 39848BCB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +EffectArg[3] +Name_lang +EffectScalingPoints[3] +TransmogCost +IconFileDataID +EffectPointsMin<16>[3] +ItemVisual +Flags +RequiredSkillID +RequiredSkillRank +ItemLevel +Charges +Effect[3] +Condition_ID +MinLevel +MaxLevel +ScalingClass<8> +ScalingClassRestricted<8> +TransmogUnlockConditionID + LAYOUT 645FB5AC -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> EffectArg[3] Name_lang @@ -400,8 +471,8 @@ TransmogUnlockConditionID LAYOUT 80DEA734 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang EffectArg[3] @@ -481,7 +552,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -627,7 +698,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellItemEnchantmentCondition.dbd b/definitions/SpellItemEnchantmentCondition.dbd index 80e18d44a7b..fde6faace6a 100644 --- a/definitions/SpellItemEnchantmentCondition.dbd +++ b/definitions/SpellItemEnchantmentCondition.dbd @@ -15,6 +15,24 @@ int Field_7_3_2_25549_002? int Field_7_3_2_25549_003? int Field_7_3_2_25549_004? int Field_7_3_2_25549_005? +int Field_7_1_0_22636_000? +int Field_7_1_0_22636_001? +int Field_7_1_0_22636_002? +int Field_7_1_0_22636_003? +int Field_7_1_0_22636_004? +int Field_7_1_0_22636_005? +int Field_7_2_0_23445_000? +int Field_7_2_0_23445_001? +int Field_7_2_0_23445_002? +int Field_7_2_0_23445_003? +int Field_7_2_0_23445_004? +int Field_7_2_0_23445_005? +int Field_7_2_0_23478_000? +int Field_7_2_0_23478_001? +int Field_7_2_0_23478_002? +int Field_7_2_0_23478_003? +int Field_7_2_0_23478_004? +int Field_7_2_0_23478_005? BUILD 3.0.8.9328 BUILD 3.0.2.8885 @@ -45,9 +63,41 @@ Rt_operand<32>[5] Logic<8>[5] Padding_6_0_1_18179_009<8>[3] +LAYOUT E7DAD37D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Field_7_1_0_22636_000<8>[5] +Field_7_1_0_22636_001<8>[5] +Field_7_1_0_22636_002<8>[5] +Field_7_1_0_22636_003<8>[5] +Field_7_1_0_22636_004<8>[5] +Field_7_1_0_22636_005<32>[5] + +LAYOUT 58C3798D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Field_7_2_0_23445_000[5] +Field_7_2_0_23445_001[5] +Field_7_2_0_23445_002[5] +Field_7_2_0_23445_003[5] +Field_7_2_0_23445_004[5] +Field_7_2_0_23445_005[5] + +LAYOUT EF6322FD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Field_7_2_0_23478_000[5] +Field_7_2_0_23478_001[5] +Field_7_2_0_23478_002[5] +Field_7_2_0_23478_003[5] +Field_7_2_0_23478_004[5] +Field_7_2_0_23478_005[5] + LAYOUT FEBEF5E5 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Field_7_3_2_25549_000[5] Field_7_3_2_25549_001[5] @@ -58,8 +108,8 @@ Field_7_3_2_25549_005[5] LAYOUT B9C16961, 041EF481 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Lt_operand[5] Lt_operandType[5] @@ -93,7 +143,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -113,7 +163,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellKeyboundOverride.dbd b/definitions/SpellKeyboundOverride.dbd index 9d64cf61edf..51dd9409aa6 100644 --- a/definitions/SpellKeyboundOverride.dbd +++ b/definitions/SpellKeyboundOverride.dbd @@ -21,9 +21,32 @@ BUILD 5.1.0.16309-5.4.8.18414 $id$ID<32> Function +LAYOUT 994DBA82 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Data<32> +Function +Type<8> + +LAYOUT 0D581618 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Data<32> +Function +Type<8> + +LAYOUT 9E91C799 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Data<32> +Function +Type<8> + LAYOUT 8AC16F04 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Data<32> Function @@ -31,8 +54,8 @@ Type<8> LAYOUT 6ECA16FC, 785C4CF0 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Function Data<32> @@ -52,7 +75,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -95,7 +118,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellLabel.dbd b/definitions/SpellLabel.dbd index f01ef753c85..453f03ee33c 100644 --- a/definitions/SpellLabel.dbd +++ b/definitions/SpellLabel.dbd @@ -3,9 +3,29 @@ int ID int LabelID int SpellID +LAYOUT 924C562C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +LabelID<32> + +LAYOUT E66F6154 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +LabelID + +LAYOUT EF1E888C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +LabelID + LAYOUT 3FC49F7C BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> LabelID @@ -22,15 +42,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> LabelID $noninline,relation$SpellID<32> @@ -58,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellLearnSpell.dbd b/definitions/SpellLearnSpell.dbd index 238f554dc73..398032a3e28 100644 --- a/definitions/SpellLearnSpell.dbd +++ b/definitions/SpellLearnSpell.dbd @@ -21,6 +21,29 @@ LearnSpellID<32> OverridesSpellID<32> SpellID<32> +LAYOUT 96E3FF5C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +LearnSpellID<32> +OverridesSpellID<32> + +LAYOUT FC940C2A +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +LearnSpellID<32> +OverridesSpellID<32> + +LAYOUT F49DE0EB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +LearnSpellID<32> +OverridesSpellID<32> + LAYOUT 153EBA26, CC8637D2, C0699F17 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -37,9 +60,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -49,12 +72,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> LearnSpellID<32> @@ -85,7 +108,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellLevels.dbd b/definitions/SpellLevels.dbd index 57150d6aec8..28a29d2eeb3 100644 --- a/definitions/SpellLevels.dbd +++ b/definitions/SpellLevels.dbd @@ -70,9 +70,41 @@ BaseLevel<32> MaxLevel<32> SpellLevel<32> +LAYOUT AAD87C71 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +BaseLevel<16> +MaxLevel<16> +SpellLevel<16> +DifficultyID<8> +MaxPassiveAuraLevel<8> + +LAYOUT EFCD2149 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +BaseLevel<16> +MaxLevel<16> +SpellLevel<16> +DifficultyID +MaxPassiveAuraLevel + +LAYOUT DE445A89 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +BaseLevel<16> +MaxLevel<16> +SpellLevel<16> +DifficultyID +MaxPassiveAuraLevel + LAYOUT 9F5C2D61 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> BaseLevel<16> @@ -83,8 +115,8 @@ MaxPassiveAuraLevel LAYOUT 9E7D1CCD, D2F11C65 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BaseLevel<16> MaxLevel<16> @@ -103,7 +135,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -149,7 +181,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellMechanic.dbd b/definitions/SpellMechanic.dbd index d23e6a7e8bb..38aff427692 100644 --- a/definitions/SpellMechanic.dbd +++ b/definitions/SpellMechanic.dbd @@ -18,6 +18,23 @@ BUILD 1.8.0.4714-1.12.3.6141 $id$ID<32> StateName_lang +LAYOUT 2B61E266 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +StateName_lang + +LAYOUT 9176E800 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +StateName_lang + +LAYOUT 4F68BCAD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +StateName_lang + LAYOUT F2075D8C, 24C6F0F3, BD81DC13 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -34,9 +51,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -46,12 +63,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> StateName_lang @@ -62,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellMemorizeCost.dbd b/definitions/SpellMemorizeCost.dbd index 5aece2c3202..bd31df0ff72 100644 --- a/definitions/SpellMemorizeCost.dbd +++ b/definitions/SpellMemorizeCost.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> Field_10_1_0_48661_000<32> diff --git a/definitions/SpellMisc.dbd b/definitions/SpellMisc.dbd index bbb0790d862..efccdc06c48 100644 --- a/definitions/SpellMisc.dbd +++ b/definitions/SpellMisc.dbd @@ -217,9 +217,50 @@ SpellIconID<32> ActiveIconID<32> SchoolMask<32> +LAYOUT 238E7BD9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Attributes<32>[14] +Speed +LaunchDelay +CastingTimeIndex<16> +DurationIndex<16> +RangeIndex<16> +SpellIconID<16> +ActiveIconID<16> +SchoolMask<8> + +LAYOUT 66F78F27 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Attributes<32>[14] +Speed +LaunchDelay +CastingTimeIndex +DurationIndex +RangeIndex +SchoolMask +SpellIconFileDataID<32> +ActiveIconFileDataID<32> + +LAYOUT CF15456A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Attributes<32>[14] +Speed +LaunchDelay +CastingTimeIndex +DurationIndex +RangeIndex +SchoolMask +SpellIconFileDataID<32> +ActiveIconFileDataID<32> + LAYOUT 4DF9B9DB BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Attributes<32>[14] Speed @@ -233,8 +274,8 @@ ActiveIconFileDataID<32> LAYOUT CDC114D5 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> CastingTimeIndex DurationIndex @@ -269,7 +310,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -413,7 +454,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellMiscDifficulty.dbd b/definitions/SpellMiscDifficulty.dbd index 263859fad06..b263e70f20c 100644 --- a/definitions/SpellMiscDifficulty.dbd +++ b/definitions/SpellMiscDifficulty.dbd @@ -3,9 +3,29 @@ int SpellID int DifficultyID int SpellMiscID +LAYOUT FF3CE8ED +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +SpellID<32> +DifficultyID<8> +$id$SpellMiscID<32> + +LAYOUT 199BFA53 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +SpellID<32> +DifficultyID +$id$SpellMiscID<32> + +LAYOUT 15277128 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +SpellID<32> +DifficultyID +$id$SpellMiscID<32> + LAYOUT E8AD116F BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 SpellID<32> DifficultyID $id$SpellMiscID<32> diff --git a/definitions/SpellMissile.dbd b/definitions/SpellMissile.dbd index f235d6cb6cf..d50e28eef75 100644 --- a/definitions/SpellMissile.dbd +++ b/definitions/SpellMissile.dbd @@ -65,12 +65,71 @@ Gravity MaxDuration CollisionRadius +LAYOUT DB6D042C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +DefaultPitchMin +DefaultPitchMax +DefaultSpeedMin +DefaultSpeedMax +RandomizeFacingMin +RandomizeFacingMax +RandomizePitchMin +RandomizePitchMax +RandomizeSpeedMin +RandomizeSpeedMax +Gravity +MaxDuration +CollisionRadius +Flags<8> + +LAYOUT C98602EA +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +DefaultPitchMin +DefaultPitchMax +DefaultSpeedMin +DefaultSpeedMax +RandomizeFacingMin +RandomizeFacingMax +RandomizePitchMin +RandomizePitchMax +RandomizeSpeedMin +RandomizeSpeedMax +Gravity +MaxDuration +CollisionRadius +Flags + +LAYOUT D15D882B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +DefaultPitchMin +DefaultPitchMax +DefaultSpeedMin +DefaultSpeedMax +RandomizeFacingMin +RandomizeFacingMax +RandomizePitchMin +RandomizePitchMax +RandomizeSpeedMin +RandomizeSpeedMax +Gravity +MaxDuration +CollisionRadius +Flags + LAYOUT 1D35645E, 7E961832 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> DefaultPitchMin @@ -113,7 +172,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -142,7 +201,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellMissileMotion.dbd b/definitions/SpellMissileMotion.dbd index a15d201d606..67f5d63b4fa 100644 --- a/definitions/SpellMissileMotion.dbd +++ b/definitions/SpellMissileMotion.dbd @@ -20,6 +20,32 @@ ScriptBody Flags<32> MissileCount<32> +LAYOUT 41A32383 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +ScriptBody +Flags<8> +MissileCount<8> + +LAYOUT 87CE7AE3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +ScriptBody +Flags +MissileCount + +LAYOUT B4A475EB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +ScriptBody +Flags +MissileCount + LAYOUT 6B78A45B, A61A5983, A76EF553 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -32,17 +58,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name ScriptBody @@ -89,7 +115,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/SpellName.dbd b/definitions/SpellName.dbd index c6e74e92671..7fe6decee09 100644 --- a/definitions/SpellName.dbd +++ b/definitions/SpellName.dbd @@ -27,7 +27,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -42,7 +42,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellOverrideName.dbd b/definitions/SpellOverrideName.dbd index 7d769ac8d2f..fa30e4b1692 100644 --- a/definitions/SpellOverrideName.dbd +++ b/definitions/SpellOverrideName.dbd @@ -36,7 +36,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellPower.dbd b/definitions/SpellPower.dbd index b578888942d..25b2a21a613 100644 --- a/definitions/SpellPower.dbd +++ b/definitions/SpellPower.dbd @@ -93,9 +93,62 @@ PowerPctPerSecond RequiredAuraSpellID<32> Field_6_0_1_18179_012 +LAYOUT 5BC3DDCE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +SpellID<32> +ManaCost<32> +PowerCostPct +PowerPctPerSecond +RequiredAuraSpellID<32> +PowerCostMaxPct +OrderIndex<8> +PowerType<8> +$id$ID<32> +ManaCostPerLevel<32> +ManaPerSecond<32> +OptionalCost<32> +PowerDisplayID<32> +AltPowerBarID<32> + +LAYOUT A7704C46 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +SpellID<32> +ManaCost<32> +PowerCostPct +PowerPctPerSecond +RequiredAuraSpellID<32> +PowerCostMaxPct +OrderIndex +PowerType<8> +$id$ID<32> +ManaCostPerLevel<32> +ManaPerSecond<32> +OptionalCost +PowerDisplayID +AltPowerBarID<32> + +LAYOUT 7E56F4D6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +SpellID<32> +ManaCost<32> +PowerCostPct +PowerPctPerSecond +RequiredAuraSpellID<32> +PowerCostMaxPct +OrderIndex +PowerType<8> +$id$ID<32> +ManaCostPerLevel<32> +ManaPerSecond<32> +OptionalCost +PowerDisplayID +AltPowerBarID<32> + LAYOUT A2D2A8CE BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 SpellID<32> ManaCost<32> PowerCostPct @@ -113,8 +166,8 @@ AltPowerBarID<32> LAYOUT 8E5E46EC BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 ManaCost<32> PowerCostPct PowerPctPerSecond @@ -161,7 +214,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -244,7 +297,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellPowerDifficulty.dbd b/definitions/SpellPowerDifficulty.dbd index 7b9bace7dc9..422784e5c8a 100644 --- a/definitions/SpellPowerDifficulty.dbd +++ b/definitions/SpellPowerDifficulty.dbd @@ -31,12 +31,32 @@ $id$ID<32> DifficultyID<32> OrderIndex<32> +LAYOUT DD6987D1 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +DifficultyID<8> +OrderIndex<8> +$id$ID<32> + +LAYOUT DD737EF3 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +DifficultyID +OrderIndex +$id$ID<32> + +LAYOUT CE90A34A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +DifficultyID +OrderIndex +$id$ID<32> + LAYOUT 74714FF7, 139EAB3B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 DifficultyID OrderIndex $id$ID<32> @@ -62,7 +82,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -88,7 +108,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellProceduralEffect.dbd b/definitions/SpellProceduralEffect.dbd index e9266b2a5d2..148076d3831 100644 --- a/definitions/SpellProceduralEffect.dbd +++ b/definitions/SpellProceduralEffect.dbd @@ -26,12 +26,32 @@ $id$ID<32> Type<8> Value[4] +LAYOUT FF66AE2D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Value[4] +Type<8> +$id$ID<32> + +LAYOUT 1E7A1503 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Value[4] +Type<8> +$id$ID<32> + +LAYOUT B92EDA80 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Value[4] +Type<8> +$id$ID<32> + LAYOUT 3E47F4EF, 6362DD9B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Value[4] Type<8> $id$ID<32> @@ -57,7 +77,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -83,7 +103,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellProcsPerMinute.dbd b/definitions/SpellProcsPerMinute.dbd index 71f4e5eab27..69a882d2c84 100644 --- a/definitions/SpellProcsPerMinute.dbd +++ b/definitions/SpellProcsPerMinute.dbd @@ -9,6 +9,26 @@ $id$ID<32> BaseProcRate Flags<32> +LAYOUT BA59813B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +BaseProcRate +Flags<8> + +LAYOUT 6100D01B +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BaseProcRate +Flags + +LAYOUT 8B1DA391 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BaseProcRate +Flags + LAYOUT 4BC1931B, BEBE0C8B, 7B121F85 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -25,9 +45,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -37,12 +57,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BaseProcRate Flags @@ -54,7 +74,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellProcsPerMinuteMod.dbd b/definitions/SpellProcsPerMinuteMod.dbd index 432041618a2..3c4b58deb40 100644 --- a/definitions/SpellProcsPerMinuteMod.dbd +++ b/definitions/SpellProcsPerMinuteMod.dbd @@ -54,9 +54,35 @@ Param<32> Coeff SpellProcsPerMinuteID<32> +LAYOUT 0044A109 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Coeff +Param<16> +Type<8> +SpellProcsPerMinuteID<8> + +LAYOUT 7E0F8F5D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Coeff +Param<16> +Type +SpellProcsPerMinuteID + +LAYOUT 777C8E87 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Coeff +Param<16> +Type +SpellProcsPerMinuteID + LAYOUT 57D7949F BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Coeff Param<16> @@ -65,8 +91,8 @@ Type LAYOUT 2503C18B, B0F54E4B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Coeff Param<16> @@ -84,7 +110,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -124,7 +150,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellRadius.dbd b/definitions/SpellRadius.dbd index b0ec4f13507..8ac4ada1c5d 100644 --- a/definitions/SpellRadius.dbd +++ b/definitions/SpellRadius.dbd @@ -26,6 +26,32 @@ RadiusPerLevel RadiusMin RadiusMax +LAYOUT 01D4170C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Radius +RadiusPerLevel +RadiusMin +RadiusMax + +LAYOUT A08C1188 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Radius +RadiusPerLevel +RadiusMin +RadiusMax + +LAYOUT A7115276 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Radius +RadiusPerLevel +RadiusMin +RadiusMax + LAYOUT C12E5C90, AE4257F8, 6BD6FF9E BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -42,9 +68,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -54,12 +80,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Radius RadiusPerLevel @@ -73,7 +99,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellRange.dbd b/definitions/SpellRange.dbd index 47d40821844..fec490a1bef 100644 --- a/definitions/SpellRange.dbd +++ b/definitions/SpellRange.dbd @@ -8,7 +8,7 @@ locstring DisplayNameShort_lang LAYOUT 6F18DB4E BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -45,9 +45,38 @@ Flags<32> DisplayName_lang DisplayNameShort_lang +LAYOUT 9A45DAC4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +RangeMin[2] +RangeMax[2] +DisplayName_lang +DisplayNameShort_lang +Flags<8> + +LAYOUT 84CB525E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +RangeMin[2] +RangeMax[2] +DisplayName_lang +DisplayNameShort_lang +Flags + +LAYOUT F800EFF5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +RangeMin[2] +RangeMax[2] +DisplayName_lang +DisplayNameShort_lang +Flags + LAYOUT 1A6155F2 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> RangeMin[2] RangeMax[2] @@ -57,7 +86,8 @@ Flags LAYOUT DE2E3F8E BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28377 $noninline,id$ID<32> DisplayName_lang DisplayNameShort_lang @@ -103,7 +133,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellReagents.dbd b/definitions/SpellReagents.dbd index fe3aae415d9..aaa4fb57b68 100644 --- a/definitions/SpellReagents.dbd +++ b/definitions/SpellReagents.dbd @@ -32,6 +32,29 @@ ReagentCount<32>[8] CurrencyID<32> CurrencyCount<32> +LAYOUT 91DD8682 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +Reagent<32>[8] +ReagentCount<16>[8] + +LAYOUT 7DEEA90C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +Reagent<32>[8] +ReagentCount<16>[8] + +LAYOUT 56EDE5AB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +Reagent<32>[8] +ReagentCount<16>[8] + LAYOUT 0463C688, 4B7DC644, 0675B343 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 BUILD 9.2.0.41089, 9.2.0.41257, 9.2.0.41360, 9.2.0.41462, 9.2.0.41726, 9.2.0.41827, 9.2.0.41962, 9.2.0.42069, 9.2.0.42174, 9.2.0.42257, 9.2.0.42277, 9.2.0.42354, 9.2.0.42399, 9.2.0.42423, 9.2.0.42488, 9.2.0.42521, 9.2.0.42538, 9.2.0.42560, 9.2.0.42578, 9.2.0.42614, 9.2.0.42698, 9.2.0.42825, 9.2.0.42852, 9.2.0.42937, 9.2.0.42979, 9.2.0.43114, 9.2.0.43206, 9.2.0.43340, 9.2.0.43345 @@ -47,9 +70,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -59,12 +82,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> Reagent<32>[8] @@ -111,7 +134,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellReagentsCurrency.dbd b/definitions/SpellReagentsCurrency.dbd index 77cf87fbc47..4df06c75430 100644 --- a/definitions/SpellReagentsCurrency.dbd +++ b/definitions/SpellReagentsCurrency.dbd @@ -4,6 +4,29 @@ int CurrencyCount int CurrencyTypesID int SpellID +LAYOUT FD286C2C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +CurrencyTypesID<16> +CurrencyCount<16> + +LAYOUT 103E049E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +CurrencyTypesID +CurrencyCount + +LAYOUT B1B6E25D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +CurrencyTypesID +CurrencyCount + LAYOUT 90A5E5D2, 4D3F01C6, 1D2927F1 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -20,9 +43,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -32,12 +55,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> $relation$SpellID<32> CurrencyTypesID @@ -50,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellReplacement.dbd b/definitions/SpellReplacement.dbd index 228a577d858..e3e68437074 100644 --- a/definitions/SpellReplacement.dbd +++ b/definitions/SpellReplacement.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellScaling.dbd b/definitions/SpellScaling.dbd index c070c162f20..764bff3f3c3 100644 --- a/definitions/SpellScaling.dbd +++ b/definitions/SpellScaling.dbd @@ -96,12 +96,41 @@ NerfMaxLevel<32> MaxScalingLevel<32> ScalesFromItemLevel<32> +LAYOUT 647B325B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +ScalesFromItemLevel<16> +Class<32> +MinScalingLevel<32> +MaxScalingLevel<32> + +LAYOUT 46CFB91D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +ScalesFromItemLevel<16> +Class<32> +MinScalingLevel +MaxScalingLevel + +LAYOUT 9ED127A4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +ScalesFromItemLevel<16> +Class<32> +MinScalingLevel +MaxScalingLevel + LAYOUT F67A5719, 0D8E1465 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> ScalesFromItemLevel<16> @@ -130,7 +159,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -161,7 +190,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellScript.dbd b/definitions/SpellScript.dbd index 70dcc510ac0..2e09068c4c5 100644 --- a/definitions/SpellScript.dbd +++ b/definitions/SpellScript.dbd @@ -38,7 +38,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellScriptText.dbd b/definitions/SpellScriptText.dbd index b44d5e497e7..9939f101c96 100644 --- a/definitions/SpellScriptText.dbd +++ b/definitions/SpellScriptText.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellShapeshift.dbd b/definitions/SpellShapeshift.dbd index dcbbbeabcaf..b26c113bdd8 100644 --- a/definitions/SpellShapeshift.dbd +++ b/definitions/SpellShapeshift.dbd @@ -14,12 +14,38 @@ ShapeshiftExclude<32>[2] ShapeshiftMask<32>[2] StanceBarOrder<32> +LAYOUT 751BB86D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +ShapeshiftExclude<32>[2] +ShapeshiftMask<32>[2] +StanceBarOrder<8> + +LAYOUT F0906F95 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +ShapeshiftExclude<32>[2] +ShapeshiftMask<32>[2] +StanceBarOrder<8> + +LAYOUT 1DDAC1DB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +ShapeshiftExclude<32>[2] +ShapeshiftMask<32>[2] +StanceBarOrder<8> + LAYOUT A461C24D, 8A186EE5 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> ShapeshiftExclude<32>[2] @@ -51,7 +77,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -69,7 +95,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellShapeshiftForm.dbd b/definitions/SpellShapeshiftForm.dbd index d47933669fb..a9d60d73593 100644 --- a/definitions/SpellShapeshiftForm.dbd +++ b/definitions/SpellShapeshiftForm.dbd @@ -13,6 +13,7 @@ int ExitSoundEntriesID int AttackIconFileID float DamageVariance int Field_1_15_0_52124_002? // Duplicate of CreatureDisplayID +int Field_7_1_0_22636_003? // DBAnalyser: [AttackIconFileID, 0,94%], [ExitSoundEntriesID, 0,94%] BUILD 0.5.3.3368 BUILD 0.5.3.3368-0.5.5.3494 @@ -114,9 +115,53 @@ PresetSpellID<32>[8] MountTypeID<32> ExitSoundEntriesID<32> +LAYOUT F2F53E9B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +DamageVariance +Flags<32> +Field_7_1_0_22636_003<16> +CombatRoundTime<16> +CreatureDisplayID<16>[4] +PresetSpellID<16>[8] +MountTypeID<16> +CreatureType<8> +BonusActionBar<8> + +LAYOUT 0E731257 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +DamageVariance +Flags<32> +CombatRoundTime<16> +MountTypeID +CreatureType<8> +BonusActionBar<8> +AttackIconFileID<32> +CreatureDisplayID[4] +PresetSpellID[8] + +LAYOUT 3B74E677 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +DamageVariance +Flags<32> +CombatRoundTime<16> +MountTypeID +CreatureType<8> +BonusActionBar<8> +AttackIconFileID<32> +CreatureDisplayID[4] +PresetSpellID[8] + LAYOUT 99DC58DF BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Name_lang DamageVariance @@ -131,8 +176,8 @@ PresetSpellID[8] LAYOUT 130819AF BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang DamageVariance @@ -184,7 +229,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -204,7 +249,7 @@ PresetSpellID[8] LAYOUT BFE8FFA1 BUILD 10.2.0.51239 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellSpecialUnitEffect.dbd b/definitions/SpellSpecialUnitEffect.dbd index c4580776e79..8ca4f790b3d 100644 --- a/definitions/SpellSpecialUnitEffect.dbd +++ b/definitions/SpellSpecialUnitEffect.dbd @@ -10,6 +10,26 @@ BUILD 4.2.0.14333-4.3.4.15595 $id$EnumID<32> SpellVisualEffectNameID<32> +LAYOUT 44CE5AA5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellVisualEffectNameID<16> +PositionerID<32> + +LAYOUT E010A9FD +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellVisualEffectNameID +PositionerID + +LAYOUT 3E8DA6A5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellVisualEffectNameID +PositionerID + LAYOUT 76989615, F084B84D, BD6355C5 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -26,9 +46,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -38,12 +58,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellVisualEffectNameID PositionerID @@ -55,7 +75,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellTargetRestrictions.dbd b/definitions/SpellTargetRestrictions.dbd index 6086e17a333..3cf13848d86 100644 --- a/definitions/SpellTargetRestrictions.dbd +++ b/definitions/SpellTargetRestrictions.dbd @@ -38,9 +38,47 @@ MaxTargetLevel<32> TargetCreatureType<32> Targets<32> +LAYOUT 3E737FD4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +ConeDegrees +Width +Targets<32> +TargetCreatureType<16> +DifficultyID<8> +MaxTargets<8> +MaxTargetLevel<32> + +LAYOUT 6BE5EB44 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +ConeDegrees +Width +Targets<32> +TargetCreatureType<16> +DifficultyID +MaxTargets +MaxTargetLevel + +LAYOUT 14146B0A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +ConeDegrees +Width +Targets<32> +TargetCreatureType<16> +DifficultyID +MaxTargets +MaxTargetLevel + LAYOUT 973D298C BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID<32> ConeDegrees @@ -53,8 +91,8 @@ MaxTargetLevel LAYOUT 7B330026 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ConeDegrees Width @@ -91,7 +129,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -135,7 +173,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellTotems.dbd b/definitions/SpellTotems.dbd index 3b553e3866b..5a65aa2ef02 100644 --- a/definitions/SpellTotems.dbd +++ b/definitions/SpellTotems.dbd @@ -12,12 +12,35 @@ $id$ID<32> RequiredTotemCategoryID<32>[2] Totem<32>[2] +LAYOUT CEF20980 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +Totem<32>[2] +RequiredTotemCategoryID<16>[2] + +LAYOUT 2D60CC12 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID<32> +Totem<32>[2] +RequiredTotemCategoryID[2] + +LAYOUT C384E067 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID<32> +Totem<32>[2] +RequiredTotemCategoryID[2] + LAYOUT EC0C4866, 0EDEE9CA BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> Totem<32>[2] @@ -48,7 +71,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -65,7 +88,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisual.dbd b/definitions/SpellVisual.dbd index 5a0f22298d5..424980f5078 100644 --- a/definitions/SpellVisual.dbd +++ b/definitions/SpellVisual.dbd @@ -72,6 +72,28 @@ int Field_5_4_0_17266_022? int Field_5_4_0_17266_023? int Field_5_4_0_17266_024? int ReducedUnexpectedCameraMovementSpellVisualID? +int Field_7_1_0_22636_019? // DBAnalyser: [DamageNumberDelay, 1%] +int Field_7_1_0_22636_020? // DBAnalyser: [DamageNumberDelay, 1%] +int Field_7_1_0_22636_026? // DBAnalyser: [DamageNumberDelay, 1%] +int Field_7_1_0_22636_027? // DBAnalyser: [DamageNumberDelay, 1%] +int Field_7_2_0_23445_017? // DBAnalyser: [DamageNumberDelay, 1%] +int Field_7_2_0_23445_018? // DBAnalyser: [DamageNumberDelay, 1%] +int Field_7_2_0_23445_021? // DBAnalyser: [DamageNumberDelay, 1%], [Field_7_1_0_22636_020, 1%], [Field_7_1_0_22636_019, 1%] +int Field_7_2_0_23445_023? // DBAnalyser: [Field_7_1_0_22636_020, 1%], [Field_7_1_0_22636_019, 1%] +int Field_7_2_0_23445_028? // DBAnalyser: [Field_7_1_0_22636_027, 0,95%], [Field_7_1_0_22636_026, 0,95%] +int Field_7_2_0_23445_029? // DBAnalyser: [Field_7_1_0_22636_027, 0,95%], [Field_7_1_0_22636_026, 0,95%] +int Field_7_2_0_23478_028? // DBAnalyser: [Field_7_2_0_23445_029, 0,95%], [Field_7_2_0_23445_028, 0,95%] +int Field_7_2_0_23478_029? // DBAnalyser: [Field_7_2_0_23445_029, 0,95%], [Field_7_2_0_23445_028, 0,95%] +int Field_7_2_5_23958_000? +float Field_7_2_5_23958_001? +float Field_7_2_5_23958_002? +int Field_7_2_5_23958_003? +int Field_7_2_5_23958_004? +int Field_7_2_5_23958_005? +int Field_7_2_5_23958_006? +int Field_7_2_5_23958_007? +int Field_7_2_5_23958_008? +int Field_7_2_5_23958_009? BUILD 0.5.3.3368 BUILD 0.5.3.3368-0.6.0.3592 @@ -98,7 +120,7 @@ WeaponTrailFadeoutRate<8> WeaponTrailDuration<32> LAYOUT 14EB1652 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MissileCastOffset[3] MissileImpactOffset[3] @@ -138,7 +160,7 @@ AreaModel LAYOUT 5E179BEE BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -579,6 +601,117 @@ Field_6_0_1_18179_023<32> Field_6_0_1_18179_024<32> SpellVisualMissileSetID<32> +LAYOUT 2A5536DE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Field_6_0_1_18179_001<32> +PrecastKit<32> +CastKit<32> +ImpactKit<32> +StateKit<32> +Field_6_0_1_18179_006<32> +Field_6_0_1_18179_007<32> +Field_6_0_1_18179_010<32> +Field_6_0_1_18179_011<32> +Field_6_0_1_18179_012<32> +Field_6_0_1_18179_014<32> +Field_6_0_1_18179_015<32> +Field_6_0_1_18179_016<32> +Field_6_0_1_18179_017<32> +Field_6_0_1_18179_018<32> +MissileCastOffset[3] +MissileImpactOffset[3] +Field_6_0_1_18179_023<32> +Field_6_0_1_18179_024<32> +Field_7_1_0_22636_019<16> +Field_7_1_0_22636_020<16> +SpellVisualMissileSetID<16> +MissileAttachment<8> +MissileDestinationAttachment<8> +$id$ID<32> +AnimEventSoundID<32> +Field_7_1_0_22636_026<32> +Field_7_1_0_22636_027<32> + +LAYOUT B5D6F3F7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Field_6_0_1_18179_001<32> +PrecastKit<32> +CastKit<32> +ImpactKit<32> +StateKit<32> +Field_6_0_1_18179_006<32> +Field_6_0_1_18179_007<32> +Field_6_0_1_18179_010<32> +Field_6_0_1_18179_011<32> +Field_6_0_1_18179_012<32> +Field_6_0_1_18179_014<32> +Field_6_0_1_18179_015<32> +Field_6_0_1_18179_016<32> +Field_6_0_1_18179_017<32> +Field_6_0_1_18179_018<32> +MissileCastOffset[3] +MissileImpactOffset[3] +Field_7_2_0_23445_017 +Field_7_2_0_23445_018 +Field_6_0_1_18179_023<32> +Field_6_0_1_18179_024<32> +Field_7_2_0_23445_021 +SpellVisualMissileSetID +Field_7_2_0_23445_023 +MissileAttachment<8> +MissileDestinationAttachment<8> +$id$ID +AnimEventSoundID +Field_7_2_0_23445_028 +Field_7_2_0_23445_029 + +LAYOUT 03C190D7 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Field_6_0_1_18179_001<32> +PrecastKit<32> +CastKit<32> +ImpactKit<32> +StateKit<32> +Field_6_0_1_18179_006<32> +Field_6_0_1_18179_007<32> +Field_6_0_1_18179_010<32> +Field_6_0_1_18179_011<32> +Field_6_0_1_18179_012<32> +Field_6_0_1_18179_014<32> +Field_6_0_1_18179_015<32> +Field_6_0_1_18179_016<32> +Field_6_0_1_18179_017<32> +Field_6_0_1_18179_018<32> +MissileCastOffset[3] +MissileImpactOffset[3] +Field_7_2_0_23445_017 +Field_7_2_0_23445_018 +Field_6_0_1_18179_023<32> +Field_6_0_1_18179_024<32> +Field_7_2_0_23445_021 +SpellVisualMissileSetID +DamageNumberDelay +MissileAttachment<8> +MissileDestinationAttachment<8> +$id$ID +AnimEventSoundID +Field_7_2_0_23478_028 +Field_7_2_0_23478_029 + +LAYOUT 8E440CD2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +Field_7_2_5_23958_000<32> +Field_7_2_5_23958_001[3] +Field_7_2_5_23958_002[3] +Field_7_2_5_23958_003 +Field_7_2_5_23958_004 +Field_7_2_5_23958_005<8> +Field_7_2_5_23958_006<8> +$id$Field_7_2_5_23958_007<32> +Field_7_2_5_23958_008 +$noninline,relation$Field_7_2_5_23958_009<64>[42] + LAYOUT 77E0E98C BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500 Field_6_0_1_18179_010<32> @@ -606,17 +739,17 @@ $noninline,relation$Field_7_3_0_24473_009<32> LAYOUT AC810A44 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 MissileCastOffset[3] MissileImpactOffset[3] MissileDestinationAttachment<8> MissileAttachment<8> $id$ID<32> -$noninline,relation$Field_7_3_0_24473_009<32> +$noninline,relation$Field_7_3_0_24473_009<64> LAYOUT 1C1301D2 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 $noninline,id$ID<32> MissileCastOffset[3] MissileImpactOffset[3] @@ -730,7 +863,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualAnim.dbd b/definitions/SpellVisualAnim.dbd index a2e4a7f406c..d6f62b7a34b 100644 --- a/definitions/SpellVisualAnim.dbd +++ b/definitions/SpellVisualAnim.dbd @@ -4,12 +4,35 @@ int AnimKitID int InitialAnimID int LoopAnimID +LAYOUT 9466CA0B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +InitialAnimID<16> +LoopAnimID<16> +AnimKitID<16> + +LAYOUT E0A53975 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +InitialAnimID<16> +LoopAnimID<16> +AnimKitID + +LAYOUT 999CD8F6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +InitialAnimID<16> +LoopAnimID<16> +AnimKitID + LAYOUT 0ABD7A19, D0D2BCCD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> InitialAnimID<16> LoopAnimID<16> @@ -40,7 +63,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -57,7 +80,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualColorEffect.dbd b/definitions/SpellVisualColorEffect.dbd index 2dfa2006ef0..38ad50339e3 100644 --- a/definitions/SpellVisualColorEffect.dbd +++ b/definitions/SpellVisualColorEffect.dbd @@ -53,12 +53,59 @@ OpacityCurveID ColorMultiplier PositionerID +LAYOUT B64EDACC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Duration +Color<32> +ColorMultiplier +RedCurveID<16> +GreenCurveID<16> +BlueCurveID<16> +AlphaCurveID<16> +OpacityCurveID<16> +Flags<8> +Type<8> +PositionerID<32> + +LAYOUT B344C0D2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Duration +Color<32> +ColorMultiplier +RedCurveID +GreenCurveID +BlueCurveID +AlphaCurveID +OpacityCurveID +Flags +Type +PositionerID + +LAYOUT 59B20857 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Duration +Color<32> +ColorMultiplier +RedCurveID +GreenCurveID +BlueCurveID +AlphaCurveID +OpacityCurveID +Flags +Type +PositionerID + LAYOUT 7E5B2E66, E150405A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Duration Color<32> @@ -90,7 +137,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -156,7 +203,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 $noninline,id$ID<32> diff --git a/definitions/SpellVisualEffectName.dbd b/definitions/SpellVisualEffectName.dbd index 464a3859709..3818aa657f9 100644 --- a/definitions/SpellVisualEffectName.dbd +++ b/definitions/SpellVisualEffectName.dbd @@ -196,12 +196,65 @@ Alpha Flags<32> GenericID<32> +LAYOUT 357EA96F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FileName +EffectRadius +BaseMissileSpeed +Scale +MinAllowedScale +MaxAllowedScale +Alpha +Flags<32> +GenericID<32> +TextureFileDataID<32> +Type<8> +RibbonQualityID<32> +DissolveEffectID<32> + +LAYOUT D632D289 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileName +EffectRadius +BaseMissileSpeed +Scale +MinAllowedScale +MaxAllowedScale +Alpha +Flags +GenericID<32> +TextureFileDataID<32> +Type +RibbonQualityID +DissolveEffectID<32> + +LAYOUT 1FBC2750 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileName +EffectRadius +BaseMissileSpeed +Scale +MinAllowedScale +MaxAllowedScale +Alpha +Flags +GenericID<32> +TextureFileDataID<32> +Type +RibbonQualityID +DissolveEffectID<32> + LAYOUT B930A934 BUILD 8.0.1.25902 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> EffectRadius BaseMissileSpeed @@ -273,7 +326,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -323,7 +376,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualEvent.dbd b/definitions/SpellVisualEvent.dbd index 1ca8d4c0664..3ac7a70510e 100644 --- a/definitions/SpellVisualEvent.dbd +++ b/definitions/SpellVisualEvent.dbd @@ -30,7 +30,7 @@ $noninline,relation$SpellVisualID<32> LAYOUT 487A650E BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellVisualID<32> StartEvent<32> @@ -44,8 +44,8 @@ SpellVisualKitID<32> LAYOUT AE75BC3C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> StartEvent<32> StartMinOffsetMs<32> @@ -105,7 +105,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -128,7 +128,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualKit.dbd b/definitions/SpellVisualKit.dbd index c86bb3a0973..3e627673c54 100644 --- a/definitions/SpellVisualKit.dbd +++ b/definitions/SpellVisualKit.dbd @@ -304,6 +304,43 @@ Field_6_0_1_18179_020[4] Field_6_0_1_18179_021<32> Field_6_0_1_18179_022 +LAYOUT 4356273E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Flags<32> +FallbackPriority +DelayMin<16> +DelayMax<16> +$id$ID<32> +FallbackSpellVisualKitID<32> + +LAYOUT 6B40807E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Flags<32> +FallbackPriority +DelayMin +DelayMax +$id$ID<32> +FallbackSpellVisualKitID + +LAYOUT C1E1518E +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Flags<32> +FallbackPriority +DelayMin +DelayMax +$id$ID<32> +FallbackSpellVisualKitID + +LAYOUT 73E2BF35 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +Flags<32> +FallbackPriority +DelayMin +DelayMax +FallbackSpellVisualKitID + LAYOUT 571C236C BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563 $noninline,id$ID<32> @@ -315,21 +352,21 @@ FallbackSpellVisualKitID LAYOUT DB2F70FE BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> -$noninline,relation$Field_7_3_2_25549_001<32> +$noninline,relation$Field_7_3_2_25549_001<64> LAYOUT DC04F488, 3F538334 BUILD 8.1.0.27826, 8.1.0.27934 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags<32> FallbackPriority @@ -375,7 +412,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualKitAreaModel.dbd b/definitions/SpellVisualKitAreaModel.dbd index 9f94563fc7b..2e2a608b27f 100644 --- a/definitions/SpellVisualKitAreaModel.dbd +++ b/definitions/SpellVisualKitAreaModel.dbd @@ -44,12 +44,44 @@ EmissionRate Spacing ModelScale +LAYOUT 3574C2E7 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ModelFileDataID<32> +EmissionRate +Spacing +ModelScale +LifeTime<16> +Flags<8> + +LAYOUT D1CE95BB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ModelFileDataID<32> +EmissionRate +Spacing +ModelScale +LifeTime +Flags + +LAYOUT B1470E0F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ModelFileDataID<32> +EmissionRate +Spacing +ModelScale +LifeTime +Flags + LAYOUT BE76E593, 9DCD5A0B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ModelFileDataID<32> EmissionRate @@ -83,7 +115,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -103,7 +135,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualKitEffect.dbd b/definitions/SpellVisualKitEffect.dbd index 869c6d1927a..7ecb08659eb 100644 --- a/definitions/SpellVisualKitEffect.dbd +++ b/definitions/SpellVisualKitEffect.dbd @@ -11,9 +11,32 @@ EffectType<32> Effect<32> $noninline,relation$ParentSpellVisualKitID<32> +LAYOUT 61637867 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ParentSpellVisualKitID<32> +EffectType<32> +Effect<32> + +LAYOUT 6B663D33 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ParentSpellVisualKitID<32> +EffectType<32> +Effect<32> + +LAYOUT A0F573D3 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ParentSpellVisualKitID<32> +EffectType<32> +Effect<32> + LAYOUT D7C9ED1B BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> ParentSpellVisualKitID<32> EffectType<32> @@ -22,14 +45,14 @@ Effect<32> LAYOUT B78084B7, F104E59F BUILD 8.1.0.27826, 8.1.0.27934 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> EffectType<32> Effect<32> @@ -69,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualKitModelAttach.dbd b/definitions/SpellVisualKitModelAttach.dbd index c5f55bdcffc..0d9818f72b7 100644 --- a/definitions/SpellVisualKitModelAttach.dbd +++ b/definitions/SpellVisualKitModelAttach.dbd @@ -29,6 +29,30 @@ float Field_9_0_1_33978_021? int Field_7_3_2_25549_000? // always matches ParentSpellVisualKitID relation? int Field_11_0_0_54210_022? int Field_1_15_4_56400_021? +float Field_7_1_0_22636_006? +float Field_7_1_0_22636_007? +float Field_7_1_0_22636_008? +float Field_7_1_0_22636_009? +float Field_7_1_0_22636_010? +int Field_7_1_0_22636_011? // DBAnalyser: [Field_6_0_1_18179_014, 1%], [Field_6_0_1_18179_013, 1%], [Field_6_0_1_18179_008, 0,99%] +float Field_7_1_0_22636_012? +int Field_7_1_0_22636_014? // DBAnalyser: [Field_6_0_1_18179_014, 1%], [Field_6_0_1_18179_013, 1%], [Field_6_0_1_18179_008, 0,99%] +int Field_7_2_0_23445_000? +float Field_7_2_0_23445_001? +float Field_7_2_0_23445_002? +int Field_7_2_0_23445_003? +int Field_7_2_0_23445_004? +int Field_7_2_0_23445_005? +int Field_7_2_0_23445_006? +int Field_7_2_0_23445_007? +int Field_7_2_0_23478_000? +float Field_7_2_0_23478_001? +float Field_7_2_0_23478_002? +int Field_7_2_0_23478_003? +int Field_7_2_0_23478_004? +int Field_7_2_0_23478_005? +int Field_7_2_0_23478_006? +int Field_7_2_0_23478_007? LAYOUT B9DFDC7A BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15.3.55563, 1.15.3.55646, 1.15.3.55917, 1.15.3.56488, 1.15.3.56626 @@ -206,9 +230,58 @@ AnimKitID<32> Field_6_0_1_18179_013<32> Field_6_0_1_18179_014<32> +LAYOUT 04B33CAD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Field_7_3_2_25549_000<32> +Offset[3] +OffsetVariation[3] +Yaw +Pitch +Roll +Field_7_1_0_22636_006 +Field_7_1_0_22636_007 +Field_7_1_0_22636_008 +Field_7_1_0_22636_009 +Field_7_1_0_22636_010 +Field_7_1_0_22636_011<32> +Field_7_1_0_22636_012 +SpellVisualEffectNameID<16> +Field_7_1_0_22636_014<16> +StartAnimID<16> +AnimID<16> +EndAnimID<16> +AnimKitID<16> +AttachmentID<8> +Flags<8> +$id$ID<32> + +LAYOUT 02111AE5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Field_7_2_0_23445_000<32> +Field_7_2_0_23445_001[3] +Field_7_2_0_23445_002[3] +Field_7_2_0_23445_003 +Field_7_2_0_23445_004<8> +Field_7_2_0_23445_005 +$id$Field_7_2_0_23445_006<32> +$noninline,relation$Field_7_2_0_23445_007[36] + +LAYOUT 84E65313 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Field_7_2_0_23478_000<32> +Field_7_2_0_23478_001[3] +Field_7_2_0_23478_002[3] +Field_7_2_0_23478_003 +Field_7_2_0_23478_004<8> +Field_7_2_0_23478_005 +$id$Field_7_2_0_23478_006<32> +$noninline,relation$Field_7_2_0_23478_007[36] + LAYOUT AB81ACCD BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 Field_7_3_2_25549_000<32> Offset[3] OffsetVariation[3] @@ -216,12 +289,12 @@ SpellVisualEffectNameID AttachmentID<8> Flags $id$ID<32> -$noninline,relation$ParentSpellVisualKitID<16> +$noninline,relation$ParentSpellVisualKitID LAYOUT BCE18649 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 Offset[3] OffsetVariation[3] $id$ID<32> @@ -255,7 +328,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -374,7 +447,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualKitPicker.dbd b/definitions/SpellVisualKitPicker.dbd index 8ee684ddd85..3c972dfc95c 100644 --- a/definitions/SpellVisualKitPicker.dbd +++ b/definitions/SpellVisualKitPicker.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualKitPickerEntry.dbd b/definitions/SpellVisualKitPickerEntry.dbd index 7fdf2b9dbe8..eecf819bcb6 100644 --- a/definitions/SpellVisualKitPickerEntry.dbd +++ b/definitions/SpellVisualKitPickerEntry.dbd @@ -30,7 +30,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualMissile.dbd b/definitions/SpellVisualMissile.dbd index 1612ddd48a9..27b9a44a29a 100644 --- a/definitions/SpellVisualMissile.dbd +++ b/definitions/SpellVisualMissile.dbd @@ -163,9 +163,68 @@ SpellMissileMotionID<32> CastOffset[3] ImpactOffset[3] +LAYOUT 53BAC2C9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +FollowGroundHeight<32> +FollowGroundDropSpeed<32> +Flags<32> +CastOffset[3] +ImpactOffset[3] +SpellVisualMissileSetID<16> +SpellVisualEffectNameID<16> +CastPositionerID<16> +ImpactPositionerID<16> +FollowGroundApproach<16> +SpellMissileMotionID<16> +Attachment<8> +DestinationAttachment<8> +$id$ID<32> +SoundEntriesID<32> +AnimKitID<32> + +LAYOUT 5B4FAFF1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +FollowGroundHeight<32> +FollowGroundDropSpeed +Flags +CastOffset[3] +ImpactOffset[3] +SpellVisualMissileSetID +SpellVisualEffectNameID +CastPositionerID +ImpactPositionerID +FollowGroundApproach +SpellMissileMotionID +Attachment<8> +DestinationAttachment<8> +$id$ID<32> +SoundEntriesID +AnimKitID + +LAYOUT 5BC97153 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +FollowGroundHeight<32> +FollowGroundDropSpeed +Flags +CastOffset[3] +ImpactOffset[3] +SpellVisualMissileSetID +SpellVisualEffectNameID +CastPositionerID +ImpactPositionerID +FollowGroundApproach +SpellMissileMotionID +Attachment<8> +DestinationAttachment<8> +$id$ID<32> +SoundEntriesID +AnimKitID + LAYOUT DC228F29 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 FollowGroundHeight<32> FollowGroundDropSpeed Flags @@ -185,8 +244,8 @@ AnimKitID LAYOUT 00BA67A5, 5670800D BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 FollowGroundHeight<32> FollowGroundDropSpeed Flags @@ -208,7 +267,7 @@ LAYOUT 0A0345EB BUILD 8.1.0.27826, 8.1.0.27934 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -309,7 +368,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellVisualScreenEffect.dbd b/definitions/SpellVisualScreenEffect.dbd index 9998de5ef4e..18955784482 100644 --- a/definitions/SpellVisualScreenEffect.dbd +++ b/definitions/SpellVisualScreenEffect.dbd @@ -23,7 +23,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellXDescriptionVariables.dbd b/definitions/SpellXDescriptionVariables.dbd index c679e6e9fab..2760f400ed9 100644 --- a/definitions/SpellXDescriptionVariables.dbd +++ b/definitions/SpellXDescriptionVariables.dbd @@ -19,7 +19,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -29,12 +29,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SpellID<32> SpellDescriptionVariablesID<32> @@ -46,7 +46,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/SpellXSpellVisual.dbd b/definitions/SpellXSpellVisual.dbd index 7b04b7266df..324f6d7c45e 100644 --- a/definitions/SpellXSpellVisual.dbd +++ b/definitions/SpellXSpellVisual.dbd @@ -14,6 +14,20 @@ int ViewerPlayerConditionID int ViewerUnitConditionID float Field_7_3_2_25549_003? int Flags2 +int Field_7_1_0_22636_003? // DBAnalyser: [DifficultyID, 0,95%], [Flags, 0,95%], [Priority, 0,95%], [SpellIconFileID, 0,95%], [ActiveIconFileID, 0,95%], [ViewerUnitConditionID, 0,95%], [ViewerPlayerConditionID, 0,95%], [CasterUnitConditionID, 0,95%], [CasterPlayerConditionID, 0,95%] +int Field_7_1_0_22636_004? // DBAnalyser: [DifficultyID, 0,95%], [Flags, 0,95%], [Priority, 0,95%], [SpellIconFileID, 0,95%], [ActiveIconFileID, 0,95%], [ViewerUnitConditionID, 0,95%], [ViewerPlayerConditionID, 0,95%], [CasterUnitConditionID, 0,95%], [CasterPlayerConditionID, 0,95%] +int Field_7_1_0_22636_005? // DBAnalyser: [DifficultyID, 0,95%], [Flags, 0,95%], [Priority, 0,95%], [SpellIconFileID, 0,95%], [ActiveIconFileID, 0,95%], [ViewerUnitConditionID, 0,95%], [ViewerPlayerConditionID, 0,95%], [CasterUnitConditionID, 0,95%], [CasterPlayerConditionID, 0,95%] +int Field_7_1_0_22636_006? // DBAnalyser: [DifficultyID, 0,95%], [Flags, 0,95%], [Priority, 0,95%], [SpellIconFileID, 0,95%], [ActiveIconFileID, 0,95%], [ViewerUnitConditionID, 0,95%], [ViewerPlayerConditionID, 0,95%], [CasterUnitConditionID, 0,95%], [CasterPlayerConditionID, 0,95%] +int Field_7_1_0_22636_007? // DBAnalyser: [DifficultyID, 0,95%], [Flags, 0,95%], [Priority, 0,95%], [SpellIconFileID, 0,95%], [ActiveIconFileID, 0,95%], [ViewerUnitConditionID, 0,95%], [ViewerPlayerConditionID, 0,95%], [CasterUnitConditionID, 0,95%], [CasterPlayerConditionID, 0,95%] +int Field_7_1_0_22636_008? // DBAnalyser: [DifficultyID, 0,95%], [Flags, 0,95%], [Priority, 0,95%], [SpellIconFileID, 0,95%], [ActiveIconFileID, 0,95%], [ViewerUnitConditionID, 0,95%], [ViewerPlayerConditionID, 0,95%], [CasterUnitConditionID, 0,95%], [CasterPlayerConditionID, 0,95%] +int Field_7_2_0_23445_000? +int Field_7_2_0_23445_001? +int Field_7_2_0_23445_002? +int Field_7_2_0_23445_003? +int Field_7_2_0_23478_000? +int Field_7_2_0_23478_001? +int Field_7_2_0_23478_002? +int Field_7_2_0_23478_003? LAYOUT A275DA43 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 @@ -95,18 +109,47 @@ CasterUnitConditionID CasterPlayerConditionID $noninline,relation$SpellID<32> +LAYOUT BB7867F3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +SpellID<32> +Probability +SpellVisualID<16> +Field_7_1_0_22636_003<16> +Field_7_1_0_22636_004<16> +Field_7_1_0_22636_005<16> +Field_7_1_0_22636_006<8> +Field_7_1_0_22636_007<8> +Field_7_1_0_22636_008<8> +$id$ID<32> + +LAYOUT BC924110 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Field_7_2_0_23445_000<32> +Field_7_2_0_23445_001 +$id$Field_7_2_0_23445_002<32> +$noninline,relation$Field_7_2_0_23445_003<64>[12] + +LAYOUT C8455F07 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Field_7_2_0_23478_000<32> +Field_7_2_0_23478_001 +$id$Field_7_2_0_23478_002<32> +$noninline,relation$Field_7_2_0_23478_003<64>[12] + LAYOUT 427CDF5C BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 SpellID<32> SpellVisualID $id$ID<32> -$noninline,relation$Field_7_3_2_25549_003 +$noninline,relation$Field_7_3_2_25549_003<64> LAYOUT 4F4B8A2A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 SpellVisualID $id$ID<32> Probability @@ -164,7 +207,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -258,7 +301,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/StableSlotPrices.dbd b/definitions/StableSlotPrices.dbd index d4d680b05f0..0be34064977 100644 --- a/definitions/StableSlotPrices.dbd +++ b/definitions/StableSlotPrices.dbd @@ -3,13 +3,13 @@ int ID int Cost LAYOUT 68DA8C08 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Cost LAYOUT 60A1DEBC BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/StartupFiles.dbd b/definitions/StartupFiles.dbd index 2cb964805f2..dbf2708e33d 100644 --- a/definitions/StartupFiles.dbd +++ b/definitions/StartupFiles.dbd @@ -4,6 +4,19 @@ int BytesRequired int FileDataID int Locale +LAYOUT 8B69689C +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileDataID<32> +Locale<32> + +LAYOUT 3DDEE73C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +$noninline,id$ID<32> +FileDataID<32> +Locale<32> +BytesRequired<32> + LAYOUT 51FEBBB5, F1381769, 368EADE0 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -20,9 +33,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -32,12 +45,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FileDataID<32> Locale<32> @@ -50,7 +63,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Startup_Strings.dbd b/definitions/Startup_Strings.dbd index 3079d958a2e..ac494773a03 100644 --- a/definitions/Startup_Strings.dbd +++ b/definitions/Startup_Strings.dbd @@ -16,6 +16,26 @@ $id$ID<32> Name Message_lang +LAYOUT 8C2A9B67 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +Message_lang + +LAYOUT 61DBBE6F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +Message_lang + +LAYOUT 57A2EA45 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +Message_lang + LAYOUT F8CDDEE7, 82058A06, F6EA05C9 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -28,17 +48,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name Message_lang @@ -66,7 +86,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Stationery.dbd b/definitions/Stationery.dbd index 39200b2bad5..f59a2a55fcc 100644 --- a/definitions/Stationery.dbd +++ b/definitions/Stationery.dbd @@ -19,9 +19,32 @@ ItemID<32> Texture Flags<32> +LAYOUT 5956C630 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Texture +Flags<8> +ItemID<32> + +LAYOUT 7A87665E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Texture +Flags +ItemID + +LAYOUT FC4B1219 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Texture +Flags +ItemID + LAYOUT AB713E39 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Flags ItemID @@ -29,8 +52,8 @@ TextureFileDataID<32>[2] LAYOUT 20F6BABD, 1F765161 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags ItemID @@ -61,7 +84,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -78,7 +101,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/StringLookups.dbd b/definitions/StringLookups.dbd index b9451f770cf..dbcb015c4a8 100644 --- a/definitions/StringLookups.dbd +++ b/definitions/StringLookups.dbd @@ -15,7 +15,24 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> String +LAYOUT CA7A241B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +String + +LAYOUT E065C90D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +String + +LAYOUT 2273F460 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +String + LAYOUT 7FD55381 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> String diff --git a/definitions/SummonProperties.dbd b/definitions/SummonProperties.dbd index 93181c54d3a..9b1efa6d969 100644 --- a/definitions/SummonProperties.dbd +++ b/definitions/SummonProperties.dbd @@ -20,12 +20,41 @@ Title<32> Slot<32> Flags<32> +LAYOUT 1EE46E46 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<32> +Control<32> +Faction<32> +Title<32> +Slot<32> + +LAYOUT 4749D498 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags<32> +Control<32> +Faction<32> +Title<32> +Slot<32> + +LAYOUT 431AC5BD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags<32> +Control<32> +Faction<32> +Title<32> +Slot<32> + LAYOUT FB8338FC, 6FF65030 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags<32> Control<32> @@ -54,7 +83,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -85,7 +114,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TactKey.dbd b/definitions/TactKey.dbd index c420d68599d..f1d0619d59d 100644 --- a/definitions/TactKey.dbd +++ b/definitions/TactKey.dbd @@ -2,6 +2,23 @@ COLUMNS int ID int Key +LAYOUT 08773764 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Key<8>[16] + +LAYOUT 667F07E6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Key[16] + +LAYOUT 93982C41 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Key[16] + LAYOUT F0F98B62, A55E1CCE, 7A828CBE BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -18,9 +35,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -30,12 +47,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Key[16] @@ -46,7 +63,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TactKeyLookup.dbd b/definitions/TactKeyLookup.dbd index f24ad165eee..bcb57383d22 100644 --- a/definitions/TactKeyLookup.dbd +++ b/definitions/TactKeyLookup.dbd @@ -2,6 +2,23 @@ COLUMNS int ID int TACTID +LAYOUT 93C0A8AC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TACTID<8>[8] + +LAYOUT B1A045AE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +TACTID[8] + +LAYOUT DEB96A09 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +TACTID[8] + LAYOUT 3C1AC92A, 1A696886, 0A22E36E BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -18,9 +35,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -30,12 +47,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TACTID[8] @@ -46,7 +63,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Talent.dbd b/definitions/Talent.dbd index 47d60dd90a4..fdce1984f76 100644 --- a/definitions/Talent.dbd +++ b/definitions/Talent.dbd @@ -26,7 +26,7 @@ PrereqRank<32>[3] Flags<32> LAYOUT C4D2EA85 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Description_lang SpellID @@ -45,7 +45,7 @@ ClassID LAYOUT 05BF97D0 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -227,9 +227,50 @@ ClassID<32> OverridesSpellID<32> Description_lang +LAYOUT E33B18D6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SpellID<32> +OverridesSpellID<32> +Description_lang +SpecID<16> +TierID<8> +ColumnIndex<8> +Flags<8> +CategoryMask<8>[2] +ClassID<8> + +LAYOUT 8FBD91D0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SpellID +OverridesSpellID +Description_lang +SpecID +TierID +ColumnIndex +Flags +CategoryMask[2] +ClassID + +LAYOUT ED04256B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SpellID +OverridesSpellID +Description_lang +SpecID +TierID +ColumnIndex +Flags +CategoryMask[2] +ClassID + LAYOUT 21A2F524 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SpellID OverridesSpellID @@ -243,7 +284,7 @@ ClassID LAYOUT E8850B48 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 $noninline,id$ID<32> Description_lang SpellID @@ -302,7 +343,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TalentTab.dbd b/definitions/TalentTab.dbd index ed450acacf6..3431100cee6 100644 --- a/definitions/TalentTab.dbd +++ b/definitions/TalentTab.dbd @@ -29,7 +29,7 @@ ClassMask<32> BackgroundFile LAYOUT 19A631D6 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang BackgroundFile @@ -39,7 +39,7 @@ OrderIndex<32> LAYOUT 3BEC1184 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/TaxiNodes.dbd b/definitions/TaxiNodes.dbd index 88668ec0441..42003e6fc16 100644 --- a/definitions/TaxiNodes.dbd +++ b/definitions/TaxiNodes.dbd @@ -178,8 +178,46 @@ ConditionID<32> Flags<32> MapOffset[2] +LAYOUT 75BBE821 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Pos[3] +Name_lang +MountCreatureID<32>[2] +MapOffset[2] +ContinentID<16> +UiTextureKitID<16> +CharacterBitNumber<16> +Flags<8> +$id$ID<32> + +LAYOUT 0419E047 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Pos[3] +Name_lang +MountCreatureID<32>[2] +MapOffset[2] +ContinentID +SpecialIconConditionID +CharacterBitNumber +Flags +$id$ID<32> + +LAYOUT 7F24204C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Pos[3] +Name_lang +MountCreatureID<32>[2] +MapOffset[2] +ContinentID +SpecialIconConditionID +CharacterBitNumber +Flags +$id$ID<32> + LAYOUT C8E003F2 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Pos[3] Name_lang @@ -211,8 +249,8 @@ SpecialIconConditionID LAYOUT B46C6A8B, E96BA283 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Pos[3] @@ -262,7 +300,7 @@ MountCreatureID<32>[2] LAYOUT 91ADBF11 BUILD 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -367,7 +405,7 @@ MountCreatureID<32>[2] LAYOUT 3F7CC8B2 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TaxiPath.dbd b/definitions/TaxiPath.dbd index e98bf2fecf2..a45229bc265 100644 --- a/definitions/TaxiPath.dbd +++ b/definitions/TaxiPath.dbd @@ -22,12 +22,35 @@ FromTaxiNode<32> ToTaxiNode<32> Cost<32> +LAYOUT 024DF2C5 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +FromTaxiNode<16> +ToTaxiNode<16> +$id$ID<32> +Cost<32> + +LAYOUT FF00692D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +FromTaxiNode +ToTaxiNode +$id$ID<32> +Cost + +LAYOUT CD215FC7 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +FromTaxiNode +ToTaxiNode +$id$ID<32> +Cost + LAYOUT F44E2BF5, 419933CD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $relation$FromTaxiNode ToTaxiNode $id$ID<32> @@ -58,7 +81,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -75,7 +98,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TaxiPathNode.dbd b/definitions/TaxiPathNode.dbd index e2ffe30600b..85579852204 100644 --- a/definitions/TaxiPathNode.dbd +++ b/definitions/TaxiPathNode.dbd @@ -114,18 +114,56 @@ Delay<32> ArrivalEventID<32> DepartureEventID<32> +LAYOUT 265B46FD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Loc[3] +Delay<32> +PathID<16> +ContinentID<16> +ArrivalEventID<16> +DepartureEventID<16> +NodeIndex<8> +Flags<8> +$id$ID<32> + +LAYOUT 79E381FB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Loc[3] +Delay +PathID +ContinentID +ArrivalEventID +DepartureEventID +NodeIndex +Flags +$id$ID<32> + +LAYOUT 5D49C8E0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Loc[3] +Delay +PathID +ContinentID +ArrivalEventID +DepartureEventID +NodeIndex +Flags +$id$ID<32> + LAYOUT D38E8C01, A5604F55 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Loc[3] $relation$PathID ContinentID NodeIndex $id$ID<32> -Flags<8> +Flags Delay ArrivalEventID DepartureEventID @@ -146,7 +184,7 @@ LAYOUT E28C3360 BUILD 8.1.0.27826, 8.1.0.27934 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -199,7 +237,7 @@ DepartureEventID<32> LAYOUT A20FF622 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TerrainColorGradingRamp.dbd b/definitions/TerrainColorGradingRamp.dbd index 61686f0678a..6fd50ed2ac8 100644 --- a/definitions/TerrainColorGradingRamp.dbd +++ b/definitions/TerrainColorGradingRamp.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TerrainMaterial.dbd b/definitions/TerrainMaterial.dbd index ff9930c15d3..cc4b62f24d3 100644 --- a/definitions/TerrainMaterial.dbd +++ b/definitions/TerrainMaterial.dbd @@ -15,6 +15,29 @@ Name Shader<32> EnvMapPath +LAYOUT FEAC3DEB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +EnvMapPath +Shader<8> + +LAYOUT C524B2E1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +EnvMapPath +Shader + +LAYOUT 49A78572 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +EnvMapPath +Shader + LAYOUT EF220095 BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563 $noninline,id$ID<32> @@ -23,7 +46,7 @@ EnvMapPath Shader LAYOUT 91C43D59 -BUILD 7.3.0.24608 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Name Shader @@ -46,7 +69,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 @@ -58,12 +81,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Shader EnvMapDiffuseFileID<32> @@ -76,7 +99,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TerrainType.dbd b/definitions/TerrainType.dbd index 6ca22e1a044..f7aca8623b1 100644 --- a/definitions/TerrainType.dbd +++ b/definitions/TerrainType.dbd @@ -8,7 +8,7 @@ int SoundID int Flags LAYOUT 4BE35F10 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TerrainDesc TerrainID<32> @@ -19,7 +19,7 @@ Flags LAYOUT 4C8C5C80 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -113,6 +113,35 @@ FootstepSprayWalk<32> SoundID<32> Flags<32> +LAYOUT CE859CB3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TerrainDesc +FootstepSprayRun<16> +FootstepSprayWalk<16> +SoundID<8> +Flags<8> + +LAYOUT 42512699 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +TerrainDesc +FootstepSprayRun +FootstepSprayWalk +SoundID +Flags + +LAYOUT 88A1087E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +TerrainDesc +FootstepSprayRun +FootstepSprayWalk +SoundID +Flags + LAYOUT 4FE20345, B4573071, 7CE432CE BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -125,9 +154,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$TerrainID<32> TerrainDesc FootstepSprayRun @@ -154,7 +183,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TerrainTypeSounds.dbd b/definitions/TerrainTypeSounds.dbd index 85d08ad9bbb..44cf62d24ba 100644 --- a/definitions/TerrainTypeSounds.dbd +++ b/definitions/TerrainTypeSounds.dbd @@ -14,6 +14,23 @@ BUILD 1.0.0.3980-1.12.3.6141 BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> +LAYOUT A75DB185 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name + +LAYOUT 8401C693 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name + +LAYOUT 8730DCFE +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name + LAYOUT E4923C1F, ECCAE96B, E722960A BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -26,17 +43,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name @@ -62,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TextureBlendSet.dbd b/definitions/TextureBlendSet.dbd index b32b4faf4c3..fb424a1a055 100644 --- a/definitions/TextureBlendSet.dbd +++ b/definitions/TextureBlendSet.dbd @@ -12,12 +12,56 @@ float TextureScrollRateU float TextureScrollRateV int Flags? // &1: ???, &2: ???, &4: ??? +LAYOUT 5EB52530 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TextureFileDataID<32>[3] +TextureScrollRateU[3] +TextureScrollRateV[3] +TextureScaleU[3] +TextureScaleV[3] +ModX[4] +SwizzleRed<8> +SwizzleGreen<8> +SwizzleBlue<8> +SwizzleAlpha<8> + +LAYOUT 0F95D60C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +TextureFileDataID<32>[3] +TextureScrollRateU[3] +TextureScrollRateV[3] +TextureScaleU[3] +TextureScaleV[3] +ModX[4] +SwizzleRed +SwizzleGreen +SwizzleBlue +SwizzleAlpha + +LAYOUT 5BFDA3B4 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +TextureFileDataID<32>[3] +TextureScrollRateU[3] +TextureScrollRateV[3] +TextureScaleU[3] +TextureScaleV[3] +ModX[4] +SwizzleRed +SwizzleGreen +SwizzleBlue +SwizzleAlpha + LAYOUT A2323E0C, 3879BF6C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TextureFileDataID<32>[3] TextureScrollRateU[3] @@ -39,7 +83,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -93,7 +137,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TextureFileData.dbd b/definitions/TextureFileData.dbd index a3c49137758..31208ad2b73 100644 --- a/definitions/TextureFileData.dbd +++ b/definitions/TextureFileData.dbd @@ -12,17 +12,37 @@ Field_6_0_1_18179_001<32> Field_6_0_1_18179_002<32> FileDataID<32> +LAYOUT EA25E12A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +MaterialResourcesID<32> +UsageType<8> +$id$FileDataID<32> + +LAYOUT 17F4348C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +MaterialResourcesID<32> +UsageType +$id$FileDataID<32> + +LAYOUT 35167055 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +MaterialResourcesID<32> +UsageType +$id$FileDataID<32> + LAYOUT F7A606B0 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 MaterialResourcesID<32> UsageType $id$FileDataID<32> LAYOUT E0790D00 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $id$FileDataID<32> $relation$MaterialResourcesID<32> UsageType @@ -52,7 +72,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -68,7 +88,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TierTransition.dbd b/definitions/TierTransition.dbd index 933c3e44b46..0707083f25b 100644 --- a/definitions/TierTransition.dbd +++ b/definitions/TierTransition.dbd @@ -34,7 +34,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TotemCategory.dbd b/definitions/TotemCategory.dbd index 1ffd311d2e4..830c09a0b52 100644 --- a/definitions/TotemCategory.dbd +++ b/definitions/TotemCategory.dbd @@ -16,12 +16,35 @@ Name_lang TotemCategoryType<32> TotemCategoryMask<32> +LAYOUT CCD2F8FC +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +TotemCategoryMask<32> +TotemCategoryType<8> + +LAYOUT 6C2A8AEE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +TotemCategoryMask<32> +TotemCategoryType + +LAYOUT 789625BB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +TotemCategoryMask<32> +TotemCategoryType + LAYOUT 20B9177A, B604281C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang TotemCategoryMask<32> @@ -52,7 +75,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -69,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Toy.dbd b/definitions/Toy.dbd index 2961acc1e5f..505e35f269f 100644 --- a/definitions/Toy.dbd +++ b/definitions/Toy.dbd @@ -13,9 +13,35 @@ ItemID<32> Flags SourceTypeEnum<8> +LAYOUT 9C360567 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +ItemID<32> +SourceText_lang +Flags<8> +SourceTypeEnum<8> +$id$ID<32> + +LAYOUT 14882FFE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ItemID<32> +SourceText_lang +Flags +SourceTypeEnum<8> +$id$ID<32> + +LAYOUT C6934651 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ItemID<32> +SourceText_lang +Flags +SourceTypeEnum<8> +$id$ID<32> + LAYOUT 01D29F62 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 ItemID<32> SourceText_lang Flags @@ -24,8 +50,8 @@ $id$ID<32> LAYOUT 5409C5EA, 087C162E BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 SourceText_lang ItemID<32> Flags @@ -57,7 +83,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -74,7 +100,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TradeSkillCategory.dbd b/definitions/TradeSkillCategory.dbd index 1927ed28927..6abcb4512e4 100644 --- a/definitions/TradeSkillCategory.dbd +++ b/definitions/TradeSkillCategory.dbd @@ -56,8 +56,37 @@ OrderIndex<32> Name_lang Flags<32> +LAYOUT 5E591FFB +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +SkillLineID<16> +ParentTradeSkillCategoryID<16> +OrderIndex<16> +Flags<8> + +LAYOUT D7766459 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +SkillLineID +ParentTradeSkillCategoryID +OrderIndex<16> +Flags + +LAYOUT 6F15EA1C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +SkillLineID +ParentTradeSkillCategoryID +OrderIndex<16> +Flags + LAYOUT C44AEF6D -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Name_lang SkillLineID @@ -67,10 +96,10 @@ Flags LAYOUT 5D3ADD4D BUILD 8.0.1.25902 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang SkillLineID @@ -119,7 +148,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -152,7 +181,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TradeSkillItem.dbd b/definitions/TradeSkillItem.dbd index 7efdbf22c84..3dbbb0570dd 100644 --- a/definitions/TradeSkillItem.dbd +++ b/definitions/TradeSkillItem.dbd @@ -24,6 +24,26 @@ $noninline,id$ID<32> ItemLevel RequiredLevel<8> +LAYOUT 1ECD3B6E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ItemLevel<16> +RequiredLevel<8> + +LAYOUT A58A6A92 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ItemLevel +RequiredLevel<8> + +LAYOUT 3E65917A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ItemLevel +RequiredLevel<8> + LAYOUT FDE283DA, A90CD5D2, F7BCB2E0 BUILD 8.3.7.34872, 8.3.7.35114, 8.3.7.35249, 8.3.7.35284, 8.3.7.35435, 8.3.7.35662 BUILD 8.3.0.32044, 8.3.0.32151, 8.3.0.32203, 8.3.0.32218, 8.3.0.32272, 8.3.0.32414, 8.3.0.32489, 8.3.0.32593, 8.3.0.32712, 8.3.0.32805, 8.3.0.32846, 8.3.0.32861, 8.3.0.32976, 8.3.0.33010, 8.3.0.33051, 8.3.0.33062, 8.3.0.33073, 8.3.0.33084, 8.3.0.33095, 8.3.0.33115, 8.3.0.33169, 8.3.0.33183, 8.3.0.33237, 8.3.0.33369, 8.3.0.33528, 8.3.0.33724, 8.3.0.33775, 8.3.0.33941, 8.3.0.34220, 8.3.0.34601, 8.3.0.34769, 8.3.0.34963 @@ -32,16 +52,16 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ItemLevel RequiredLevel<8> @@ -65,7 +85,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitCond.dbd b/definitions/TraitCond.dbd index aad8eb879e0..fe3ccb450d0 100644 --- a/definitions/TraitCond.dbd +++ b/definitions/TraitCond.dbd @@ -64,7 +64,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitCost.dbd b/definitions/TraitCost.dbd index 316d1c56a9b..2d7900fc611 100644 --- a/definitions/TraitCost.dbd +++ b/definitions/TraitCost.dbd @@ -21,7 +21,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitCurrency.dbd b/definitions/TraitCurrency.dbd index eff46fd783d..d5373b2b37d 100644 --- a/definitions/TraitCurrency.dbd +++ b/definitions/TraitCurrency.dbd @@ -18,7 +18,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitCurrencySource.dbd b/definitions/TraitCurrencySource.dbd index c32d9a97af5..52e629c4896 100644 --- a/definitions/TraitCurrencySource.dbd +++ b/definitions/TraitCurrencySource.dbd @@ -26,7 +26,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitDefinition.dbd b/definitions/TraitDefinition.dbd index 4309b448e1e..85d806f9b2b 100644 --- a/definitions/TraitDefinition.dbd +++ b/definitions/TraitDefinition.dbd @@ -43,7 +43,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitDefinitionEffectPoints.dbd b/definitions/TraitDefinitionEffectPoints.dbd index 2a0622db307..55789eee253 100644 --- a/definitions/TraitDefinitionEffectPoints.dbd +++ b/definitions/TraitDefinitionEffectPoints.dbd @@ -20,7 +20,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitEdge.dbd b/definitions/TraitEdge.dbd index 26b2c362beb..5fdea03b2bf 100644 --- a/definitions/TraitEdge.dbd +++ b/definitions/TraitEdge.dbd @@ -20,7 +20,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNode.dbd b/definitions/TraitNode.dbd index a714387c16e..a10b64fe231 100644 --- a/definitions/TraitNode.dbd +++ b/definitions/TraitNode.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNodeEntry.dbd b/definitions/TraitNodeEntry.dbd index 9e95fa98682..56e36e612d4 100644 --- a/definitions/TraitNodeEntry.dbd +++ b/definitions/TraitNodeEntry.dbd @@ -25,7 +25,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNodeEntryXTraitCond.dbd b/definitions/TraitNodeEntryXTraitCond.dbd index 5439cdcefd2..48e691ba68c 100644 --- a/definitions/TraitNodeEntryXTraitCond.dbd +++ b/definitions/TraitNodeEntryXTraitCond.dbd @@ -16,7 +16,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNodeEntryXTraitCost.dbd b/definitions/TraitNodeEntryXTraitCost.dbd index f2276c6af5a..89298f04eda 100644 --- a/definitions/TraitNodeEntryXTraitCost.dbd +++ b/definitions/TraitNodeEntryXTraitCost.dbd @@ -22,7 +22,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNodeGroup.dbd b/definitions/TraitNodeGroup.dbd index 51f149f6767..bb60b004c5b 100644 --- a/definitions/TraitNodeGroup.dbd +++ b/definitions/TraitNodeGroup.dbd @@ -17,7 +17,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNodeGroupXTraitCond.dbd b/definitions/TraitNodeGroupXTraitCond.dbd index d0ae0498081..61936b0e300 100644 --- a/definitions/TraitNodeGroupXTraitCond.dbd +++ b/definitions/TraitNodeGroupXTraitCond.dbd @@ -16,7 +16,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNodeGroupXTraitCost.dbd b/definitions/TraitNodeGroupXTraitCost.dbd index 3d7db947552..56b0a48cdaf 100644 --- a/definitions/TraitNodeGroupXTraitCost.dbd +++ b/definitions/TraitNodeGroupXTraitCost.dbd @@ -24,7 +24,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNodeGroupXTraitNode.dbd b/definitions/TraitNodeGroupXTraitNode.dbd index d6fa4d82d88..13231ace2e9 100644 --- a/definitions/TraitNodeGroupXTraitNode.dbd +++ b/definitions/TraitNodeGroupXTraitNode.dbd @@ -25,7 +25,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNodeXTraitCond.dbd b/definitions/TraitNodeXTraitCond.dbd index 472c5e5c34c..b7041823eff 100644 --- a/definitions/TraitNodeXTraitCond.dbd +++ b/definitions/TraitNodeXTraitCond.dbd @@ -16,7 +16,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNodeXTraitCost.dbd b/definitions/TraitNodeXTraitCost.dbd index 7b002240238..c54c3066b6b 100644 --- a/definitions/TraitNodeXTraitCost.dbd +++ b/definitions/TraitNodeXTraitCost.dbd @@ -22,7 +22,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitNodeXTraitNodeEntry.dbd b/definitions/TraitNodeXTraitNodeEntry.dbd index a637b270081..8edd54f5ef6 100644 --- a/definitions/TraitNodeXTraitNodeEntry.dbd +++ b/definitions/TraitNodeXTraitNodeEntry.dbd @@ -18,7 +18,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitSystem.dbd b/definitions/TraitSystem.dbd index 7225193a29c..88b833e6590 100644 --- a/definitions/TraitSystem.dbd +++ b/definitions/TraitSystem.dbd @@ -16,7 +16,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitTree.dbd b/definitions/TraitTree.dbd index dda125db4fe..8847ac2b495 100644 --- a/definitions/TraitTree.dbd +++ b/definitions/TraitTree.dbd @@ -42,7 +42,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitTreeLoadout.dbd b/definitions/TraitTreeLoadout.dbd index 47165440d62..d3e342640df 100644 --- a/definitions/TraitTreeLoadout.dbd +++ b/definitions/TraitTreeLoadout.dbd @@ -10,7 +10,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitTreeLoadoutEntry.dbd b/definitions/TraitTreeLoadoutEntry.dbd index 1be2c13ee42..1c64655420d 100644 --- a/definitions/TraitTreeLoadoutEntry.dbd +++ b/definitions/TraitTreeLoadoutEntry.dbd @@ -13,7 +13,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitTreeXTraitCost.dbd b/definitions/TraitTreeXTraitCost.dbd index cb4037dfc41..b1547c85ec6 100644 --- a/definitions/TraitTreeXTraitCost.dbd +++ b/definitions/TraitTreeXTraitCost.dbd @@ -22,7 +22,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TraitTreeXTraitCurrency.dbd b/definitions/TraitTreeXTraitCurrency.dbd index 32ea2eed777..e28f3fba19c 100644 --- a/definitions/TraitTreeXTraitCurrency.dbd +++ b/definitions/TraitTreeXTraitCurrency.dbd @@ -25,7 +25,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TransformMatrix.dbd b/definitions/TransformMatrix.dbd index 0bd13921dff..0bcff341d88 100644 --- a/definitions/TransformMatrix.dbd +++ b/definitions/TransformMatrix.dbd @@ -6,6 +6,35 @@ float Roll float Scale float Yaw +LAYOUT C3C28B27 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Pos[3] +Yaw +Pitch +Roll +Scale + +LAYOUT DFE825B5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Pos[3] +Yaw +Pitch +Roll +Scale + +LAYOUT AA37BA84 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Pos[3] +Yaw +Pitch +Roll +Scale + LAYOUT B6A2C431, BA00B2FD, A90524CC BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -22,9 +51,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -34,12 +63,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Pos[3] Yaw @@ -54,7 +83,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TransmogDefaultLevel.dbd b/definitions/TransmogDefaultLevel.dbd index 4c3f2d8dd89..08b9a384c5d 100644 --- a/definitions/TransmogDefaultLevel.dbd +++ b/definitions/TransmogDefaultLevel.dbd @@ -35,7 +35,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TransmogHoliday.dbd b/definitions/TransmogHoliday.dbd index 31f00bad6e7..cd8ec7e17ef 100644 --- a/definitions/TransmogHoliday.dbd +++ b/definitions/TransmogHoliday.dbd @@ -23,6 +23,17 @@ BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15 $id$ID<32> RequiredTransmogHoliday<32> +LAYOUT 744FFEE0 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +RequiredTransmogHoliday<32> + +LAYOUT 70F0928A +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +RequiredTransmogHoliday<32> + LAYOUT B420EB18, 6FC325A0, CDFBE4A2 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -35,9 +46,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -47,12 +58,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> RequiredTransmogHoliday<32> @@ -72,7 +83,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TransmogIllusion.dbd b/definitions/TransmogIllusion.dbd index 0320d10c413..11801339ad4 100644 --- a/definitions/TransmogIllusion.dbd +++ b/definitions/TransmogIllusion.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TransmogSet.dbd b/definitions/TransmogSet.dbd index 00988abb066..aac0312515f 100644 --- a/definitions/TransmogSet.dbd +++ b/definitions/TransmogSet.dbd @@ -70,12 +70,60 @@ $relation$ParentTransmogSetID ExpansionID UiOrder<16> +LAYOUT AFBEBD1B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$id$ID<32> +ParentTransmogSetID<32> +TrackingQuestID<32> +ClassMask<32> + +LAYOUT CE481A79 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +UiOrder<32> +ParentTransmogSetID +TransmogSetGroupID +ExpansionID +$id$ID +Flags<32> +TrackingQuestID +ClassMask<32> +ItemNameDescriptionID<32> + +LAYOUT F752B959 +BUILD 7.2.0.23478 +Name_lang +ParentTransmogSetID +UiOrder<16> +TransmogSetGroupID +ExpansionID +$id$ID +Flags<32> +TrackingQuestID +ClassMask<32> +ItemNameDescriptionID<32> + +LAYOUT A64E0723 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +ParentTransmogSetID +UiOrder<16> +ExpansionID +$id$ID +Flags<32> +TrackingQuestID +ClassMask<32> +ItemNameDescriptionID<32> +TransmogSetGroupID + LAYOUT BEDFD7D1 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang $relation$ParentTransmogSetID UiOrder<16> @@ -104,7 +152,7 @@ LAYOUT 3F0E4AEF BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -187,7 +235,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TransmogSetGroup.dbd b/definitions/TransmogSetGroup.dbd index 3c8e37a539a..25e385610e2 100644 --- a/definitions/TransmogSetGroup.dbd +++ b/definitions/TransmogSetGroup.dbd @@ -23,6 +23,17 @@ BUILD 1.15.3.55112, 1.15.3.55244, 1.15.3.55348, 1.15.3.55391, 1.15.3.55515, 1.15 Name_lang $id$ID<32> +LAYOUT 78B73DED +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Name_lang +$id$ID<32> + +LAYOUT 027DC3B5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Name_lang +$id$ID<32> + LAYOUT CD072FE5, 0F60CFC9, 6AB28D48 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -35,9 +46,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -47,12 +58,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 Name_lang $id$ID<32> @@ -72,7 +83,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TransmogSetItem.dbd b/definitions/TransmogSetItem.dbd index ae7fcf597bd..7e2a553d417 100644 --- a/definitions/TransmogSetItem.dbd +++ b/definitions/TransmogSetItem.dbd @@ -29,6 +29,29 @@ $relation$TransmogSetID ItemModifiedAppearanceID Flags<32> +LAYOUT 93D07FB6 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$id$ID<32> +TransmogSetID<32> +ItemModifiedAppearanceID<32> +Flags<32> + +LAYOUT 292953F2 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$id$ID<32> +TransmogSetID +ItemModifiedAppearanceID +Flags<32> + +LAYOUT 1C481EF6 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$ID<32> +TransmogSetID +ItemModifiedAppearanceID +Flags<32> + LAYOUT 0E96B3A2, 23855A82, 79E6E5F6 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -41,9 +64,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -53,12 +76,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $id$ID<32> $relation$TransmogSetID ItemModifiedAppearanceID @@ -82,7 +105,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TransportAnimation.dbd b/definitions/TransportAnimation.dbd index 5116491f561..211067fa698 100644 --- a/definitions/TransportAnimation.dbd +++ b/definitions/TransportAnimation.dbd @@ -27,9 +27,35 @@ TimeIndex<32> Pos[3] SequenceID<32> +LAYOUT D4A71B4F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TransportID<32> +TimeIndex<32> +Pos[3] +SequenceID<8> + +LAYOUT F9C077FB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +TransportID<32> +TimeIndex +Pos[3] +SequenceID + +LAYOUT AA08A913 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +TransportID<32> +TimeIndex +Pos[3] +SequenceID + LAYOUT 16B8A693 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> TransportID<32> TimeIndex @@ -38,8 +64,8 @@ SequenceID LAYOUT 099987ED, F3B5BCF5 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TimeIndex Pos[3] @@ -60,7 +86,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -96,7 +122,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TransportPhysics.dbd b/definitions/TransportPhysics.dbd index 87603b8fce2..c16c0ee87a2 100644 --- a/definitions/TransportPhysics.dbd +++ b/definitions/TransportPhysics.dbd @@ -30,6 +30,50 @@ MaxBankTurnSpeed SpeedDampThresh SpeedDamp +LAYOUT 870455A8 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +WaveAmp +WaveTimeScale +RollAmp +RollTimeScale +PitchAmp +PitchTimeScale +MaxBank +MaxBankTurnSpeed +SpeedDampThresh +SpeedDamp + +LAYOUT 2FC664A8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +WaveAmp +WaveTimeScale +RollAmp +RollTimeScale +PitchAmp +PitchTimeScale +MaxBank +MaxBankTurnSpeed +SpeedDampThresh +SpeedDamp + +LAYOUT 376AB472 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +WaveAmp +WaveTimeScale +RollAmp +RollTimeScale +PitchAmp +PitchTimeScale +MaxBank +MaxBankTurnSpeed +SpeedDampThresh +SpeedDamp + LAYOUT 2C1FB208, 0B297C98, 1096CC46 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -46,9 +90,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -58,12 +102,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> WaveAmp WaveTimeScale @@ -83,7 +127,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/TransportRotation.dbd b/definitions/TransportRotation.dbd index 718d20f7e21..85b534db117 100644 --- a/definitions/TransportRotation.dbd +++ b/definitions/TransportRotation.dbd @@ -15,9 +15,32 @@ GameObjectsID<32> TimeIndex<32> Rot[4] +LAYOUT C1B2733B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GameObjectsID<32> +TimeIndex<32> +Rot[4] + +LAYOUT 7A08BA65 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GameObjectsID<32> +TimeIndex +Rot[4] + +LAYOUT 5B310112 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GameObjectsID<32> +TimeIndex +Rot[4] + LAYOUT AFA270A9 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> GameObjectsID<32> TimeIndex @@ -25,8 +48,8 @@ Rot[4] LAYOUT 72035AA9, F910E065 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TimeIndex Rot[4] @@ -46,7 +69,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -80,7 +103,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Trophy.dbd b/definitions/Trophy.dbd index c9d2a0706e8..bfddb0be437 100644 --- a/definitions/Trophy.dbd +++ b/definitions/Trophy.dbd @@ -53,12 +53,46 @@ TrophyTypeID<32> GameObjectDisplayInfoID<32> PlayerConditionID<32> +LAYOUT 2DF28AE9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +GameObjectDisplayInfoID<16> +PlayerConditionID<16> +TrophyTypeID<8> + +LAYOUT 3AD234E5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +GameObjectDisplayInfoID +PlayerConditionID +TrophyTypeID + +LAYOUT 38100BC9 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +Name_lang +GameObjectDisplayInfoID +PlayerConditionID +TrophyTypeID + +LAYOUT 29385F9B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +GameObjectDisplayInfoID +TrophyTypeID +PlayerConditionID + LAYOUT E16151C5, AA1B5955 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang GameObjectDisplayInfoID @@ -75,7 +109,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -108,7 +142,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UIArrowCallout.dbd b/definitions/UIArrowCallout.dbd index 10817c81f4a..f73df52e140 100644 --- a/definitions/UIArrowCallout.dbd +++ b/definitions/UIArrowCallout.dbd @@ -27,7 +27,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/UIChromieTimeExpansionInfo.dbd b/definitions/UIChromieTimeExpansionInfo.dbd index 89225b377cb..a988d770762 100644 --- a/definitions/UIChromieTimeExpansionInfo.dbd +++ b/definitions/UIChromieTimeExpansionInfo.dbd @@ -125,7 +125,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> Name_lang Description_lang diff --git a/definitions/UICovenantAbility.dbd b/definitions/UICovenantAbility.dbd index 9fcb7956a4e..039edf8af4c 100644 --- a/definitions/UICovenantAbility.dbd +++ b/definitions/UICovenantAbility.dbd @@ -34,7 +34,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UICovenantPreview.dbd b/definitions/UICovenantPreview.dbd index 45cca86ade8..c5365d03dea 100644 --- a/definitions/UICovenantPreview.dbd +++ b/definitions/UICovenantPreview.dbd @@ -77,7 +77,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UIDeadlyDebuff.dbd b/definitions/UIDeadlyDebuff.dbd index b0a5db4017c..ffea8116ec1 100644 --- a/definitions/UIDeadlyDebuff.dbd +++ b/definitions/UIDeadlyDebuff.dbd @@ -40,7 +40,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 WarningText_lang $id$ID<32> SpellID<32> diff --git a/definitions/UIDungeonScoreRarity.dbd b/definitions/UIDungeonScoreRarity.dbd index b6c55cc93e6..df00ab4456b 100644 --- a/definitions/UIDungeonScoreRarity.dbd +++ b/definitions/UIDungeonScoreRarity.dbd @@ -77,7 +77,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UIEventToast.dbd b/definitions/UIEventToast.dbd index b690b9407e5..ca132198db3 100644 --- a/definitions/UIEventToast.dbd +++ b/definitions/UIEventToast.dbd @@ -177,7 +177,7 @@ LAYOUT 1B94BDE2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UIExpansionDisplayInfo.dbd b/definitions/UIExpansionDisplayInfo.dbd index acd13991f57..17f94b74250 100644 --- a/definitions/UIExpansionDisplayInfo.dbd +++ b/definitions/UIExpansionDisplayInfo.dbd @@ -58,7 +58,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 @@ -69,12 +69,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ExpansionLogo<32> ExpansionBanner<32> @@ -87,7 +87,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UIExpansionDisplayInfoIcon.dbd b/definitions/UIExpansionDisplayInfoIcon.dbd index 2864948dbdd..5e4be3e1ac9 100644 --- a/definitions/UIExpansionDisplayInfoIcon.dbd +++ b/definitions/UIExpansionDisplayInfoIcon.dbd @@ -20,7 +20,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 @@ -31,12 +31,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FeatureDescription_lang ParentID<32> @@ -49,7 +49,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UIGenericWidgetDisplay.dbd b/definitions/UIGenericWidgetDisplay.dbd index ea4411ffe34..17bbbc95a5a 100644 --- a/definitions/UIGenericWidgetDisplay.dbd +++ b/definitions/UIGenericWidgetDisplay.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 4.4.0.53627, 4.4.0.53750, 4.4.0.53863, 4.4.0.53973, 4.4.0.54027, 4.4.0.54137, 4.4.0.54217, 4.4.0.54339, 4.4.0.54377, 4.4.0.54427, 4.4.0.54481, 4.4.0.54500, 4.4.0.54501, 4.4.0.54525, 4.4.0.54558, 4.4.0.54647, 4.4.0.54670, 4.4.0.54737, 4.4.0.54851, 4.4.0.54901, 4.4.0.54986, 4.4.0.55006, 4.4.0.55056, 4.4.0.55141, 4.4.0.55262, 4.4.0.55460, 4.4.0.55613, 4.4.0.55639, 4.4.0.56014, 4.4.0.56420, 4.4.0.56489, 4.4.0.56713, 4.4.0.57244 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 diff --git a/definitions/UIModifiedInstance.dbd b/definitions/UIModifiedInstance.dbd index 48be2efa099..629803e42e8 100644 --- a/definitions/UIModifiedInstance.dbd +++ b/definitions/UIModifiedInstance.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UIScriptedAnimationEffect.dbd b/definitions/UIScriptedAnimationEffect.dbd index 058ea47d25e..c3c993251d2 100644 --- a/definitions/UIScriptedAnimationEffect.dbd +++ b/definitions/UIScriptedAnimationEffect.dbd @@ -212,7 +212,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UISplashScreen.dbd b/definitions/UISplashScreen.dbd index 0b7ac2700dc..41a63a58d8e 100644 --- a/definitions/UISplashScreen.dbd +++ b/definitions/UISplashScreen.dbd @@ -68,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiCamFbackTransmogChrRace.dbd b/definitions/UiCamFbackTransmogChrRace.dbd index 253506cc1b6..4e70f2257ec 100644 --- a/definitions/UiCamFbackTransmogChrRace.dbd +++ b/definitions/UiCamFbackTransmogChrRace.dbd @@ -6,12 +6,41 @@ int InventoryType int UiCameraID int Variation +LAYOUT 23E76F22 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +UiCameraID<16> +ChrRaceID<8> +Gender<8> +InventoryType<8> +Variation<8> + +LAYOUT 6121A9D4 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +UiCameraID +ChrRaceID +Gender +InventoryType +Variation + +LAYOUT EFFB716F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +UiCameraID +ChrRaceID +Gender +InventoryType +Variation + LAYOUT 9FB4CC78, 5A44EF5C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> UiCameraID ChrRaceID @@ -44,7 +73,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -63,7 +92,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiCamFbackTransmogWeapon.dbd b/definitions/UiCamFbackTransmogWeapon.dbd index 7bb27636880..ffdb5fed17f 100644 --- a/definitions/UiCamFbackTransmogWeapon.dbd +++ b/definitions/UiCamFbackTransmogWeapon.dbd @@ -5,12 +5,38 @@ int ItemClass int ItemSubclass int UiCameraID +LAYOUT 8BDD56D3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +UiCameraID<16> +ItemClass<8> +ItemSubclass<8> +InventoryType<8> + +LAYOUT C915A3D7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +UiCameraID +ItemClass +ItemSubclass +InventoryType + +LAYOUT 6E8DF14F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +UiCameraID +ItemClass +ItemSubclass +InventoryType + LAYOUT 020890B7, 62B21407 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> UiCameraID ItemClass @@ -42,7 +68,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -60,7 +86,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiCamera.dbd b/definitions/UiCamera.dbd index 0fb57846917..1223ea7a4c3 100644 --- a/definitions/UiCamera.dbd +++ b/definitions/UiCamera.dbd @@ -10,12 +10,53 @@ float Pos int UiCameraTypeID float Up +LAYOUT 5EF7E92E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +Pos[3] +LookAt[3] +Up[3] +AnimFrame<16> +UiCameraTypeID<8> +AnimVariation<8> +Flags<8> +AnimID<32> + +LAYOUT EE1A2BD8 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +Pos[3] +LookAt[3] +Up[3] +AnimFrame<16> +UiCameraTypeID +AnimVariation<8> +Flags +AnimID<32> + +LAYOUT 2F06438B +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +Pos[3] +LookAt[3] +Up[3] +AnimFrame<16> +UiCameraTypeID +AnimVariation<8> +Flags +AnimID<32> + LAYOUT CA6C98D4, 6ED36760 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name Pos[3] @@ -41,7 +82,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -87,7 +128,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiCameraType.dbd b/definitions/UiCameraType.dbd index cc08e5f01dd..3f593511383 100644 --- a/definitions/UiCameraType.dbd +++ b/definitions/UiCameraType.dbd @@ -4,6 +4,29 @@ int Height string Name int Width +LAYOUT BDDE3ED0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +Width<32> +Height<32> + +LAYOUT E3D389BA +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +Width +Height + +LAYOUT 8B2D7DE5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +Width +Height + LAYOUT 644732AE, 34F64532, 9C86DD21 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -16,17 +39,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name Width @@ -56,7 +79,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiCanvas.dbd b/definitions/UiCanvas.dbd index 35fb6fbec52..0e2aa986ab7 100644 --- a/definitions/UiCanvas.dbd +++ b/definitions/UiCanvas.dbd @@ -47,7 +47,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -73,7 +73,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiCovenantDisplayInfo.dbd b/definitions/UiCovenantDisplayInfo.dbd index 87433ef4474..ebbeaeb3938 100644 --- a/definitions/UiCovenantDisplayInfo.dbd +++ b/definitions/UiCovenantDisplayInfo.dbd @@ -80,7 +80,7 @@ RenownFanfareSoundKitID<32> LAYOUT 04B5154E BUILD 10.1.7.50442, 10.1.7.50505 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiItemInteraction.dbd b/definitions/UiItemInteraction.dbd index 12316aa4842..1f5703d9583 100644 --- a/definitions/UiItemInteraction.dbd +++ b/definitions/UiItemInteraction.dbd @@ -177,7 +177,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 $noninline,id$ID<32> TutorialText_lang TitleText_lang diff --git a/definitions/UiMap.dbd b/definitions/UiMap.dbd index 714c3b1466a..828e3ebc770 100644 --- a/definitions/UiMap.dbd +++ b/definitions/UiMap.dbd @@ -149,7 +149,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -254,7 +254,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 Name_lang $id$ID<32> $relation$ParentUiMapID<32> diff --git a/definitions/UiMapArt.dbd b/definitions/UiMapArt.dbd index 439732f12eb..add69370dc2 100644 --- a/definitions/UiMapArt.dbd +++ b/definitions/UiMapArt.dbd @@ -35,7 +35,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -52,7 +52,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiMapArtStyleLayer.dbd b/definitions/UiMapArtStyleLayer.dbd index 3dba1dbfef8..4bb08261031 100644 --- a/definitions/UiMapArtStyleLayer.dbd +++ b/definitions/UiMapArtStyleLayer.dbd @@ -50,7 +50,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -96,7 +96,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiMapArtTile.dbd b/definitions/UiMapArtTile.dbd index e06b48c7e75..3120a94c9aa 100644 --- a/definitions/UiMapArtTile.dbd +++ b/definitions/UiMapArtTile.dbd @@ -29,7 +29,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -67,7 +67,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiMapAssignment.dbd b/definitions/UiMapAssignment.dbd index 2bafd324e4b..46857ed46a9 100644 --- a/definitions/UiMapAssignment.dbd +++ b/definitions/UiMapAssignment.dbd @@ -61,7 +61,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -84,7 +84,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiMapFogOfWar.dbd b/definitions/UiMapFogOfWar.dbd index 2995d16808d..3df13aa61cf 100644 --- a/definitions/UiMapFogOfWar.dbd +++ b/definitions/UiMapFogOfWar.dbd @@ -29,7 +29,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -46,7 +46,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiMapFogOfWarVisualization.dbd b/definitions/UiMapFogOfWarVisualization.dbd index 38f5cbb7109..aaa678720e7 100644 --- a/definitions/UiMapFogOfWarVisualization.dbd +++ b/definitions/UiMapFogOfWarVisualization.dbd @@ -36,7 +36,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -53,7 +53,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiMapGroupMember.dbd b/definitions/UiMapGroupMember.dbd index d4b213e897a..6d792a65683 100644 --- a/definitions/UiMapGroupMember.dbd +++ b/definitions/UiMapGroupMember.dbd @@ -40,7 +40,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -59,7 +59,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiMapLink.dbd b/definitions/UiMapLink.dbd index 0a27def27ad..ba53eade61d 100644 --- a/definitions/UiMapLink.dbd +++ b/definitions/UiMapLink.dbd @@ -58,7 +58,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -153,7 +153,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiMapPOI.dbd b/definitions/UiMapPOI.dbd index a58b7c1b161..3c3c1760d9b 100644 --- a/definitions/UiMapPOI.dbd +++ b/definitions/UiMapPOI.dbd @@ -7,12 +7,44 @@ int PoiDataType int UiTextureAtlasMemberID float WorldLoc +LAYOUT 51BCAE51 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +ContinentID<32> +WorldLoc[3] +UiTextureAtlasMemberID<32> +Flags<32> +PoiDataType<32> +PoiData<16> +$id$ID<32> + +LAYOUT 8E76DAA9 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ContinentID<32> +WorldLoc[3] +UiTextureAtlasMemberID<32> +Flags<32> +PoiDataType<32> +PoiData +$id$ID<32> + +LAYOUT B7E7C56F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ContinentID<32> +WorldLoc[3] +UiTextureAtlasMemberID<32> +Flags<32> +PoiDataType<16> +PoiData +$id$ID<32> + LAYOUT 559E1F11, 457C62A9 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 ContinentID<32> WorldLoc[3] UiTextureAtlasMemberID<32> diff --git a/definitions/UiMapXMapArt.dbd b/definitions/UiMapXMapArt.dbd index 1fe34740930..de9137b2ab2 100644 --- a/definitions/UiMapXMapArt.dbd +++ b/definitions/UiMapXMapArt.dbd @@ -25,7 +25,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -59,7 +59,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiModelScene.dbd b/definitions/UiModelScene.dbd index ba5fa993696..ca7894a3e87 100644 --- a/definitions/UiModelScene.dbd +++ b/definitions/UiModelScene.dbd @@ -13,6 +13,19 @@ $noninline,id$ID<32> UiSystemType<8> Flags +LAYOUT D337BFDA +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +UiSystemType<8> +Flags + +LAYOUT 2B5C21A2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +UiSystemType<8> +Flags + LAYOUT A7D62B8A, 0B9EFECA, A24757C0 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -29,9 +42,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -41,12 +54,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> UiSystemType<8> Flags @@ -82,7 +95,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiModelSceneActor.dbd b/definitions/UiModelSceneActor.dbd index e928cf6780d..3d63c3df131 100644 --- a/definitions/UiModelSceneActor.dbd +++ b/definitions/UiModelSceneActor.dbd @@ -26,9 +26,36 @@ OrientationRoll NormalizedScale $noninline,relation$UiModelSceneID<32> +LAYOUT 1F59CF63 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ScriptTag +Position[3] +OrientationYaw +OrientationPitch +OrientationRoll +NormalizedScale +Flags +$id$ID<32> +UiModelSceneID<32> +UiModelSceneActorDisplayID<32> + +LAYOUT 978EC181 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ScriptTag +Position[3] +OrientationYaw +OrientationPitch +OrientationRoll +NormalizedScale +Flags +$id$ID<32> +UiModelSceneID<32> +UiModelSceneActorDisplayID<32> + LAYOUT BB10B7E3 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 ScriptTag Position[3] OrientationYaw @@ -42,8 +69,8 @@ UiModelSceneActorDisplayID<32> LAYOUT 679AC95F, 09C5AC3F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 ScriptTag Position[3] OrientationYaw @@ -69,7 +96,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -140,7 +167,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiModelSceneActorDisplay.dbd b/definitions/UiModelSceneActorDisplay.dbd index 67c4b30dce3..69fc033c557 100644 --- a/definitions/UiModelSceneActorDisplay.dbd +++ b/definitions/UiModelSceneActorDisplay.dbd @@ -8,12 +8,30 @@ int SequenceVariation // index into the M2's sequences with the given animation int AnimKitID int SpellVisualKitID +LAYOUT 52F89E20 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Alpha +Scale +AnimationID +SequenceVariation + +LAYOUT EF60E9F1 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +AnimSpeed +Alpha +Scale +AnimationID +SequenceVariation + LAYOUT 6137F4BE BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> AnimSpeed Alpha @@ -64,7 +82,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -85,7 +103,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiModelSceneCamera.dbd b/definitions/UiModelSceneCamera.dbd index a54e49c6efa..18fc66b8350 100644 --- a/definitions/UiModelSceneCamera.dbd +++ b/definitions/UiModelSceneCamera.dbd @@ -38,12 +38,51 @@ MinZoomDistance MaxZoomDistance $noninline,relation$UiModelSceneID<32> +LAYOUT BBC7604C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +ScriptTag +Target[3] +ZoomedTargetOffset[3] +Yaw +Pitch +Roll +ZoomedYawOffset +ZoomedPitchOffset +ZoomedRollOffset +ZoomDistance +MinZoomDistance +MaxZoomDistance +Flags +CameraType +$id$ID<32> +UiModelSceneID<32> + +LAYOUT D61C5690 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +ScriptTag +Target[3] +ZoomedTargetOffset[3] +Yaw +Pitch +Roll +ZoomedYawOffset +ZoomedPitchOffset +ZoomedRollOffset +ZoomDistance +MinZoomDistance +MaxZoomDistance +Flags +CameraType +$id$ID<32> +UiModelSceneID<32> + LAYOUT C58AA5EC BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 ScriptTag Target[3] ZoomedTargetOffset[3] @@ -94,7 +133,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -183,7 +222,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiPartyPose.dbd b/definitions/UiPartyPose.dbd index bfab4de0831..7745398d307 100644 --- a/definitions/UiPartyPose.dbd +++ b/definitions/UiPartyPose.dbd @@ -66,7 +66,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -100,7 +100,7 @@ LAYOUT F02E09B6 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 3.4.3.51126, 3.4.3.51278, 3.4.3.51384, 3.4.3.51397, 3.4.3.51470, 3.4.3.51505, 3.4.3.51572, 3.4.3.51666, 3.4.3.51739, 3.4.3.51831, 3.4.3.51943, 3.4.3.52237, 3.4.3.53622, 3.4.3.53788, 3.4.3.54261, 3.4.3.54948, 3.4.3.54987, 3.4.3.55085, 3.4.3.55095, 3.4.3.55115, 3.4.3.55136, 3.4.3.55161, 3.4.3.55221, 3.4.3.55286, 3.4.3.55325, 3.4.3.55326, 3.4.3.55392, 3.4.3.55417, 3.4.3.55541, 3.4.3.55586, 3.4.3.55758, 3.4.3.56011, 3.4.3.56030, 3.4.3.56262, 3.4.3.57027, 3.4.3.57082, 3.4.3.57135, 3.4.3.57242, 3.4.3.57269, 3.4.3.57316, 3.4.3.57364 BUILD 3.4.2.49311, 3.4.2.49442, 3.4.2.49563, 3.4.2.49584, 3.4.2.49658, 3.4.2.49684, 3.4.2.49705, 3.4.2.49752, 3.4.2.49794, 3.4.2.49871, 3.4.2.49979, 3.4.2.50058, 3.4.2.50063, 3.4.2.50129, 3.4.2.50172, 3.4.2.50250, 3.4.2.50375, 3.4.2.50664 diff --git a/definitions/UiQuestDetailsTheme.dbd b/definitions/UiQuestDetailsTheme.dbd index 8d2a3460fe1..4c2223125d0 100644 --- a/definitions/UiQuestDetailsTheme.dbd +++ b/definitions/UiQuestDetailsTheme.dbd @@ -34,7 +34,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiTextureAtlas.dbd b/definitions/UiTextureAtlas.dbd index b910b5d5f58..7d89b1b94a3 100644 --- a/definitions/UiTextureAtlas.dbd +++ b/definitions/UiTextureAtlas.dbd @@ -22,12 +22,35 @@ FileDataID<32> AtlasWidth<32> AtlasHeight<32> +LAYOUT 22EA2544 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FileDataID<32> +AtlasHeight<16> +AtlasWidth<16> + +LAYOUT D41231F6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileDataID<32> +AtlasHeight +AtlasWidth + +LAYOUT F3571B19 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileDataID<32> +AtlasHeight +AtlasWidth + LAYOUT 9879592A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FileDataID<32> AtlasHeight @@ -65,7 +88,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -78,7 +101,7 @@ UiCanvasID LAYOUT A63B3475 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiTextureAtlasElement.dbd b/definitions/UiTextureAtlasElement.dbd index 11c25ad293e..2e0f9fc3a07 100644 --- a/definitions/UiTextureAtlasElement.dbd +++ b/definitions/UiTextureAtlasElement.dbd @@ -16,7 +16,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -46,7 +46,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiTextureAtlasMember.dbd b/definitions/UiTextureAtlasMember.dbd index 8d1b26c6fb0..eaeea66b8ea 100644 --- a/definitions/UiTextureAtlasMember.dbd +++ b/definitions/UiTextureAtlasMember.dbd @@ -24,8 +24,43 @@ CommittedTop<32> CommittedBottom<32> CommittedFlags<32> +LAYOUT 4C7B7833 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +CommittedName +UiTextureAtlasID<16> +CommittedLeft<16> +CommittedRight<16> +CommittedTop<16> +CommittedBottom<16> +CommittedFlags<8> + +LAYOUT 02EB5C5D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +CommittedName +UiTextureAtlasID +CommittedLeft<16> +CommittedRight<16> +CommittedTop<16> +CommittedBottom<16> +CommittedFlags<8> + +LAYOUT DDD972E0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +CommittedName +UiTextureAtlasID +CommittedLeft<16> +CommittedRight<16> +CommittedTop<16> +CommittedBottom<16> +CommittedFlags<8> + LAYOUT 714BF9A1 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970 $noninline,id$ID<32> CommittedName UiTextureAtlasID @@ -49,8 +84,8 @@ CommittedFlags<8> LAYOUT 81E2055F BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 CommittedName $id$ID<32> UiTextureAtlasID @@ -81,7 +116,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -150,7 +185,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiTextureKit.dbd b/definitions/UiTextureKit.dbd index 49ff15918e4..4ad45ca7bb1 100644 --- a/definitions/UiTextureKit.dbd +++ b/definitions/UiTextureKit.dbd @@ -6,6 +6,23 @@ BUILD 6.0.1.18179 $id$ID<32> KitPrefix +LAYOUT 22DE4AB8 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +KitPrefix + +LAYOUT 8D0E78FE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +KitPrefix + +LAYOUT 89DF6293 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +KitPrefix + LAYOUT 2C7E0372, 1FC1A9C6, 22D83F37 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -18,17 +35,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> KitPrefix @@ -54,7 +71,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiWeeklyReward.dbd b/definitions/UiWeeklyReward.dbd index d368fb00893..29e5315c8f6 100644 --- a/definitions/UiWeeklyReward.dbd +++ b/definitions/UiWeeklyReward.dbd @@ -17,7 +17,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiWidget.dbd b/definitions/UiWidget.dbd index ccacef82c20..ec2ce577a0a 100644 --- a/definitions/UiWidget.dbd +++ b/definitions/UiWidget.dbd @@ -107,7 +107,7 @@ MapID<32> LAYOUT C4C60F67 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -204,7 +204,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiWidgetConstantSource.dbd b/definitions/UiWidgetConstantSource.dbd index e3115a43fe9..0c884b6cc5e 100644 --- a/definitions/UiWidgetConstantSource.dbd +++ b/definitions/UiWidgetConstantSource.dbd @@ -21,7 +21,7 @@ $noninline,relation$ParentWidgetID LAYOUT FE573B5D BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -71,7 +71,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiWidgetDataSource.dbd b/definitions/UiWidgetDataSource.dbd index a6395fa85ba..faadaf45916 100644 --- a/definitions/UiWidgetDataSource.dbd +++ b/definitions/UiWidgetDataSource.dbd @@ -65,7 +65,7 @@ $noninline,relation$ParentWidgetID LAYOUT 27BC34FD BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -107,7 +107,7 @@ $noninline,relation$ParentWidgetID<32> LAYOUT 183FA098 BUILD 10.2.0.51239, 10.2.0.51297 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiWidgetMap.dbd b/definitions/UiWidgetMap.dbd index 16078a61413..c3b1aa7ef3a 100644 --- a/definitions/UiWidgetMap.dbd +++ b/definitions/UiWidgetMap.dbd @@ -34,7 +34,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiWidgetSet.dbd b/definitions/UiWidgetSet.dbd index 77d28e1dfd4..978e1a82155 100644 --- a/definitions/UiWidgetSet.dbd +++ b/definitions/UiWidgetSet.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiWidgetStringSource.dbd b/definitions/UiWidgetStringSource.dbd index 6facd203dfc..bc39fd39584 100644 --- a/definitions/UiWidgetStringSource.dbd +++ b/definitions/UiWidgetStringSource.dbd @@ -14,7 +14,7 @@ $noninline,relation$ParentWidgetID LAYOUT 86CECC21 BUILD 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -70,7 +70,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiWidgetVisTypeDataReq.dbd b/definitions/UiWidgetVisTypeDataReq.dbd index 7a41dab4be8..eda8e9e9af8 100644 --- a/definitions/UiWidgetVisTypeDataReq.dbd +++ b/definitions/UiWidgetVisTypeDataReq.dbd @@ -41,7 +41,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiWidgetVisualization.dbd b/definitions/UiWidgetVisualization.dbd index 8a532288cb8..a2757d03c06 100644 --- a/definitions/UiWidgetVisualization.dbd +++ b/definitions/UiWidgetVisualization.dbd @@ -79,7 +79,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -169,7 +169,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UiWidgetXWidgetSet.dbd b/definitions/UiWidgetXWidgetSet.dbd index dbdee59b4f0..cd4be4043ae 100644 --- a/definitions/UiWidgetXWidgetSet.dbd +++ b/definitions/UiWidgetXWidgetSet.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UnitBlood.dbd b/definitions/UnitBlood.dbd index 3f76aed59ac..b734b4acba5 100644 --- a/definitions/UnitBlood.dbd +++ b/definitions/UnitBlood.dbd @@ -12,7 +12,7 @@ int PlayerOmniHitBloodSpurtID LAYOUT 7C4875FB BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -72,6 +72,41 @@ CombatBloodSpurtFront<32>[2] CombatBloodSpurtBack<32>[2] GroundBlood[5] +LAYOUT E5224622 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +GroundBlood[5] +PlayerCritBloodSpurtID<16> +PlayerHitBloodSpurtID<16> +DefaultBloodSpurtID<16> +PlayerOmniCritBloodSpurtID<32> +PlayerOmniHitBloodSpurtID<32> +DefaultOmniBloodSpurtID<32> + +LAYOUT 0378441E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +GroundBlood[5] +PlayerCritBloodSpurtID +PlayerHitBloodSpurtID +DefaultBloodSpurtID +PlayerOmniCritBloodSpurtID +PlayerOmniHitBloodSpurtID +DefaultOmniBloodSpurtID + +LAYOUT FF251107 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +GroundBlood[5] +PlayerCritBloodSpurtID +PlayerHitBloodSpurtID +DefaultBloodSpurtID +PlayerOmniCritBloodSpurtID +PlayerOmniHitBloodSpurtID +DefaultOmniBloodSpurtID + LAYOUT 290342C2 BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563 $noninline,id$ID<32> @@ -99,11 +134,11 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> PlayerCritBloodSpurtID PlayerHitBloodSpurtID @@ -119,7 +154,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UnitBloodLevels.dbd b/definitions/UnitBloodLevels.dbd index f2c2a79c9ee..f61563f943b 100644 --- a/definitions/UnitBloodLevels.dbd +++ b/definitions/UnitBloodLevels.dbd @@ -15,6 +15,23 @@ BUILD 0.5.3.3368-0.12.0.3988 $id$ID<32> Violencelevel<32>[3] +LAYOUT 8740923E +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Violencelevel<8>[3] + +LAYOUT A72C39DC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Violencelevel[3] + +LAYOUT 49CADABB +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Violencelevel[3] + LAYOUT 31A6BD58, 684D24F4, 73AC3D67 BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -31,9 +48,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -43,12 +60,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Violencelevel[3] @@ -59,7 +76,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UnitCondition.dbd b/definitions/UnitCondition.dbd index efe9d1c4824..97467d9ca94 100644 --- a/definitions/UnitCondition.dbd +++ b/definitions/UnitCondition.dbd @@ -21,12 +21,38 @@ Variable<32>[8] Op<32>[8] Value<32>[8] +LAYOUT 286CC164 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Value<32>[8] +Flags<8> +Variable<8>[8] +Op<8>[8] + +LAYOUT 34422414 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Value<32>[8] +Flags +Variable[8] +Op<8>[8] + +LAYOUT 553D556E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Value<32>[8] +Flags +Variable[8] +Op<8>[8] + LAYOUT 62802D9C, 0DB88074 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Value<32>[8] Flags @@ -58,7 +84,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -75,7 +101,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UnitPowerBar.dbd b/definitions/UnitPowerBar.dbd index 069490474fb..aa04059deab 100644 --- a/definitions/UnitPowerBar.dbd +++ b/definitions/UnitPowerBar.dbd @@ -135,9 +135,71 @@ ToolTip_lang StartInset EndInset +LAYOUT 6F765621 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +RegenerationPeace +RegenerationCombat +FileDataID<32>[6] +Color<32>[6] +Name_lang +Cost_lang +OutOfError_lang +ToolTip_lang +StartInset +EndInset +StartPower<16> +Flags<16> +CenterPower<8> +BarType<8> +MinPower<32> +MaxPower<32> + +LAYOUT D82FF389 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +RegenerationPeace +RegenerationCombat +FileDataID<32>[6] +Color<32>[6] +Name_lang +Cost_lang +OutOfError_lang +ToolTip_lang +StartInset +EndInset +StartPower +Flags +CenterPower +BarType +MinPower +MaxPower + +LAYOUT 5D8A83F5 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +RegenerationPeace +RegenerationCombat +FileDataID<32>[6] +Color<32>[6] +Name_lang +Cost_lang +OutOfError_lang +ToolTip_lang +StartInset +EndInset +StartPower +Flags +CenterPower +BarType +MinPower +MaxPower + LAYOUT 3D064961 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> RegenerationPeace RegenerationCombat @@ -158,8 +220,8 @@ MaxPower LAYOUT 626C94CD, 5B12106B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Cost_lang @@ -184,7 +246,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -244,7 +306,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/UnitTest.dbd b/definitions/UnitTest.dbd index 748fdb3b160..da265b43136 100644 --- a/definitions/UnitTest.dbd +++ b/definitions/UnitTest.dbd @@ -5,11 +5,20 @@ int ID int Field_1_13_0_28211_003? int Field_1_13_0_28211_004? +LAYOUT 5FFDAE98 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Field_1_13_0_28211_000 +Field_1_13_0_28211_001 +$id$ID<32> +Field_1_13_0_28211_003<32> +Field_1_13_0_28211_004<32> + LAYOUT 63B4527B -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 Field_1_13_0_28211_000 Field_1_13_0_28211_001 $id$ID<32> diff --git a/definitions/Vehicle.dbd b/definitions/Vehicle.dbd index c52fdf77c23..d20787a94e4 100644 --- a/definitions/Vehicle.dbd +++ b/definitions/Vehicle.dbd @@ -373,6 +373,107 @@ MsslTrgtImpactTexRadius VehicleUIIndicatorID<32> PowerDisplayID<32>[3] +LAYOUT A26138C3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<32> +TurnSpeed +PitchSpeed +PitchMin +PitchMax +MouseLookOffsetPitch +CameraFadeDistScalarMin +CameraFadeDistScalarMax +CameraPitchOffset +FacingLimitRight +FacingLimitLeft +MsslTrgtTurnLingering +MsslTrgtPitchLingering +MsslTrgtMouseLingering +MsslTrgtEndOpacity +MsslTrgtArcSpeed +MsslTrgtArcRepeat +MsslTrgtArcWidth +MsslTrgtImpactRadius[2] +MsslTrgtArcTexture +MsslTrgtImpactTexture +MsslTrgtImpactModel[2] +MsslTrgtImpactTexRadius +CameraYawOffset +SeatID<16>[8] +VehicleUIIndicatorID<16> +PowerDisplayID<16>[3] +FlagsB<8> +UiLocomotionType<8> + +LAYOUT 67993E3D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags<32> +TurnSpeed +PitchSpeed +PitchMin +PitchMax +MouseLookOffsetPitch +CameraFadeDistScalarMin +CameraFadeDistScalarMax +CameraPitchOffset +FacingLimitRight +FacingLimitLeft +MsslTrgtTurnLingering +MsslTrgtPitchLingering +MsslTrgtMouseLingering +MsslTrgtEndOpacity +MsslTrgtArcSpeed +MsslTrgtArcRepeat +MsslTrgtArcWidth +MsslTrgtImpactRadius[2] +MsslTrgtArcTexture +MsslTrgtImpactTexture +MsslTrgtImpactModel[2] +MsslTrgtImpactTexRadius +CameraYawOffset +SeatID[8] +VehicleUIIndicatorID +PowerDisplayID[3] +FlagsB +UiLocomotionType + +LAYOUT ED882E60 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags<32> +TurnSpeed +PitchSpeed +PitchMin +PitchMax +MouseLookOffsetPitch +CameraFadeDistScalarMin +CameraFadeDistScalarMax +CameraPitchOffset +FacingLimitRight +FacingLimitLeft +MsslTrgtTurnLingering +MsslTrgtPitchLingering +MsslTrgtMouseLingering +MsslTrgtEndOpacity +MsslTrgtArcSpeed +MsslTrgtArcRepeat +MsslTrgtArcWidth +MsslTrgtImpactRadius[2] +MsslTrgtArcTexture +MsslTrgtImpactTexture +MsslTrgtImpactModel[2] +MsslTrgtImpactTexRadius +CameraYawOffset +SeatID[8] +VehicleUIIndicatorID +PowerDisplayID[3] +FlagsB +UiLocomotionType + LAYOUT E6398321 BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563 $noninline,id$ID<32> @@ -408,10 +509,10 @@ UiLocomotionType LAYOUT 1606C582 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags<32> TurnSpeed @@ -463,7 +564,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -552,7 +653,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> Flags<32> diff --git a/definitions/VehiclePOIType.dbd b/definitions/VehiclePOIType.dbd index 2335722078d..fbe9701964b 100644 --- a/definitions/VehiclePOIType.dbd +++ b/definitions/VehiclePOIType.dbd @@ -29,7 +29,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/VehicleSeat.dbd b/definitions/VehicleSeat.dbd index cc46e9630c6..32c2c4a6e1c 100644 --- a/definitions/VehicleSeat.dbd +++ b/definitions/VehicleSeat.dbd @@ -947,12 +947,209 @@ CameraModeID<32> FlagsC<32> UiSkinFileDataID<32> +LAYOUT 677A6917 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Flags<32> +FlagsB<32> +FlagsC<32> +AttachmentOffset[3] +EnterPreDelay +EnterSpeed +EnterGravity +EnterMinDuration +EnterMaxDuration +EnterMinArcHeight +EnterMaxArcHeight +ExitPreDelay +ExitSpeed +ExitGravity +ExitMinDuration +ExitMaxDuration +ExitMinArcHeight +ExitMaxArcHeight +PassengerYaw +PassengerPitch +PassengerRoll +VehicleEnterAnimDelay +VehicleExitAnimDelay +CameraEnteringDelay +CameraEnteringDuration +CameraExitingDelay +CameraExitingDuration +CameraOffset[3] +CameraPosChaseRate +CameraFacingChaseRate +CameraEnteringZoom +CameraSeatZoomMin +CameraSeatZoomMax +UiSkinFileDataID<32> +EnterAnimStart<16> +EnterAnimLoop<16> +RideAnimStart<16> +RideAnimLoop<16> +RideUpperAnimStart<16> +RideUpperAnimLoop<16> +ExitAnimStart<16> +ExitAnimLoop<16> +ExitAnimEnd<16> +VehicleEnterAnim<16> +VehicleExitAnim<16> +VehicleRideAnimLoop<16> +EnterAnimKitID<16> +RideAnimKitID<16> +ExitAnimKitID<16> +VehicleEnterAnimKitID<16> +VehicleRideAnimKitID<16> +VehicleExitAnimKitID<16> +CameraModeID<16> +AttachmentID<8> +PassengerAttachmentID<8> +VehicleEnterAnimBone<8> +VehicleExitAnimBone<8> +VehicleRideAnimLoopBone<8> +VehicleAbilityDisplay<8> +EnterUISoundID<32> +ExitUISoundID<32> + +LAYOUT C2F731E1 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Flags<32> +FlagsB<32> +FlagsC<32> +AttachmentOffset[3] +EnterPreDelay +EnterSpeed +EnterGravity +EnterMinDuration +EnterMaxDuration +EnterMinArcHeight +EnterMaxArcHeight +ExitPreDelay +ExitSpeed +ExitGravity +ExitMinDuration +ExitMaxDuration +ExitMinArcHeight +ExitMaxArcHeight +PassengerYaw +PassengerPitch +PassengerRoll +VehicleEnterAnimDelay +VehicleExitAnimDelay +CameraEnteringDelay +CameraEnteringDuration +CameraExitingDelay +CameraExitingDuration +CameraOffset[3] +CameraPosChaseRate +CameraFacingChaseRate +CameraEnteringZoom +CameraSeatZoomMin +CameraSeatZoomMax +UiSkinFileDataID<32> +EnterAnimStart<16> +EnterAnimLoop<16> +RideAnimStart<16> +RideAnimLoop<16> +RideUpperAnimStart<16> +RideUpperAnimLoop<16> +ExitAnimStart<16> +ExitAnimLoop<16> +ExitAnimEnd<16> +VehicleEnterAnim<16> +VehicleExitAnim<16> +VehicleRideAnimLoop<16> +EnterAnimKitID<16> +RideAnimKitID<16> +ExitAnimKitID<16> +VehicleEnterAnimKitID<16> +VehicleRideAnimKitID<16> +VehicleExitAnimKitID<16> +CameraModeID<16> +AttachmentID<8> +PassengerAttachmentID<8> +VehicleEnterAnimBone<8> +VehicleExitAnimBone<8> +VehicleRideAnimLoopBone<8> +VehicleAbilityDisplay<8> +EnterUISoundID +ExitUISoundID + +LAYOUT EA9DC246 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Flags<32> +FlagsB<32> +FlagsC<32> +AttachmentOffset[3] +EnterPreDelay +EnterSpeed +EnterGravity +EnterMinDuration +EnterMaxDuration +EnterMinArcHeight +EnterMaxArcHeight +ExitPreDelay +ExitSpeed +ExitGravity +ExitMinDuration +ExitMaxDuration +ExitMinArcHeight +ExitMaxArcHeight +PassengerYaw +PassengerPitch +PassengerRoll +VehicleEnterAnimDelay +VehicleExitAnimDelay +CameraEnteringDelay +CameraEnteringDuration +CameraExitingDelay +CameraExitingDuration +CameraOffset[3] +CameraPosChaseRate +CameraFacingChaseRate +CameraEnteringZoom +CameraSeatZoomMin +CameraSeatZoomMax +UiSkinFileDataID<32> +EnterAnimStart<16> +EnterAnimLoop<16> +RideAnimStart<16> +RideAnimLoop<16> +RideUpperAnimStart<16> +RideUpperAnimLoop<16> +ExitAnimStart<16> +ExitAnimLoop<16> +ExitAnimEnd<16> +VehicleEnterAnim<16> +VehicleExitAnim<16> +VehicleRideAnimLoop<16> +EnterAnimKitID<16> +RideAnimKitID<16> +ExitAnimKitID<16> +VehicleEnterAnimKitID<16> +VehicleRideAnimKitID<16> +VehicleExitAnimKitID<16> +CameraModeID<16> +AttachmentID<8> +PassengerAttachmentID<8> +VehicleEnterAnimBone<8> +VehicleExitAnimBone<8> +VehicleRideAnimLoopBone<8> +VehicleAbilityDisplay<8> +EnterUISoundID +ExitUISoundID + LAYOUT 242E0ECD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Flags<32> FlagsB<32> @@ -1106,7 +1303,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -1252,7 +1449,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 $noninline,id$ID<32> AttachmentOffset[3] diff --git a/definitions/VehicleUIIndSeat.dbd b/definitions/VehicleUIIndSeat.dbd index 3abb6db48fc..34b7cf6b357 100644 --- a/definitions/VehicleUIIndSeat.dbd +++ b/definitions/VehicleUIIndSeat.dbd @@ -17,9 +17,35 @@ VirtualSeatIndex<32> XPos YPos +LAYOUT C3FFC7A2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +XPos +YPos +VehicleUIIndicatorID<16> +VirtualSeatIndex<8> + +LAYOUT F720EB4E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +XPos +YPos +VehicleUIIndicatorID +VirtualSeatIndex + +LAYOUT D0300612 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +XPos +YPos +VehicleUIIndicatorID +VirtualSeatIndex + LAYOUT 9FB4704E BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> XPos YPos @@ -28,8 +54,8 @@ VirtualSeatIndex LAYOUT 5F688502, 4B09E50A BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> XPos YPos @@ -50,7 +76,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -86,7 +112,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/VehicleUIIndicator.dbd b/definitions/VehicleUIIndicator.dbd index d08dc0da764..d2edd93e119 100644 --- a/definitions/VehicleUIIndicator.dbd +++ b/definitions/VehicleUIIndicator.dbd @@ -12,6 +12,23 @@ BUILD 3.3.0.10958-3.3.5.12340 $id$ID<32> BackgroundTexture +LAYOUT 67C7890F +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +BackgroundTexture + +LAYOUT 0D469039 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BackgroundTexture + +LAYOUT 3A5FB494 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BackgroundTexture + LAYOUT 97C113B5 BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563 $noninline,id$ID<32> @@ -33,9 +50,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -45,12 +62,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BackgroundTextureFileID<32> @@ -61,7 +78,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/VideoHardware.dbd b/definitions/VideoHardware.dbd index 2871da2fca7..61e678078d3 100644 --- a/definitions/VideoHardware.dbd +++ b/definitions/VideoHardware.dbd @@ -125,8 +125,85 @@ FixLag<32> Multisample<32> Atlasdisable<32> +LAYOUT 58A67427 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +OglOverrides +D3dOverrides +VendorID<16> +DeviceID<16> +FarclipIdx<8> +TerrainLODDistIdx<8> +TerrainShadowLOD<8> +DetailDoodadDensityIdx<8> +DetailDoodadAlpha<8> +AnimatingDoodadIdx<8> +Trilinear<8> +Specularity<8> +ParticleDensityIdx<8> +Atlasdisable<8> +$id$ID<32> +NumLights<32> +WaterLODIdx<32> +UnitDrawDistIdx<32> +ResolutionIdx<32> +BaseMipLevel<32> +FixLag<32> +Multisample<32> + +LAYOUT A4C4D4BB +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +OglOverrides +D3dOverrides +VendorID +DeviceID +FarclipIdx<8> +TerrainLODDistIdx<8> +TerrainShadowLOD<8> +DetailDoodadDensityIdx<8> +DetailDoodadAlpha<8> +AnimatingDoodadIdx<8> +Trilinear<8> +Specularity<8> +ParticleDensityIdx<8> +Atlasdisable<8> +$id$ID<32> +NumLights<32> +WaterLODIdx<32> +UnitDrawDistIdx<32> +ResolutionIdx<32> +BaseMipLevel<32> +FixLag<32> +Multisample<32> + +LAYOUT A9321875 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +OglOverrides +D3dOverrides +VendorID +DeviceID +FarclipIdx<8> +TerrainLODDistIdx<8> +TerrainShadowLOD<8> +DetailDoodadDensityIdx<8> +DetailDoodadAlpha<8> +AnimatingDoodadIdx<8> +Trilinear<8> +Specularity<8> +ParticleDensityIdx<8> +Atlasdisable<8> +$id$ID<32> +NumLights<32> +WaterLODIdx<32> +UnitDrawDistIdx<32> +ResolutionIdx<32> +BaseMipLevel<32> +FixLag<32> +Multisample<32> + LAYOUT ED25EC53 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 OglOverrides D3dOverrides VendorID diff --git a/definitions/Vignette.dbd b/definitions/Vignette.dbd index 79798900bd8..f6cdfa2a777 100644 --- a/definitions/Vignette.dbd +++ b/definitions/Vignette.dbd @@ -74,9 +74,44 @@ Flags<32> MaxHeight MinHeight +LAYOUT 9E020834 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +MaxHeight +MinHeight +QuestFeedbackEffectID<16> +Flags<8> +PlayerConditionID<32> +VisibleTrackingQuestID<32> + +LAYOUT A3C75D8D +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +MaxHeight +MinHeight +Flags +QuestFeedbackEffectID +PlayerConditionID +VisibleTrackingQuestID + +LAYOUT 0398F23E +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +MaxHeight +MinHeight +Flags +QuestFeedbackEffectID +PlayerConditionID +VisibleTrackingQuestID + LAYOUT BCCA6581 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Name_lang MaxHeight @@ -88,8 +123,8 @@ VisibleTrackingQuestID LAYOUT 52E3B381 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang MaxHeight @@ -125,7 +160,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -182,7 +217,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/VirtualAttachment.dbd b/definitions/VirtualAttachment.dbd index d67a003c86e..18fd049b9b5 100644 --- a/definitions/VirtualAttachment.dbd +++ b/definitions/VirtualAttachment.dbd @@ -15,17 +15,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name PositionerID<16> @@ -53,7 +53,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/VirtualAttachmentCustomization.dbd b/definitions/VirtualAttachmentCustomization.dbd index 91065817483..e77c85b4452 100644 --- a/definitions/VirtualAttachmentCustomization.dbd +++ b/definitions/VirtualAttachmentCustomization.dbd @@ -6,10 +6,10 @@ int VirtualAttachmentID LAYOUT C354C931, F8C0C0F5 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FileDataID<32> VirtualAttachmentID<16> @@ -40,7 +40,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -57,7 +57,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/VocalUISounds.dbd b/definitions/VocalUISounds.dbd index c8d4de56c41..190046b9ba1 100644 --- a/definitions/VocalUISounds.dbd +++ b/definitions/VocalUISounds.dbd @@ -22,9 +22,35 @@ RaceID<32> NormalSoundID<32>[2] PissedSoundID<32>[2] +LAYOUT 5A79821D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +VocalUIEnum<8> +RaceID<8> +ClassID<8> +NormalSoundID<32>[2] + +LAYOUT AEAD7FC5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +VocalUIEnum +RaceID +ClassID +NormalSoundID[2] + +LAYOUT 9BA0B42F +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +VocalUIEnum +RaceID +ClassID +NormalSoundID[2] + LAYOUT 62CE4C2D BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> VocalUIEnum RaceID @@ -47,7 +73,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -57,12 +83,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> VocalUIEnum RaceID @@ -76,7 +102,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/VoiceOverPriority.dbd b/definitions/VoiceOverPriority.dbd index f9b254ac380..64c8b851a07 100644 --- a/definitions/VoiceOverPriority.dbd +++ b/definitions/VoiceOverPriority.dbd @@ -25,7 +25,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/VolumeFogCondition.dbd b/definitions/VolumeFogCondition.dbd index b556c0a590c..a80adc7d134 100644 --- a/definitions/VolumeFogCondition.dbd +++ b/definitions/VolumeFogCondition.dbd @@ -35,7 +35,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WMOAreaTable.dbd b/definitions/WMOAreaTable.dbd index 3608c20cee3..5495ce10d9a 100644 --- a/definitions/WMOAreaTable.dbd +++ b/definitions/WMOAreaTable.dbd @@ -108,9 +108,65 @@ UwIntroSound<32> UwZoneMusic<32> UwAmbience<32> +LAYOUT 1723DB9B +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +WMOGroupID<32> +AreaName_lang +WMOID<16> +AmbienceID<16> +ZoneMusic<16> +IntroSound<16> +AreaTableID<16> +UwIntroSound<16> +NameSetID<16> +SoundProviderPref<8> +SoundProviderPrefUnderwater<8> +Flags<8> +UwZoneMusic<8> +$id$ID<32> +InlineWMOID<32> + +LAYOUT 05EECE59 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +WMOGroupID<32> +AreaName_lang +WMOID +AmbienceID +ZoneMusic +IntroSound +AreaTableID +UwIntroSound +NameSetID +SoundProviderPref +SoundProviderPrefUnderwater +Flags +UwZoneMusic +$id$ID<32> +InlineWMOID + +LAYOUT 09F2B3A0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +WMOGroupID<32> +AreaName_lang +WMOID +AmbienceID +ZoneMusic +IntroSound +AreaTableID +UwIntroSound +NameSetID +SoundProviderPref +SoundProviderPrefUnderwater +Flags +UwZoneMusic +$id$ID<32> +InlineWMOID + LAYOUT 5FA51AD5 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 WMOGroupID<32> AreaName_lang WMOID @@ -128,8 +184,8 @@ $id$ID<32> InlineWMOID LAYOUT 4616C893 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 AreaName_lang WMOGroupID<32> AmbienceID @@ -207,7 +263,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -235,7 +291,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WMOMinimapTexture.dbd b/definitions/WMOMinimapTexture.dbd index 61c42b473d5..87c77879833 100644 --- a/definitions/WMOMinimapTexture.dbd +++ b/definitions/WMOMinimapTexture.dbd @@ -6,9 +6,41 @@ int BlockY int FileDataID int GroupNum +LAYOUT D98F4672 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +COMMENT table is sparse +$noninline,id$ID<32> +FileDataID<32> +WMOID<16> +GroupNum<16> +BlockX<8> +BlockY<8> + +LAYOUT 42FD0754 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +COMMENT table is sparse +$noninline,id$ID<32> +FileDataID<32> +WMOID<16> +GroupNum +BlockX +BlockY + +LAYOUT 5193E175 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +COMMENT table is sparse +$noninline,id$ID<32> +FileDataID<32> +WMOID<16> +GroupNum +BlockX +BlockY + LAYOUT 307398B8 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 COMMENT table is sparse $noninline,id$ID<32> FileDataID<32> @@ -19,8 +51,8 @@ BlockY LAYOUT 8F4AE3C0, 56C82A0C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26918 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 COMMENT table is sparse $noninline,id$ID<32> FileDataID<32> @@ -43,7 +75,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26903, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -81,7 +113,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WaterfallData.dbd b/definitions/WaterfallData.dbd index a997aac2c55..a4540bfddae 100644 --- a/definitions/WaterfallData.dbd +++ b/definitions/WaterfallData.dbd @@ -62,7 +62,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WaypointEdge.dbd b/definitions/WaypointEdge.dbd index b3b4efeb859..a6659025f44 100644 --- a/definitions/WaypointEdge.dbd +++ b/definitions/WaypointEdge.dbd @@ -43,7 +43,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WaypointNode.dbd b/definitions/WaypointNode.dbd index f149bcb6a1b..8f6a8308ad8 100644 --- a/definitions/WaypointNode.dbd +++ b/definitions/WaypointNode.dbd @@ -55,7 +55,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WaypointSafeLocs.dbd b/definitions/WaypointSafeLocs.dbd index 308d54beab4..d0803088bf7 100644 --- a/definitions/WaypointSafeLocs.dbd +++ b/definitions/WaypointSafeLocs.dbd @@ -28,7 +28,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WbAccessControlList.dbd b/definitions/WbAccessControlList.dbd index e048729df30..4df26d82f32 100644 --- a/definitions/WbAccessControlList.dbd +++ b/definitions/WbAccessControlList.dbd @@ -16,6 +16,35 @@ RevokeFlags<32> WowEditInternal<32> RegionFlags<32> +LAYOUT 49919892 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +URL +GrantFlags<16> +RevokeFlags<8> +WowEditInternal<8> +RegionID<8> + +LAYOUT 4E96199C +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +URL +GrantFlags +RevokeFlags +WowEditInternal +RegionID + +LAYOUT 52E15D57 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +URL +GrantFlags +RevokeFlags +WowEditInternal +RegionID + LAYOUT BE044710, DC9D8334, 779C0B6F BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -28,17 +57,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> URL GrantFlags @@ -72,7 +101,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WbCertBlacklist.dbd b/definitions/WbCertBlacklist.dbd index 8c4b970ff28..e098422b749 100644 --- a/definitions/WbCertBlacklist.dbd +++ b/definitions/WbCertBlacklist.dbd @@ -8,3 +8,10 @@ BUILD 5.3.0.16965-5.4.8.18414 $id$ID<32> Field_5_3_0_16965_001 Field_5_3_0_16965_002<8>[20] + +LAYOUT 23D156DE +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Field_5_3_0_16965_001 +Field_5_3_0_16965_002<8>[20] diff --git a/definitions/WbCertWhitelist.dbd b/definitions/WbCertWhitelist.dbd index da0778ea1a4..4dee217445f 100644 --- a/definitions/WbCertWhitelist.dbd +++ b/definitions/WbCertWhitelist.dbd @@ -15,6 +15,32 @@ RevokeAccess<8> Padding_5_3_0_16965_004<8>[2] WowEditInternal<32> +LAYOUT E7A86A2C +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Domain +GrantAccess<8> +RevokeAccess<8> +WowEditInternal<8> + +LAYOUT 7CE8C848 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Domain +GrantAccess +RevokeAccess +WowEditInternal + +LAYOUT BF5326EA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Domain +GrantAccess +RevokeAccess +WowEditInternal + LAYOUT 01D13030, 1524F278, EDDFD030 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -27,17 +53,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Domain GrantAccess diff --git a/definitions/WbPermissions.dbd b/definitions/WbPermissions.dbd index f3d4ee681c4..38d4e820866 100644 --- a/definitions/WbPermissions.dbd +++ b/definitions/WbPermissions.dbd @@ -14,3 +14,10 @@ BUILD 6.0.1.18179 $id$ID<32> FilePath GrantAccess<32> + +LAYOUT 7A15E8CA +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FilePath +GrantAccess<8> // DBAnalyser: diff --git a/definitions/WeaponImpactSounds.dbd b/definitions/WeaponImpactSounds.dbd index 20d856ec974..d74472ba898 100644 --- a/definitions/WeaponImpactSounds.dbd +++ b/definitions/WeaponImpactSounds.dbd @@ -24,9 +24,44 @@ ParrySoundType<32> ImpactSoundID<32>[10] CritImpactSoundID<32>[10] +LAYOUT 7C22F8E0 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +WeaponSubClassID<8> +ParrySoundType<8> +ImpactSource<8> +ImpactSoundID<32>[11] +CritImpactSoundID<32>[11] +PierceImpactSoundID<32>[11] +PierceCritImpactSoundID<32>[11] + +LAYOUT 430A56E6 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +WeaponSubClassID +ParrySoundType +ImpactSource +ImpactSoundID[11] +CritImpactSoundID[11] +PierceImpactSoundID[11] +PierceCritImpactSoundID[11] + +LAYOUT EBF50A99 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +WeaponSubClassID +ParrySoundType +ImpactSource +ImpactSoundID[11] +CritImpactSoundID[11] +PierceImpactSoundID[11] +PierceCritImpactSoundID[11] + LAYOUT F0A4FF52 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> WeaponSubClassID ParrySoundType @@ -52,7 +87,7 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -62,12 +97,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> WeaponSubClassID ParrySoundType @@ -84,7 +119,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WeaponSwingSounds2.dbd b/definitions/WeaponSwingSounds2.dbd index 106dc250065..49bd51a6deb 100644 --- a/definitions/WeaponSwingSounds2.dbd +++ b/definitions/WeaponSwingSounds2.dbd @@ -19,6 +19,29 @@ SwingType<32> Crit<32> SoundID<32> +LAYOUT BDDE5D55 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SwingType<8> +Crit<8> +SoundID<32> + +LAYOUT C15ACE6F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SwingType +Crit +SoundID + +LAYOUT 673C95BC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SwingType +Crit +SoundID + LAYOUT D45347C3, 18B6CC57, 8066E81A BUILD 10.0.0.43342 BUILD 9.2.5.42850, 9.2.5.43022, 9.2.5.43057, 9.2.5.43180, 9.2.5.43254, 9.2.5.43412 @@ -35,9 +58,9 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833 BUILD 2.5.3.41402, 2.5.3.41531, 2.5.3.41750, 2.5.3.41812, 2.5.3.42083, 2.5.3.42328, 2.5.3.42598 BUILD 2.5.2.39570, 2.5.2.39618, 2.5.2.39658, 2.5.2.39688, 2.5.2.39757, 2.5.2.39801, 2.5.2.39832, 2.5.2.39926, 2.5.2.40011, 2.5.2.40045, 2.5.2.40203, 2.5.2.40260, 2.5.2.40422, 2.5.2.40488, 2.5.2.40617, 2.5.2.40892, 2.5.2.41446, 2.5.2.41510 @@ -47,12 +70,12 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SwingType Crit @@ -65,7 +88,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WeaponTrail.dbd b/definitions/WeaponTrail.dbd index 0d7186fc78e..6af803ef730 100644 --- a/definitions/WeaponTrail.dbd +++ b/definitions/WeaponTrail.dbd @@ -21,12 +21,53 @@ Yaw Field_6_0_1_18179_004 Field_6_0_1_18179_005 +LAYOUT 6CFF4862 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +FileDataID<32> +Yaw +Pitch +Roll +TextureFileDataID<32>[3] +TextureScrollRateU[3] +TextureScrollRateV[3] +TextureScaleU[3] +TextureScaleV[3] + +LAYOUT 94390B14 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +FileDataID<32> +Yaw +Pitch +Roll +TextureFileDataID<32>[3] +TextureScrollRateU[3] +TextureScrollRateV[3] +TextureScaleU[3] +TextureScaleV[3] + +LAYOUT B7A023AF +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +FileDataID<32> +Yaw +Pitch +Roll +TextureFileDataID<32>[3] +TextureScrollRateU[3] +TextureScrollRateV[3] +TextureScaleU[3] +TextureScaleV[3] + LAYOUT 49754C60 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> FileDataID<32> Yaw @@ -63,7 +104,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -86,7 +127,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WeaponTrailModelDef.dbd b/definitions/WeaponTrailModelDef.dbd index 6685c6b21d4..5d692956b0e 100644 --- a/definitions/WeaponTrailModelDef.dbd +++ b/definitions/WeaponTrailModelDef.dbd @@ -43,9 +43,32 @@ ModelFileDataID<32> WeaponTrailID $noninline,relation$AnimEnumID<32> +LAYOUT AC40A6A4 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +LowDefFileDataID<32> +AnimEnumID<16> +WeaponTrailID<16> + +LAYOUT B99F7A7E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +LowDefFileDataID<32> +AnimEnumID +WeaponTrailID + +LAYOUT 3C200963 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +LowDefFileDataID<32> +AnimEnumID +WeaponTrailID + LAYOUT 1A914DD2 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> LowDefFileDataID<32> AnimEnumID @@ -63,15 +86,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> LowDefFileDataID<32> WeaponTrailID @@ -101,7 +124,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WeaponTrailParam.dbd b/definitions/WeaponTrailParam.dbd index 236af18337d..3e1541fc726 100644 --- a/definitions/WeaponTrailParam.dbd +++ b/definitions/WeaponTrailParam.dbd @@ -11,9 +11,53 @@ int OverrideAttachTop float SmoothSampleAngle int WeaponTrailID +LAYOUT 3714142A +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Duration +FadeOutTime +EdgeLifeSpan +InitialDelay +SmoothSampleAngle +WeaponTrailID<16> +Hand<8> +OverrideAttachTop<8> +OverrideAttachBot<8> +Flags<8> + +LAYOUT 61D66B4E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Duration +FadeOutTime +EdgeLifeSpan +InitialDelay +SmoothSampleAngle +WeaponTrailID +Hand +OverrideAttachTop +OverrideAttachBot +Flags + +LAYOUT 7B0FCD36 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Duration +FadeOutTime +EdgeLifeSpan +InitialDelay +SmoothSampleAngle +WeaponTrailID +Hand +OverrideAttachTop +OverrideAttachBot +Flags + LAYOUT D8440BEE BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Duration FadeOutTime @@ -28,8 +72,8 @@ Flags LAYOUT 9B0F7200, 566E18A0 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Duration FadeOutTime @@ -56,7 +100,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -104,7 +148,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/Weather.dbd b/definitions/Weather.dbd index 010bc908ad6..59695fe7404 100644 --- a/definitions/Weather.dbd +++ b/definitions/Weather.dbd @@ -131,8 +131,64 @@ EffectTexture SoundAmbienceID<32> WindSettingsID<32> +LAYOUT F70C3970 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Intensity[2] +TransitionSkyBox +EffectColor[3] +EffectTexture +Scale +Volatility +TwinkleIntensity +FallModifier +RotationalSpeed +SoundAmbienceID<16> +Type<8> +EffectType<8> +WindSettingsID<8> +AmbienceID<32> + +LAYOUT 92642940 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Intensity[2] +TransitionSkyBox +EffectColor[3] +EffectTexture +Scale +Volatility +TwinkleIntensity +FallModifier +RotationalSpeed +SoundAmbienceID +Type +EffectType +WindSettingsID +AmbienceID + +LAYOUT C40545BA +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Intensity[2] +TransitionSkyBox +EffectColor[3] +EffectTexture +Scale +Volatility +TwinkleIntensity +FallModifier +RotationalSpeed +SoundAmbienceID +Type +EffectType +WindSettingsID +AmbienceID + LAYOUT 3FBB66D8 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> Intensity[2] TransitionSkyBox @@ -150,10 +206,10 @@ WindSettingsID AmbienceID LAYOUT 7C160B07 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Intensity[2] TransitionSkyBox @@ -283,7 +339,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -353,7 +409,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WeatherXParticulate.dbd b/definitions/WeatherXParticulate.dbd index c2c1f915b69..51450585d81 100644 --- a/definitions/WeatherXParticulate.dbd +++ b/definitions/WeatherXParticulate.dbd @@ -28,7 +28,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -44,7 +44,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WeeklyRewardChestThreshold.dbd b/definitions/WeeklyRewardChestThreshold.dbd index b0ddcd648ed..ca8791f0524 100644 --- a/definitions/WeeklyRewardChestThreshold.dbd +++ b/definitions/WeeklyRewardChestThreshold.dbd @@ -31,7 +31,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WindSettings.dbd b/definitions/WindSettings.dbd index 5e53faf64fc..8bbf9938b46 100644 --- a/definitions/WindSettings.dbd +++ b/definitions/WindSettings.dbd @@ -24,12 +24,56 @@ Frequency Duration Flags<32> +LAYOUT 039E80F8 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +BaseMag +BaseDir[3] +VarianceMagOver +VarianceMagUnder +VarianceDir[3] +MaxStepMag +MaxStepDir[3] +Frequency +Duration +Flags<8> + +LAYOUT 5A78FAAC +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +BaseMag +BaseDir[3] +VarianceMagOver +VarianceMagUnder +VarianceDir[3] +MaxStepMag +MaxStepDir[3] +Frequency +Duration +Flags + +LAYOUT 2A355F82 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +BaseMag +BaseDir[3] +VarianceMagOver +VarianceMagUnder +VarianceDir[3] +MaxStepMag +MaxStepDir[3] +Frequency +Duration +Flags + LAYOUT 5308550C, 00B2573C BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> BaseMag BaseDir[3] @@ -67,7 +111,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -91,7 +135,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WorldBossLockout.dbd b/definitions/WorldBossLockout.dbd index ca16feb8585..a07b4eb4f99 100644 --- a/definitions/WorldBossLockout.dbd +++ b/definitions/WorldBossLockout.dbd @@ -44,6 +44,26 @@ $id$ID<32> Name_lang TrackingQuestID<32> +LAYOUT 40D1D0B9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +TrackingQuestID<16> + +LAYOUT 9AD20178 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +TrackingQuestID + +LAYOUT 663E9CD8 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +TrackingQuestID + LAYOUT 4D7103A0, 57E8ADB8, 4FB18779 BUILD 9.0.1.33978, 9.0.1.34003, 9.0.1.34081, 9.0.1.34098, 9.0.1.34137, 9.0.1.34199, 9.0.1.34278, 9.0.1.34324, 9.0.1.34365, 9.0.1.34392, 9.0.1.34490, 9.0.1.34615, 9.0.1.34714, 9.0.1.34821, 9.0.1.34902, 9.0.1.34972 BUILD 8.3.7.34872, 8.3.7.35114, 8.3.7.35249, 8.3.7.35284, 8.3.7.35435, 8.3.7.35662 @@ -53,16 +73,16 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang TrackingQuestID @@ -87,7 +107,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WorldChunkSounds.dbd b/definitions/WorldChunkSounds.dbd index abcfdc2460d..4805d3ff534 100644 --- a/definitions/WorldChunkSounds.dbd +++ b/definitions/WorldChunkSounds.dbd @@ -48,8 +48,40 @@ SubchunkX<32> SubchunkY<32> SoundOverrideID<32> +LAYOUT 7D17C7B2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +MapID<16> +ChunkX<8> +ChunkY<8> +SubchunkX<8> +SubchunkY<8> +SoundOverrideID<8> + +LAYOUT 670D6BCE +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +MapID +ChunkX +ChunkY +SubchunkX +SubchunkY +SoundOverrideID + +LAYOUT F0C19FF2 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +MapID +ChunkX +ChunkY +SubchunkX +SubchunkY +SoundOverrideID + LAYOUT F258ABA6 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> MapID ChunkX @@ -60,10 +92,10 @@ SoundOverrideID LAYOUT D06AA126 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> MapID ChunkX @@ -107,7 +139,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -122,7 +154,7 @@ SubchunkY LAYOUT 967E93B7 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WorldEffect.dbd b/definitions/WorldEffect.dbd index 54a5445f1f4..d526f752aed 100644 --- a/definitions/WorldEffect.dbd +++ b/definitions/WorldEffect.dbd @@ -65,12 +65,54 @@ PlayerConditionID<32> CombatConditionID<32> WhenToDisplay<32> +LAYOUT B1DDCD15 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TargetAsset<32> +QuestFeedbackEffectID<16> +PlayerConditionID<16> +CombatConditionID<16> +TargetType<8> +WhenToDisplay<8> + +LAYOUT 06B4F27F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +TargetAsset<32> +PlayerConditionID +CombatConditionID +TargetType +WhenToDisplay +QuestFeedbackEffectID + +LAYOUT 6FB8A881 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +TargetAsset<32> +PlayerConditionID +CombatConditionID +TargetType +WhenToDisplay +QuestFeedbackEffectID + +LAYOUT DA8BA65D +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +TargetAsset<32> +CombatConditionID +TargetType +WhenToDisplay +QuestFeedbackEffectID +PlayerConditionID + LAYOUT 2E9B9BFD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> TargetAsset<32> CombatConditionID @@ -93,7 +135,7 @@ LAYOUT BCB8719B BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -136,7 +178,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WorldElapsedTimer.dbd b/definitions/WorldElapsedTimer.dbd index 99e615aeca2..07f53d267cd 100644 --- a/definitions/WorldElapsedTimer.dbd +++ b/definitions/WorldElapsedTimer.dbd @@ -20,12 +20,35 @@ Name_lang Flags<32> Type<32> +LAYOUT F01B4D84 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name_lang +Flags<8> +Type<8> + +LAYOUT 817A9902 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name_lang +Flags +Type + +LAYOUT B4A23411 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name_lang +Flags +Type + LAYOUT 6C026FDE BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name_lang Flags @@ -56,7 +79,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -73,7 +96,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WorldMapArea.dbd b/definitions/WorldMapArea.dbd index 5b0afbdf079..b803f602d2a 100644 --- a/definitions/WorldMapArea.dbd +++ b/definitions/WorldMapArea.dbd @@ -115,8 +115,70 @@ Flags<32> LevelRangeMin<32> LevelRangeMax<32> +LAYOUT 95F8D79D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +AreaName +LocLeft +LocRight +LocTop +LocBottom +MapID<16> +AreaID<16> +DisplayMapID<16> +DefaultDungeonFloor<16> +ParentWorldMapID<16> +Flags<16> +LevelRangeMin<8> +LevelRangeMax<8> +BountySetID<8> +BountyDisplayLocation<8> +$id$ID<32> +VisibilityPlayerConditionID<32> + +LAYOUT 66491F3F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +AreaName +LocLeft +LocRight +LocTop +LocBottom +MapID<16> +AreaID +DisplayMapID<16> +DefaultDungeonFloor +ParentWorldMapID +Flags +LevelRangeMin +LevelRangeMax +BountySetID +BountyDisplayLocation +$id$ID<32> +VisibilityPlayerConditionID + +LAYOUT 432C75FC +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +AreaName +LocLeft +LocRight +LocTop +LocBottom +MapID<16> +AreaID +DisplayMapID<16> +DefaultDungeonFloor +ParentWorldMapID +Flags +LevelRangeMin +LevelRangeMax +BountySetID +BountyDisplayLocation +$id$ID<32> +VisibilityPlayerConditionID + LAYOUT B32332C3 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24759 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24759 AreaName LocLeft LocRight @@ -137,10 +199,10 @@ VisibilityPlayerConditionID LAYOUT C7E90019 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24758, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 AreaName LocLeft LocRight diff --git a/definitions/WorldMapContinent.dbd b/definitions/WorldMapContinent.dbd index 350974c54c4..4162f355097 100644 --- a/definitions/WorldMapContinent.dbd +++ b/definitions/WorldMapContinent.dbd @@ -67,12 +67,59 @@ TaxiMin[2] TaxiMax[2] WorldMapID<32> +LAYOUT 6A1414E1 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +ContinentOffset[2] +Scale +TaxiMin[2] +TaxiMax[2] +MapID<16> +WorldMapID<16> +LeftBoundary<8> +RightBoundary<8> +TopBoundary<8> +BottomBoundary<8> +Flags<8> + +LAYOUT 5083DA83 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +ContinentOffset[2] +Scale +TaxiMin[2] +TaxiMax[2] +MapID<16> +WorldMapID +LeftBoundary +RightBoundary +TopBoundary +BottomBoundary +Flags + +LAYOUT 5125D564 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +ContinentOffset[2] +Scale +TaxiMin[2] +TaxiMax[2] +MapID<16> +WorldMapID +LeftBoundary +RightBoundary +TopBoundary +BottomBoundary +Flags + LAYOUT 8F75E077, E30D772B BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26321 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> ContinentOffset[2] Scale diff --git a/definitions/WorldMapOverlay.dbd b/definitions/WorldMapOverlay.dbd index 13f5c0561c6..1f680c60e01 100644 --- a/definitions/WorldMapOverlay.dbd +++ b/definitions/WorldMapOverlay.dbd @@ -17,6 +17,20 @@ int MapPointX int MapPointY int UiMapArtID int Field_7_3_2_25549_012? +int Field_7_1_0_22636_012? +int Field_7_2_0_23578_000? +string Field_7_2_0_23578_001? +int Field_7_2_0_23578_002? +int Field_7_2_0_23578_003? +int Field_7_2_0_23578_004? +int Field_7_2_0_23578_005? +int Field_7_2_0_23578_006? +int Field_7_2_0_23578_007? +int Field_7_2_0_23578_008? +int Field_7_2_0_23578_009? +int Field_7_2_0_23578_010? +int Field_7_2_0_23578_011? +int Field_7_2_0_23578_012? BUILD 0.5.5.3494 $id$ID<32> @@ -125,9 +139,78 @@ HitRectBottom<32> HitRectRight<32> PlayerConditionID<32> +LAYOUT 093857A3 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +TextureName +TextureWidth<16> +TextureHeight<16> +MapAreaID<32> +AreaID<32>[4] +OffsetX<32> +OffsetY<32> +HitRectTop<32> +HitRectLeft<32> +HitRectBottom<32> +HitRectRight<32> +PlayerConditionID<32> +Field_7_1_0_22636_012<32> + +LAYOUT 298D5381 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +TextureName +TextureWidth +TextureHeight +MapAreaID +AreaID[4] +OffsetX<32> +OffsetY<32> +HitRectTop<32> +HitRectLeft<32> +HitRectBottom<32> +HitRectRight<32> +PlayerConditionID +Field_7_1_0_22636_012 + +LAYOUT 6C936D10 +BUILD 7.2.0.23478 +$noninline,id$ID<32> +TextureName +TextureWidth +TextureHeight +MapAreaID +AreaID[4] +OffsetX<32> +OffsetY<32> +HitRectTop<32> +HitRectLeft<32> +HitRectBottom<32> +HitRectRight<32> +PlayerConditionID +Field_7_1_0_22636_012 + +LAYOUT 0A93D579 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$id$Field_7_2_0_23578_000<32> +Field_7_2_0_23578_001 +Field_7_2_0_23578_002 +Field_7_2_0_23578_003 +Field_7_2_0_23578_004 +Field_7_2_0_23578_005[4] +Field_7_2_0_23578_006<32> +Field_7_2_0_23578_007<32> +Field_7_2_0_23578_008<32> +Field_7_2_0_23578_009<32> +Field_7_2_0_23578_010<32> +Field_7_2_0_23578_011<32> +$noninline,relation$Field_7_2_0_23578_012<64>[56] + LAYOUT 0D2DACAF BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $id$ID<32> TextureName TextureWidth @@ -140,12 +223,12 @@ HitRectTop<32> HitRectLeft<32> HitRectBottom<32> HitRectRight<32> -$noninline,relation$Field_7_3_2_25549_012<32> +$noninline,relation$Field_7_3_2_25549_012<64> LAYOUT DC4B6AF3 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 TextureName $id$ID<32> TextureWidth @@ -215,7 +298,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -261,7 +344,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WorldMapOverlayTile.dbd b/definitions/WorldMapOverlayTile.dbd index 5cc730a0166..cf643147c11 100644 --- a/definitions/WorldMapOverlayTile.dbd +++ b/definitions/WorldMapOverlayTile.dbd @@ -29,7 +29,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -67,7 +67,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WorldMapTransforms.dbd b/definitions/WorldMapTransforms.dbd index 67afe62634c..9c1575d1d38 100644 --- a/definitions/WorldMapTransforms.dbd +++ b/definitions/WorldMapTransforms.dbd @@ -80,8 +80,49 @@ Flags<32> NewAreaID<32> RegionScale +LAYOUT 23B2A570 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Region[6] +RegionOffset[2] +RegionScale +MapID<16> +AreaID<16> +NewMapID<16> +NewDungeonMapID<16> +NewAreaID<16> +Flags<8> + +LAYOUT 96446A4E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Region[6] +RegionOffset[2] +RegionScale +MapID +AreaID +NewMapID +NewDungeonMapID +NewAreaID +Flags + +LAYOUT 24A4E819 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Region[6] +RegionOffset[2] +RegionScale +MapID +AreaID +NewMapID +NewDungeonMapID +NewAreaID +Flags + LAYOUT EFD8D412 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24759 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24759 $noninline,id$ID<32> Region[6] RegionOffset[2] @@ -95,10 +136,10 @@ Flags LAYOUT 99FB4B71, 8A2E7B01 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26321 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24758, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Region[6] RegionOffset[2] diff --git a/definitions/WorldShadow.dbd b/definitions/WorldShadow.dbd index 86ff9f95054..0d9231305b3 100644 --- a/definitions/WorldShadow.dbd +++ b/definitions/WorldShadow.dbd @@ -12,7 +12,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WorldStateExpression.dbd b/definitions/WorldStateExpression.dbd index c1139141de7..7d67a0a2e9d 100644 --- a/definitions/WorldStateExpression.dbd +++ b/definitions/WorldStateExpression.dbd @@ -7,6 +7,23 @@ BUILD 5.0.1.15464-5.4.8.18414 $id$ID<32> Expression +LAYOUT CFD6D558 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Expression + +LAYOUT 072D0D9E +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Expression + +LAYOUT 03FDF733 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Expression + LAYOUT A69C9812, F23806A6, 340F8A17 BUILD 9.1.0.38312, 9.1.0.38394, 9.1.0.38511, 9.1.0.38524, 9.1.0.38549, 9.1.0.38600, 9.1.0.38627, 9.1.0.38709, 9.1.0.38783, 9.1.0.38802, 9.1.0.38872, 9.1.0.38950, 9.1.0.39015, 9.1.0.39069, 9.1.0.39121, 9.1.0.39136, 9.1.0.39172, 9.1.0.39185, 9.1.0.39226, 9.1.0.39229, 9.1.0.39262, 9.1.0.39282, 9.1.0.39289, 9.1.0.39291, 9.1.0.39318, 9.1.0.39335, 9.1.0.39413, 9.1.0.39427, 9.1.0.39497, 9.1.0.39498, 9.1.0.39584, 9.1.0.39617, 9.1.0.39653, 9.1.0.39804, 9.1.0.40000, 9.1.0.40120, 9.1.0.40443, 9.1.0.40593, 9.1.0.40725 BUILD 9.0.5.37503, 9.0.5.37623, 9.0.5.37705, 9.0.5.37774, 9.0.5.37844, 9.0.5.37862, 9.0.5.37864, 9.0.5.37893, 9.0.5.37899, 9.0.5.37988, 9.0.5.38134, 9.0.5.38556 @@ -19,17 +36,17 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Expression @@ -55,7 +72,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/WorldStateUI.dbd b/definitions/WorldStateUI.dbd index a5870f5e110..6a953aea20e 100644 --- a/definitions/WorldStateUI.dbd +++ b/definitions/WorldStateUI.dbd @@ -19,6 +19,8 @@ int DynamicIconFileID int OrderIndex int PhaseShift int FactionID +int Field_7_1_0_22636_012? // DBAnalyser: [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%] +int Field_7_1_0_22636_013? // DBAnalyser: [PhaseGroupID, 0,95%], [PhaseUseFlags, 0,95%] BUILD 2.0.0.5991 BUILD 1.5.0.4442-1.11.2.5464 @@ -222,8 +224,67 @@ DynamicTooltip_lang ExtendedUI ExtendedUIStateVariable<32>[3] +LAYOUT E5B5B5E2 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +Icon +ExtendedUI +DynamicIcon +DynamicTooltip_lang +String_lang +Tooltip_lang +MapID<16> +AreaID<16> +PhaseID<16> +StateVariable<16> +ExtendedUIStateVariable<16>[3] +OrderIndex<8> +Field_7_1_0_22636_012<8> +Field_7_1_0_22636_013<8> +Type<8> +$id$ID<32> + +LAYOUT 86F3AE22 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +Icon +ExtendedUI +DynamicIcon +DynamicTooltip_lang +String_lang +Tooltip_lang +MapID<16> +AreaID +PhaseID +PhaseGroupID +StateVariable +ExtendedUIStateVariable[3] +OrderIndex +PhaseUseFlags +Type +$id$ID<32> + +LAYOUT C5B480F0 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +Icon +ExtendedUI +DynamicIcon +DynamicTooltip_lang +String_lang +Tooltip_lang +MapID<16> +AreaID +PhaseID +PhaseGroupID +StateVariable +ExtendedUIStateVariable[3] +OrderIndex +PhaseUseFlags +Type +$id$ID<32> + LAYOUT 033421FA -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715 Icon ExtendedUI DynamicIcon @@ -243,10 +304,10 @@ $id$ID<32> LAYOUT 70808977 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 Icon ExtendedUI DynamicTooltip_lang @@ -291,7 +352,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 diff --git a/definitions/WorldStateZoneSounds.dbd b/definitions/WorldStateZoneSounds.dbd index 10b4fcc071c..cf35b8253ed 100644 --- a/definitions/WorldStateZoneSounds.dbd +++ b/definitions/WorldStateZoneSounds.dbd @@ -71,8 +71,46 @@ ZoneMusicID<32> SoundAmbienceID<32> SoundProviderPreferencesID<32> +LAYOUT AB1B4B5D +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +WMOAreaID<32> +WorldStateID<16> +WorldStateValue<16> +AreaID<16> +ZoneIntroMusicID<16> +ZoneMusicID<16> +SoundAmbienceID<16> +SoundProviderPreferencesID<8> + +LAYOUT FC4A2FB5 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +WMOAreaID +WorldStateID +WorldStateValue +AreaID +ZoneIntroMusicID +ZoneMusicID +SoundAmbienceID +SoundProviderPreferencesID + +LAYOUT 64FD3227 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +WMOAreaID +WorldStateID +WorldStateValue +AreaID +ZoneIntroMusicID +ZoneMusicID +SoundAmbienceID +SoundProviderPreferencesID + LAYOUT A009CB7D -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633 $noninline,id$ID<32> WMOAreaID WorldStateID @@ -85,10 +123,10 @@ SoundProviderPreferencesID LAYOUT B9572D3D, D93A85F5 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 BUILD 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> WMOAreaID WorldStateID @@ -115,7 +153,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -159,7 +197,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/World_PVP_Area.dbd b/definitions/World_PVP_Area.dbd index 7961b144c87..71ae182095c 100644 --- a/definitions/World_PVP_Area.dbd +++ b/definitions/World_PVP_Area.dbd @@ -23,12 +23,47 @@ Battle_populate_time<32> Min_level<32> Max_level<32> +LAYOUT BA892CFD +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Area_ID<16> +Next_time_worldstate<16> +Game_time_worldstate<16> +Battle_populate_time<16> +Map_ID<16> +Min_level<8> +Max_level<8> + +LAYOUT 41928A2F +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Area_ID +Next_time_worldstate +Game_time_worldstate +Battle_populate_time +Map_ID<16> +Min_level +Max_level + +LAYOUT 95A9D694 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Area_ID +Next_time_worldstate +Game_time_worldstate +Battle_populate_time +Map_ID<16> +Min_level +Max_level + LAYOUT 6FBBF76B, 5A4BC147 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Area_ID Next_time_worldstate @@ -63,7 +98,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -84,7 +119,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ZoneIntroMusicTable.dbd b/definitions/ZoneIntroMusicTable.dbd index d40bbf7fab2..cf0f12d20ee 100644 --- a/definitions/ZoneIntroMusicTable.dbd +++ b/definitions/ZoneIntroMusicTable.dbd @@ -20,12 +20,38 @@ SoundID<32> Priority<32> MinDelayMinutes<32> +LAYOUT DB2B4DE9 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +MinDelayMinutes<16> +Priority<8> +SoundID<32> + +LAYOUT AF1F5CFD +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +MinDelayMinutes +Priority +SoundID + +LAYOUT 55275147 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +MinDelayMinutes +Priority +SoundID + LAYOUT 1F8417ED, 530E88AD BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name MinDelayMinutes @@ -46,7 +72,7 @@ BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.281 BUILD 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -82,7 +108,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ZoneLight.dbd b/definitions/ZoneLight.dbd index 11fe840b754..dfa83e6a2a9 100644 --- a/definitions/ZoneLight.dbd +++ b/definitions/ZoneLight.dbd @@ -85,11 +85,34 @@ Name MapID<32> LightID<32> +LAYOUT 38749B85 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Name +MapID<16> +LightID<16> + +LAYOUT EDB2A8D7 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Name +MapID +LightID + +LAYOUT 7563563C +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Name +MapID +LightID + LAYOUT 3C11F38B -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 -BUILD 1.13.0.28211 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Name MapID @@ -100,7 +123,7 @@ BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.293 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -183,7 +206,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ZoneLightPoint.dbd b/definitions/ZoneLightPoint.dbd index 83b0ce3db40..c3295e5f62d 100644 --- a/definitions/ZoneLightPoint.dbd +++ b/definitions/ZoneLightPoint.dbd @@ -13,9 +13,32 @@ ZoneLightID<32> Pos[2] PointOrder<32> +LAYOUT 198A5272 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +Pos[2] +ZoneLightID<16> +PointOrder<8> + +LAYOUT B8561044 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +Pos[2] +ZoneLightID +PointOrder + +LAYOUT 43EC5BFD +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +Pos[2] +ZoneLightID +PointOrder + LAYOUT 692C5B90 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> Pos[2] ZoneLightID @@ -33,15 +56,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> Pos[2] PointOrder @@ -71,7 +94,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ZoneMusic.dbd b/definitions/ZoneMusic.dbd index 6116835f881..dc6fc6172dd 100644 --- a/definitions/ZoneMusic.dbd +++ b/definitions/ZoneMusic.dbd @@ -45,9 +45,35 @@ SilenceIntervalMin<32>[2] SilenceIntervalMax<32>[2] Sounds<32>[2] +LAYOUT 5DFA9925 +BUILD 7.1.5.23109, 7.1.5.23138, 7.1.5.23178, 7.1.5.23194, 7.1.5.23244, 7.1.5.23353, 7.1.5.23360 +BUILD 7.1.0.22636, 7.1.0.22685, 7.1.0.22722, 7.1.0.22731, 7.1.0.22797, 7.1.0.22819, 7.1.0.22844, 7.1.0.22852, 7.1.0.22864, 7.1.0.22882, 7.1.0.22900, 7.1.0.22908, 7.1.0.22950, 7.1.0.22989, 7.1.0.22995, 7.1.0.23171, 7.1.0.23222 +$noninline,id$ID<32> +SetName +SilenceIntervalMin<32>[2] +SilenceIntervalMax<32>[2] +Sounds<32>[2] + +LAYOUT 8A8A8AF9 +BUILD 7.2.0.23445, 7.2.0.23470, 7.2.0.23476 +$noninline,id$ID<32> +SetName +SilenceIntervalMin[2] +SilenceIntervalMax[2] +Sounds[2] + +LAYOUT 526CEF03 +BUILD 7.2.5.23958, 7.2.5.23959, 7.2.5.23993, 7.2.5.24026, 7.2.5.24076, 7.2.5.24116, 7.2.5.24140, 7.2.5.24163, 7.2.5.24218, 7.2.5.24236, 7.2.5.24271, 7.2.5.24287, 7.2.5.24330, 7.2.5.24367, 7.2.5.24414, 7.2.5.24415, 7.2.5.24430, 7.2.5.24461, 7.2.5.24742, 7.2.5.24937 +BUILD 7.2.0.23478, 7.2.0.23578, 7.2.0.23623, 7.2.0.23657, 7.2.0.23699, 7.2.0.23706, 7.2.0.23708, 7.2.0.23721, 7.2.0.23728, 7.2.0.23746, 7.2.0.23753, 7.2.0.23758, 7.2.0.23780, 7.2.0.23789, 7.2.0.23801, 7.2.0.23810, 7.2.0.23826, 7.2.0.23835, 7.2.0.23836, 7.2.0.23841, 7.2.0.23845, 7.2.0.23846, 7.2.0.23852, 7.2.0.23857, 7.2.0.23874, 7.2.0.23877, 7.2.0.23905, 7.2.0.23911, 7.2.0.24015 +$noninline,id$ID<32> +SetName +SilenceIntervalMin[2] +SilenceIntervalMax[2] +Sounds[2] + LAYOUT 28A5B6A9 BUILD 7.3.2.25079, 7.3.2.25163, 7.3.2.25196, 7.3.2.25208, 7.3.2.25255, 7.3.2.25326, 7.3.2.25383, 7.3.2.25442, 7.3.2.25455, 7.3.2.25477, 7.3.2.25480, 7.3.2.25497, 7.3.2.25516, 7.3.2.25549 -BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 +BUILD 7.3.0.24473, 7.3.0.24484, 7.3.0.24492, 7.3.0.24500, 7.3.0.24539, 7.3.0.24563, 7.3.0.24608, 7.3.0.24614, 7.3.0.24633, 7.3.0.24651, 7.3.0.24681, 7.3.0.24692, 7.3.0.24700, 7.3.0.24715, 7.3.0.24727, 7.3.0.24730, 7.3.0.24738, 7.3.0.24744, 7.3.0.24758, 7.3.0.24759, 7.3.0.24781, 7.3.0.24793, 7.3.0.24829, 7.3.0.24834, 7.3.0.24843, 7.3.0.24845, 7.3.0.24852, 7.3.0.24853, 7.3.0.24864, 7.3.0.24878, 7.3.0.24887, 7.3.0.24896, 7.3.0.24904, 7.3.0.24920, 7.3.0.24931, 7.3.0.24956, 7.3.0.24970, 7.3.0.24974, 7.3.0.25021, 7.3.0.25195 $noninline,id$ID<32> SetName SilenceIntervalMin[2] @@ -66,15 +92,15 @@ BUILD 8.2.0.30080, 8.2.0.30093, 8.2.0.30096, 8.2.0.30108, 8.2.0.30123, 8.2.0.301 BUILD 8.1.5.28938, 8.1.5.29141, 8.1.5.29220, 8.1.5.29281, 8.1.5.29310, 8.1.5.29352, 8.1.5.29385, 8.1.5.29418, 8.1.5.29484, 8.1.5.29495, 8.1.5.29558, 8.1.5.29599, 8.1.5.29620, 8.1.5.29634, 8.1.5.29664, 8.1.5.29683, 8.1.5.29701, 8.1.5.29704, 8.1.5.29705, 8.1.5.29718, 8.1.5.29732, 8.1.5.29737, 8.1.5.29814, 8.1.5.29869, 8.1.5.29896, 8.1.5.29981, 8.1.5.30477, 8.1.5.30706 BUILD 8.1.0.27826, 8.1.0.27934, 8.1.0.27985, 8.1.0.28048, 8.1.0.28085, 8.1.0.28151, 8.1.0.28186, 8.1.0.28202, 8.1.0.28294, 8.1.0.28366, 8.1.0.28440, 8.1.0.28485, 8.1.0.28616, 8.1.0.28657, 8.1.0.28710, 8.1.0.28724, 8.1.0.28768, 8.1.0.28807, 8.1.0.28822, 8.1.0.28833, 8.1.0.29088, 8.1.0.29139, 8.1.0.29235, 8.1.0.29285, 8.1.0.29297, 8.1.0.29482, 8.1.0.29600, 8.1.0.29621 BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491, 8.0.1.26522, 8.0.1.26530, 8.0.1.26557, 8.0.1.26567, 8.0.1.26585, 8.0.1.26604, 8.0.1.26610, 8.0.1.26624, 8.0.1.26629, 8.0.1.26637, 8.0.1.26640, 8.0.1.26683, 8.0.1.26707, 8.0.1.26714, 8.0.1.26715, 8.0.1.26734, 8.0.1.26766, 8.0.1.26788, 8.0.1.26806, 8.0.1.26812, 8.0.1.26838, 8.0.1.26871, 8.0.1.26877, 8.0.1.26892, 8.0.1.26903, 8.0.1.26918, 8.0.1.26926, 8.0.1.26936, 8.0.1.26949, 8.0.1.26970, 8.0.1.26999, 8.0.1.27004, 8.0.1.27009, 8.0.1.27019, 8.0.1.27026, 8.0.1.27075, 8.0.1.27089, 8.0.1.27101, 8.0.1.27138, 8.0.1.27144, 8.0.1.27165, 8.0.1.27178, 8.0.1.27219, 8.0.1.27291, 8.0.1.27326, 8.0.1.27353, 8.0.1.27355, 8.0.1.27356, 8.0.1.27366, 8.0.1.27377, 8.0.1.27404, 8.0.1.27481, 8.0.1.27547, 8.0.1.27602, 8.0.1.27791, 8.0.1.27843, 8.0.1.27980, 8.0.1.28153 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 BUILD 2.5.1.38043, 2.5.1.38061, 2.5.1.38093, 2.5.1.38118, 2.5.1.38119, 2.5.1.38169, 2.5.1.38225, 2.5.1.38285, 2.5.1.38339, 2.5.1.38364, 2.5.1.38401, 2.5.1.38453, 2.5.1.38502, 2.5.1.38521, 2.5.1.38537, 2.5.1.38548, 2.5.1.38561, 2.5.1.38598, 2.5.1.38644, 2.5.1.38677, 2.5.1.38692, 2.5.1.38707, 2.5.1.38739, 2.5.1.38741, 2.5.1.38757, 2.5.1.38835, 2.5.1.38892, 2.5.1.38921, 2.5.1.38988, 2.5.1.39170, 2.5.1.39399, 2.5.1.39475, 2.5.1.39603, 2.5.1.39640 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 BUILD 1.13.2.30073, 1.13.2.30112, 1.13.2.30113, 1.13.2.30128, 1.13.2.30172, 1.13.2.30232, 1.13.2.30265, 1.13.2.30287, 1.13.2.30406, 1.13.2.30550, 1.13.2.30682, 1.13.2.30786, 1.13.2.30862, 1.13.2.30901, 1.13.2.30979, 1.13.2.31043, 1.13.2.31118, 1.13.2.31209, 1.13.2.31402, 1.13.2.31407, 1.13.2.31446, 1.13.2.31650, 1.13.2.31687, 1.13.2.31727, 1.13.2.31830, 1.13.2.31882, 1.13.2.32089, 1.13.2.32421, 1.13.2.32600 -BUILD 1.13.0.28211 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> SetName SilenceIntervalMin[2] @@ -106,7 +132,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526 diff --git a/definitions/ZoneStory.dbd b/definitions/ZoneStory.dbd index e4111fbc62f..5fc9b9b9acf 100644 --- a/definitions/ZoneStory.dbd +++ b/definitions/ZoneStory.dbd @@ -9,8 +9,8 @@ int PlayerUIMapID? LAYOUT EE16D6F3, F7138EDB BUILD 8.0.1.25902, 8.0.1.25976, 8.0.1.26010, 8.0.1.26032, 8.0.1.26095, 8.0.1.26131, 8.0.1.26141, 8.0.1.26175, 8.0.1.26231, 8.0.1.26287, 8.0.1.26297, 8.0.1.26310, 8.0.1.26321, 8.0.1.26367, 8.0.1.26433, 8.0.1.26476, 8.0.1.26491 -BUILD 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 -BUILD 1.13.0.28211 +BUILD 7.3.5.25607, 7.3.5.25619, 7.3.5.25632, 7.3.5.25678, 7.3.5.25692, 7.3.5.25716, 7.3.5.25717, 7.3.5.25727, 7.3.5.25744, 7.3.5.25753, 7.3.5.25804, 7.3.5.25807, 7.3.5.25826, 7.3.5.25848, 7.3.5.25860, 7.3.5.25864, 7.3.5.25875, 7.3.5.25881, 7.3.5.25901, 7.3.5.25928, 7.3.5.25937, 7.3.5.25944, 7.3.5.25946, 7.3.5.25950, 7.3.5.25961, 7.3.5.25996, 7.3.5.26124, 7.3.5.26365, 7.3.5.26654, 7.3.5.26755, 7.3.5.26822, 7.3.5.26899, 7.3.5.26972 +BUILD 1.13.0.28211, 1.13.0.28377 $noninline,id$ID<32> DisplayAchievementID DisplayWorldMapAreaID @@ -50,7 +50,7 @@ BUILD 1.14.2.41858, 1.14.2.41959, 1.14.2.42065, 1.14.2.42082, 1.14.2.42214, 1.14 BUILD 1.14.1.40487, 1.14.1.40594, 1.14.1.40666, 1.14.1.40688, 1.14.1.40800, 1.14.1.40818, 1.14.1.40926, 1.14.1.40962, 1.14.1.41009, 1.14.1.41030, 1.14.1.41077, 1.14.1.41137, 1.14.1.41243, 1.14.1.41511, 1.14.1.41794, 1.14.1.42032 BUILD 1.14.0.39802, 1.14.0.39958, 1.14.0.40140, 1.14.0.40179, 1.14.0.40237, 1.14.0.40347, 1.14.0.40441, 1.14.0.40618 BUILD 1.13.7.37279, 1.13.7.37429, 1.13.7.37892, 1.13.7.38178, 1.13.7.38296, 1.13.7.38363, 1.13.7.38386, 1.13.7.38475, 1.13.7.38631, 1.13.7.38704, 1.13.7.39605, 1.13.7.39692 -BUILD 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 +BUILD 1.13.6.36149, 1.13.6.36231, 1.13.6.36310, 1.13.6.36324, 1.13.6.36497, 1.13.6.36524, 1.13.6.36611, 1.13.6.36670, 1.13.6.36714, 1.13.6.36935, 1.13.6.37497 BUILD 1.13.5.34000, 1.13.5.34097, 1.13.5.34138, 1.13.5.34713, 1.13.5.34911, 1.13.5.35000, 1.13.5.35186, 1.13.5.35395, 1.13.5.35663, 1.13.5.35705, 1.13.5.35753, 1.13.5.36035, 1.13.5.36307, 1.13.5.36325 BUILD 1.13.4.33491, 1.13.4.33598, 1.13.4.33645, 1.13.4.33728, 1.13.4.33920, 1.13.4.34219, 1.13.4.34266, 1.13.4.34600, 1.13.4.34835 BUILD 1.13.3.32790, 1.13.3.32836, 1.13.3.32887, 1.13.3.33155, 1.13.3.33302, 1.13.3.33485, 1.13.3.33526 @@ -68,7 +68,7 @@ BUILD 10.2.6.53840, 10.2.6.53877, 10.2.6.53913, 10.2.6.53989, 10.2.6.54070, 10.2 BUILD 10.2.5.52206, 10.2.5.52330, 10.2.5.52432, 10.2.5.52554, 10.2.5.52646, 10.2.5.52902, 10.2.5.52968, 10.2.5.52983, 10.2.5.53007, 10.2.5.53040, 10.2.5.53104, 10.2.5.53162, 10.2.5.53212, 10.2.5.53262, 10.2.5.53441, 10.2.5.53584 BUILD 10.2.0.51239, 10.2.0.51297, 10.2.0.51425, 10.2.0.51521, 10.2.0.51601, 10.2.0.51685, 10.2.0.51790, 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038, 10.2.0.52068, 10.2.0.52095, 10.2.0.52106, 10.2.0.52129, 10.2.0.52148, 10.2.0.52188, 10.2.0.52301, 10.2.0.52393, 10.2.0.52485, 10.2.0.52545, 10.2.0.52607, 10.2.0.52649, 10.2.0.52808 BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1.7.50893, 10.1.7.51059, 10.1.7.51187, 10.1.7.51237, 10.1.7.51261, 10.1.7.51313, 10.1.7.51421, 10.1.7.51485, 10.1.7.51536, 10.1.7.51754, 10.1.7.51886, 10.1.7.51972 -BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 +BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50705, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 BUILD 10.1.0.48480, 10.1.0.48537, 10.1.0.48661, 10.1.0.48776, 10.1.0.48898, 10.1.0.49092, 10.1.0.49190, 10.1.0.49222, 10.1.0.49255, 10.1.0.49318, 10.1.0.49365, 10.1.0.49407, 10.1.0.49426, 10.1.0.49444, 10.1.0.49474, 10.1.0.49570, 10.1.0.49679, 10.1.0.49741, 10.1.0.49801, 10.1.0.49890, 10.1.0.50000 BUILD 10.0.7.47910, 10.0.7.47983, 10.0.7.48076, 10.0.7.48220, 10.0.7.48295, 10.0.7.48439, 10.0.7.48520, 10.0.7.48676, 10.0.7.48749, 10.0.7.48838, 10.0.7.48865, 10.0.7.48892, 10.0.7.48966, 10.0.7.48999, 10.0.7.49267, 10.0.7.49343 BUILD 10.0.5.47118, 10.0.5.47186, 10.0.5.47215, 10.0.5.47481, 10.0.5.47621, 10.0.5.47660, 10.0.5.47777, 10.0.5.47799, 10.0.5.47825, 10.0.5.47849, 10.0.5.47871, 10.0.5.47884, 10.0.5.47936, 10.0.5.47967, 10.0.5.48001, 10.0.5.48069, 10.0.5.48317, 10.0.5.48397, 10.0.5.48526